File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -295,7 +295,7 @@ jobs:
295
295
OPENBLAS_VERSION : 0.3.23
296
296
OPENCL_VERSION : 2023.04.17
297
297
CLBLAST_VERSION : 1.6.0
298
- SDE_VERSION : 9.21.1-2023-04-24
298
+ SDE_VERSION : 9.33.0-2024-01-07
299
299
300
300
strategy :
301
301
matrix :
@@ -400,7 +400,7 @@ jobs:
400
400
id : cmake_test_sde
401
401
if : ${{ matrix.build == 'avx512' && env.HAS_AVX512F == '0' }} # use Intel SDE for AVX-512 emulation
402
402
run : |
403
- curl.exe -o $env:RUNNER_TEMP/sde.tar.xz -L "https://downloadmirror.intel.com/777395 /sde-external-${env:SDE_VERSION}-win.tar.xz"
403
+ curl.exe -o $env:RUNNER_TEMP/sde.tar.xz -L "https://downloadmirror.intel.com/813591 /sde-external-${env:SDE_VERSION}-win.tar.xz"
404
404
# for some weird reason windows tar doesn't like sde tar.xz
405
405
7z x "-o${env:RUNNER_TEMP}" $env:RUNNER_TEMP/sde.tar.xz
406
406
7z x "-o${env:RUNNER_TEMP}" $env:RUNNER_TEMP/sde.tar
You can’t perform that action at this time.
0 commit comments