Skip to content

Commit fa525a7

Browse files
committed
Add comment to needs_workaround in accumulators.hpp
Documents the ticket reported for the JIT failure on CPU
1 parent 35d46d3 commit fa525a7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: dpctl/tensor/libtensor/include/kernels/accumulators.hpp

+2-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,8 @@ template <typename srcTy, typename dstTy> struct CastTransformer
8888

8989
template <typename ScanOpT, typename T> struct needs_workaround
9090
{
91-
// work-around needed due to crash in JITing on CPU
91+
// workaround needed due to crash in JITing on CPU
92+
// remove when CMPLRLLVM-65813 is resolved
9293
static constexpr bool value = su_ns::IsSyclLogicalAnd<T, ScanOpT>::value ||
9394
su_ns::IsSyclLogicalOr<T, ScanOpT>::value;
9495
};

0 commit comments

Comments
 (0)