Skip to content

Commit 3fb0608

Browse files
Remove bool output gemm
1 parent a61e00b commit 3fb0608

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

dpctl/tensor/libtensor/source/linalg_functions/dot_dispatch.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ template <typename T1, typename T2> struct DotNoAtomicOutputType
6060
{
6161
using value_type = typename std::disjunction< // disjunction is C++17
6262
// feature, supported by DPC++
63-
td_ns::BinaryTypeMapResultEntry<T1, bool, T2, bool, bool>,
6463
td_ns::BinaryTypeMapResultEntry<T1, bool, T2, bool, std::uint8_t>,
6564
td_ns::BinaryTypeMapResultEntry<T1,
6665
std::uint8_t,

0 commit comments

Comments
 (0)