We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64e5dfc commit 64ed503Copy full SHA for 64ed503
scripts/prepare_mkl.sh
@@ -15,12 +15,12 @@
15
# limitations under the License.
16
#===============================================================================
17
18
-MKLURL="https://github.com/01org/mkl-dnn/releases/download/v0.7/mklml_lnx_2018.0.20170425.tgz"
+MKLURL="https://github.com/01org/mkl-dnn/releases/download/v0.9/mklml_lnx_2018.0.20170425.tgz"
19
20
DST=`dirname $0`/../external
21
DST=`readlink -f $DST`
22
mkdir -p $DST
23
wget --no-check-certificate -P $DST $MKLURL
24
tar -xzf $DST/mklml_lnx*.tgz -C $DST
25
26
-echo "Downloaded and unpacked Intel(R) MKL libraries for machine learning to $DST"
+echo "Downloaded and unpacked Intel(R) MKL small libraries to $DST"
0 commit comments