Skip to content

Commit

Permalink
Import definition of vec_cast in sin.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
oleksandr-pavlyk authored and ndgrigorian committed Nov 25, 2023
1 parent b9afb64 commit 69a5ca0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ namespace py = pybind11;
namespace td_ns = dpctl::tensor::type_dispatch;

using dpctl::tensor::type_utils::is_complex;
using dpctl::tensor::type_utils::vec_cast;

template <typename argT, typename resT> struct SinFunctor
{
Expand Down

0 comments on commit 69a5ca0

Please sign in to comment.