Skip to content

Commit

Permalink
Update sycl/include/sycl/ext/oneapi/experimental/builtins.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
aelovikov-intel committed Feb 12, 2024
1 parent 5444270 commit b2d44d5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sycl/include/sycl/ext/oneapi/experimental/builtins.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ tanh(T x) __NOEXC {
#if defined(__NVPTX__)
return sycl::detail::convertFromOpenCLTypeFor<T>(
__clc_native_tanh(sycl::detail::convertToOpenCLType(x)));
);
#else
return __sycl_std::__invoke_tanh<T>(x);
#endif
Expand Down

0 comments on commit b2d44d5

Please sign in to comment.