Skip to content

Commit 908f358

Browse files
committed
Removed support of atomic reduction for max and min
1 parent c5a8ace commit 908f358

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

dpctl/tensor/libtensor/include/kernels/reductions.hpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2115,10 +2115,6 @@ struct TypePairSupportDataForCompReductionAtomic
21152115
td_ns::TypePairDefinedEntry<argTy, std::int64_t, outTy, std::int64_t>,
21162116
// input uint64
21172117
td_ns::TypePairDefinedEntry<argTy, std::uint64_t, outTy, std::uint64_t>,
2118-
// input float
2119-
td_ns::TypePairDefinedEntry<argTy, float, outTy, float>,
2120-
// input double
2121-
td_ns::TypePairDefinedEntry<argTy, double, outTy, double>,
21222118
// fall-through
21232119
td_ns::NotDefinedEntry>::is_defined;
21242120
};

0 commit comments

Comments
 (0)