This is an automated email from the ASF dual-hosted git repository.
expye pushed a commit to branch unity
in repository https://gitbox.apache.org/repos/asf/tvm.git
The following commit(s) were added to refs/heads/unity by this push:
new 7c15b55aaa [Unity] Add hexp for compute capacity <= 5.2 (#15070)
7c15b55aaa is described below
commit 7c15b55aaa87ce1a7093bc858bb7241271b3a496
Author: Zihao Ye <[email protected]>
AuthorDate: Sat Jun 10 00:35:38 2023 -0700
[Unity] Add hexp for compute capacity <= 5.2 (#15070)
upd
---
src/target/source/literal/cuda_half_t.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/target/source/literal/cuda_half_t.h
b/src/target/source/literal/cuda_half_t.h
index c3a1c66e58..518c2be643 100644
--- a/src/target/source/literal/cuda_half_t.h
+++ b/src/target/source/literal/cuda_half_t.h
@@ -318,6 +318,7 @@ CUDA_UNSUPPORTED_HALF_MATH_UNARY(htanh, tanhf)
CUDA_UNSUPPORTED_HALF_MATH_UNARY(htan, tanf)
CUDA_UNSUPPORTED_HALF_MATH_UNARY(hatan, atanf)
CUDA_UNSUPPORTED_HALF_MATH_UNARY(herf, erf)
+CUDA_UNSUPPORTED_HALF_MATH_UNARY(hexp, exp)
#undef CUDA_UNSUPPORTED_HALF_MATH_BINARY
#undef CUDA_UNSUPPORTED_HALF_MATH_UNARY