Skip to content

Commit

Permalink
test ci
Browse files Browse the repository at this point in the history
  • Loading branch information
hellozmz committed Aug 19, 2024
1 parent a9cbee6 commit 5e02150
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions impl/ascend/aclnn/adaptor.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -209,8 +209,8 @@ decltype(auto) convertType(T&& param) {
}
}

template <class T>
void releaseConverted(T&& param [[maybe_unused]]) {} // no conversion, do nothing
template <class X>
void releaseConverted(X&& param [[maybe_unused]]) {} // no conversion, do nothing

#define IMPL_ASCEND_ACLNN_REGISTER_DESTRUCTOR(Type) \
inline void releaseConverted(const acl##Type* param) { \
Expand Down

0 comments on commit 5e02150

Please sign in to comment.