Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remove useless header files
Browse files Browse the repository at this point in the history
liujingfeng4A069 committed Aug 2, 2024
1 parent 510703c commit ec0dc33
Showing 3 changed files with 0 additions and 7 deletions.
4 changes: 0 additions & 4 deletions impl/ascend/common/utils.cpp
Original file line number Diff line number Diff line change
@@ -6,19 +6,15 @@

#include "utils.hpp"

#include <acl/acl_rt.h>

#include <array>
#include <cstddef>
#include <cstdint>
#include <cstdlib>
#include <functional>
#include <numeric>
#include <string>
#include <type_traits>
#include <typeinfo>
#include <utility>
#include <vector>

#include "../aclnn/adaptor.hpp"
#include "../ascend_tensor.hpp"
2 changes: 0 additions & 2 deletions impl/ascend/functions_ext/token_attention_inference.cpp
Original file line number Diff line number Diff line change
@@ -4,8 +4,6 @@
* @copyright (c) 2024, DeepLink.
*/

#include <cstdlib>

#include "../aclnn/adaptor.hpp"
#include "../common/acloprunner.hpp"
#include "impl_functions.hpp"
Original file line number Diff line number Diff line change
@@ -4,7 +4,6 @@
* @copyright (c) 2024, DeepLink.
*/

#include <cstdlib>
#include <vector>

#include "../aclnn/adaptor.hpp"

0 comments on commit ec0dc33

Please sign in to comment.