File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -61,13 +61,21 @@ jobs:
61
61
- mkl-static-lp64-seq
62
62
- mkl-static-ilp64-iomp
63
63
- mkl-static-ilp64-seq
64
+ - mkl-dynamic-lp64-iomp
65
+ - mkl-dynamic-lp64-seq
66
+ - mkl-dynamic-ilp64-iomp
67
+ - mkl-dynamic-ilp64-seq
64
68
runs-on : windows-2022
65
69
steps :
66
70
- uses : actions/checkout@v1
67
71
- name : Get MKL using NuGet
68
72
run : |
69
- nuget install intelmkl.devel.cluster.win-x64
70
- nuget install intelmkl.static.cluster.win-x64
73
+ nuget install intelmkl.devel.cluster.win-x64 -Version 2022.0.3.171
74
+ nuget install intelmkl.static.cluster.win-x64 -Version 2022.0.3.171
75
+ - name : Add DLL runtime path
76
+ run : |
77
+ echo "${{ github.workspace }}/intelmkl.redist.win-x64.2022.0.3.171/runtimes/win-x64/native" >> $Env:GITHUB_PATH
78
+ echo "${{ github.workspace }}/intelopenmp.redist.win.2022.0.0.3663/runtimes/win-x64/native" >> $Env:GITHUB_PATH
71
79
- uses : actions-rs/cargo@v1
72
80
with :
73
81
command : test
You can’t perform that action at this time.
0 commit comments