File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ endif()
4040
4141set (PROJECT_NAME "Intel(R) MKL-DNN" )
4242set (PROJECT_FULL_NAME "Intel(R) Math Kernel Library for Deep Neural Networks (Intel(R) MKL-DNN)" )
43- set (PROJECT_VERSION "0.17.1 " )
43+ set (PROJECT_VERSION "0.17.2 " )
4444
4545set (LIB_NAME mkldnn)
4646
Original file line number Diff line number Diff line change 11# Intel(R) Math Kernel Library for Deep Neural Networks (Intel(R) MKL-DNN)
2- ![ v0.17.1 beta] ( https://img.shields.io/badge/v0.17.1 -beta-orange.svg )
2+ ![ v0.17.2 beta] ( https://img.shields.io/badge/v0.17.2 -beta-orange.svg )
33
44Intel(R) Math Kernel Library for Deep Neural Networks (Intel(R) MKL-DNN) is
55an open source performance library for deep learning applications. The library
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ 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.17.1 /
21+ set MKLURLROOT = https://github.com/intel/mkl-dnn/releases/download/v0.17.2 /
2222set MKLVERSION = 2019.0.1.20180928
2323
2424set MKLPACKAGE = mklml_win_%MKLVERSION%
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.17.1 /"
18+ MKLURLROOT=" https://github.com/intel/mkl-dnn/releases/download/v0.17.2 /"
1919MKLVERSION=" 2019.0.1.20180928"
2020
2121os=` uname`
You can’t perform that action at this time.
0 commit comments