Skip to content

Commit 3507b39

Browse files
committed
Bump SYCL compiler version
1 parent 7d491e8 commit 3507b39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dpnp/backend/kernels/dpnp_krnl_common.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
* sycl::ext::oneapi::experimental::properties was added.
4141
*/
4242
#ifndef __SYCL_COMPILER_REDUCTION_PROPERTIES_SUPPORT
43-
#define __SYCL_COMPILER_REDUCTION_PROPERTIES_SUPPORT 20241129
43+
#define __SYCL_COMPILER_REDUCTION_PROPERTIES_SUPPORT 20241210L
4444
#endif
4545

4646
namespace mkl_blas = oneapi::mkl::blas;

0 commit comments

Comments
 (0)