Commit cf2a106
authored
Bump SYCL compiler min version required (#2231)
DPC++ compiler released 2025.0.4 version where `__SYCL_COMPILER_VERSION`
is defined to `20241205`. But the fixes from #2211 and for
`sycl::ext::intel::math::cyl_bessel_i0(x)` support weren't mapped there.
Thus the PR proposes to bump
`__SYCL_COMPILER_REDUCTION_PROPERTIES_SUPPORT` and
`__SYCL_COMPILER_BESSEL_I0_SUPPORT` defines up to `20241210` value to
exclude DPC++ compiler 2025.0.4 version.1 parent 7d491e8 commit cf2a106
File tree
2 files changed
+2
-2
lines changed- dpnp/backend/kernels
- elementwise_functions
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
0 commit comments