File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -148,7 +148,7 @@ jobs:
148
148
149
149
- name : Test conda channel
150
150
run : |
151
- mamba search ${{ env.PACKAGE_NAME }} -c ${{ env.channel-path }} --override-channels --info --json > ${{ env.ver-json-path }}
151
+ conda search ${{ env.PACKAGE_NAME }} -c ${{ env.channel-path }} --override-channels --info --json > ${{ env.ver-json-path }}
152
152
cat ${{ env.ver-json-path }}
153
153
154
154
- name : Get package version
@@ -182,7 +182,7 @@ jobs:
182
182
id : run_tests_linux
183
183
uses : nick-fields/retry@7152eba30c6575329ac0576536151aca5a72780e # v3.0.0
184
184
with :
185
- timeout_minutes : 10
185
+ timeout_minutes : 12
186
186
max_attempts : ${{ env.RUN_TESTS_MAX_ATTEMPTS }}
187
187
retry_on : any
188
188
command : |
@@ -264,7 +264,7 @@ jobs:
264
264
- name : Test conda channel
265
265
run : |
266
266
@echo on
267
- mamba search ${{ env.PACKAGE_NAME }} -c ${{ env.channel-path }} --override-channels --info --json > ${{ env.ver-json-path }}
267
+ conda search ${{ env.PACKAGE_NAME }} -c ${{ env.channel-path }} --override-channels --info --json > ${{ env.ver-json-path }}
268
268
269
269
- name : Dump version.json
270
270
run : more ${{ env.ver-json-path }}
Original file line number Diff line number Diff line change 40
40
* sycl::ext::oneapi::experimental::properties was added.
41
41
*/
42
42
#ifndef __SYCL_COMPILER_REDUCTION_PROPERTIES_SUPPORT
43
- #define __SYCL_COMPILER_REDUCTION_PROPERTIES_SUPPORT 20241210L
43
+ #define __SYCL_COMPILER_REDUCTION_PROPERTIES_SUPPORT 20241208L
44
44
#endif
45
45
46
46
namespace mkl_blas = oneapi::mkl::blas;
Original file line number Diff line number Diff line change 32
32
* sycl::ext::intel::math::cyl_bessel_i0(x) is fully resolved.
33
33
*/
34
34
#ifndef __SYCL_COMPILER_BESSEL_I0_SUPPORT
35
- #define __SYCL_COMPILER_BESSEL_I0_SUPPORT 20241210L
35
+ #define __SYCL_COMPILER_BESSEL_I0_SUPPORT 20241208L
36
36
#endif
37
37
38
38
#if __SYCL_COMPILER_VERSION >= __SYCL_COMPILER_BESSEL_I0_SUPPORT
You can’t perform that action at this time.
0 commit comments