Skip to content

Commit

Permalink
add logs
Browse files Browse the repository at this point in the history
  • Loading branch information
hellozmz committed Aug 15, 2024
1 parent 6b6b651 commit 5ad58a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions impl/ascend/aclnn/adaptor.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,7 @@ decltype(auto) convertType(T&& param) {
}
}

// For the case that the input is not a class or a pointer, do nothing.
template <class T, class U = std::remove_reference_t<T>, std::enable_if_t<!std::is_class_v<U> && !std::is_pointer_v<U>, int> = 0>
void releaseConverted(T&& param [[maybe_unused]]) {} // no conversion, do nothing

Expand Down

0 comments on commit 5ad58a6

Please sign in to comment.