Skip to content

Commit 772e981

Browse files
Remove bool type mapping from round kernel
1 parent f708732 commit 772e981

File tree

1 file changed

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

1 file changed

+0
-1
lines changed

dpnp/tensor/libtensor/include/kernels/elementwise_functions/round.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,6 @@ template <typename T>
116116
struct RoundOutputType
117117
{
118118
using value_type = typename std::disjunction<
119-
// td_ns::TypeMapResultEntry<T, bool, sycl::half>,
120119
td_ns::TypeMapResultEntry<T, std::uint8_t>,
121120
td_ns::TypeMapResultEntry<T, std::uint16_t>,
122121
td_ns::TypeMapResultEntry<T, std::uint32_t>,

0 commit comments

Comments
 (0)