Skip to content

Commit 88c3e1a

Browse files
Do not use group_load/group_store with 2025.1.0 just yet
1 parent 2531261 commit 88c3e1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dpctl/tensor/libtensor/include/utils/sycl_utils.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,7 @@ struct Identity<Op, T, std::enable_if_t<UseBuiltInIdentity<Op, T>::value>>
428428
SYCL_EXT_ONEAPI_GROUP_LOAD_STORE
429429
#define USE_GROUP_LOAD_STORE 1
430430
#else
431-
#if defined(__INTEL_LLVM_COMPILER) && (__INTEL_LLVM_COMPILER >= 20250100u)
431+
#if defined(__INTEL_LLVM_COMPILER) && (__INTEL_LLVM_COMPILER > 20250100u)
432432
#define USE_GROUP_LOAD_STORE 1
433433
#else
434434
#define USE_GROUP_LOAD_STORE 0

0 commit comments

Comments
 (0)