Skip to content

Commit 45e692c

Browse files
author
Ivy
committed
update dnnl version from v1.5 to v2.2
1 parent 64e94ab commit 45e692c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docker/install/ubuntu_install_dnnl.sh

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ set -u
2121
set -o pipefail
2222

2323
cd /usr/local/
24-
wget -q https://github.com/oneapi-src/oneDNN/releases/download/v1.5/dnnl_lnx_1.5.0_cpu_gomp.tgz
25-
tar -xzf dnnl_lnx_1.5.0_cpu_gomp.tgz
26-
mv dnnl_lnx_1.5.0_cpu_gomp/include/* /usr/local/include/
27-
mv dnnl_lnx_1.5.0_cpu_gomp/lib/libdnnl* /usr/local/lib/
28-
rm -rf dnnl_lnx_1.5.0_cpu_gomp.tgz dnnl_lnx_1.5.0_cpu_gomp
24+
wget -q https://github.com/oneapi-src/oneDNN/releases/download/v2.2/dnnl_lnx_2.2.0_cpu_gomp.tgz
25+
tar -xzf dnnl_lnx_2.2.0_cpu_gomp.tgz
26+
mv dnnl_lnx_2.2.0_cpu_gomp/include/* /usr/local/include/
27+
mv dnnl_lnx_2.2.0_cpu_gomp/lib/libdnnl* /usr/local/lib/
28+
rm -rf dnnl_lnx_2.2.0_cpu_gomp.tgz dnnl_lnx_2.2.0_cpu_gomp
2929
cd -

0 commit comments

Comments
 (0)