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:
148148
149149 - name : Test conda channel
150150 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 }}
152152 cat ${{ env.ver-json-path }}
153153
154154 - name : Get package version
@@ -182,7 +182,7 @@ jobs:
182182 id : run_tests_linux
183183 uses : nick-fields/retry@7152eba30c6575329ac0576536151aca5a72780e # v3.0.0
184184 with :
185- timeout_minutes : 10
185+ timeout_minutes : 12
186186 max_attempts : ${{ env.RUN_TESTS_MAX_ATTEMPTS }}
187187 retry_on : any
188188 command : |
@@ -264,7 +264,7 @@ jobs:
264264 - name : Test conda channel
265265 run : |
266266 @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 }}
268268
269269 - name : Dump version.json
270270 run : more ${{ env.ver-json-path }}
Original file line number Diff line number Diff line change 4040 * sycl::ext::oneapi::experimental::properties was added.
4141 */
4242#ifndef __SYCL_COMPILER_REDUCTION_PROPERTIES_SUPPORT
43- #define __SYCL_COMPILER_REDUCTION_PROPERTIES_SUPPORT 20241210L
43+ #define __SYCL_COMPILER_REDUCTION_PROPERTIES_SUPPORT 20241208L
4444#endif
4545
4646namespace mkl_blas = oneapi::mkl::blas;
Original file line number Diff line number Diff line change 3232 * sycl::ext::intel::math::cyl_bessel_i0(x) is fully resolved.
3333 */
3434#ifndef __SYCL_COMPILER_BESSEL_I0_SUPPORT
35- #define __SYCL_COMPILER_BESSEL_I0_SUPPORT 20241210L
35+ #define __SYCL_COMPILER_BESSEL_I0_SUPPORT 20241208L
3636#endif
3737
3838#if __SYCL_COMPILER_VERSION >= __SYCL_COMPILER_BESSEL_I0_SUPPORT
You can’t perform that action at this time.
0 commit comments