Skip to content

Commit 0a48139

Browse files
committed
build: pulling mkl binary from mkl-dnn github
1 parent 2f089ec commit 0a48139

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/prepare_mkl.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# limitations under the License.
1616
#===============================================================================
1717

18-
MKLURL="https://github.com/intelcaffe/caffe/releases/download/self_contained_BU1/mklml_lnx_2017.0.b1.20160513.1.tgz"
18+
MKLURL="https://github.com/01org/mkl-dnn/releases/download/v0.1/mklml_lnx_2017.0.0.20160801.tgz"
1919

2020
DST=`dirname $0`/../external
2121
DST=`readlink -f $DST`

0 commit comments

Comments
 (0)