File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ rem ============================================================================
1818rem req: PowerShell 3.0+
1919powershell.exe -command " if ($PSVersionTable.PSVersion.Major -ge 3) {exit 1} else {Write-Host \" The script requires PowerShell 3.0 or above (current version: $($PSVersionTable.PSVersion.Major).$($PSVersionTable.PSVersion.Minor))\" }" && goto Error_load
2020
21- set MKLURLROOT = https://github.com/intel/mkl-dnn/releases/download/v0.20-rc /
22- set MKLVERSION = 2019 .0.5.20190502
21+ set MKLURLROOT = https://github.com/intel/mkl-dnn/releases/download/v0.21 /
22+ set MKLVERSION = 2020 .0.20190813
2323
2424set MKLPACKAGE = mklml_win_%MKLVERSION%
2525
Original file line number Diff line number Diff line change 1515# limitations under the License.
1616# ===============================================================================
1717
18- MKLURLROOT=" https://github.com/intel/mkl-dnn/releases/download/v0.20-rc /"
18+ MKLURLROOT=" https://github.com/intel/mkl-dnn/releases/download/v0.21 /"
1919MKLVERSION=" 2019.0.5.20190502"
2020
2121os=` uname`
You can’t perform that action at this time.
0 commit comments