Skip to content

Commit 67bde59

Browse files
oleksandr-pavlykndgrigorian
authored andcommitted
Import definition of vec_cast in sin.hpp
1 parent 00a33b0 commit 67bde59

File tree

1 file changed

+1
-0
lines changed
  • dpctl/tensor/libtensor/include/kernels/elementwise_functions

1 file changed

+1
-0
lines changed

dpctl/tensor/libtensor/include/kernels/elementwise_functions/sin.hpp

+1
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ namespace py = pybind11;
5050
namespace td_ns = dpctl::tensor::type_dispatch;
5151

5252
using dpctl::tensor::type_utils::is_complex;
53+
using dpctl::tensor::type_utils::vec_cast;
5354

5455
template <typename argT, typename resT> struct SinFunctor
5556
{

0 commit comments

Comments
 (0)