Skip to content

Commit aebaf3a

Browse files
Fixed type of output multi_ptr per PR review remark by @ndgrigorian
1 parent 6bc4ba8 commit aebaf3a

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ struct UnaryContigFunctor
9999
sycl::multi_ptr<const argT,
100100
sycl::access::address_space::global_space>;
101101
using out_ptrT =
102-
sycl::multi_ptr<bool,
102+
sycl::multi_ptr<resT,
103103
sycl::access::address_space::global_space>;
104104

105105
auto sg = ndit.get_sub_group();

0 commit comments

Comments
 (0)