File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 2121set -o pipefail
2222
2323cd /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
2929cd -
You can’t perform that action at this time.
0 commit comments