File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -21,9 +21,10 @@ set -u
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+ mkdir onednn-2.5.2
25+ wget -q https://anaconda.org/conda-forge/onednn/2.5.2/download/linux-64/onednn-2.5.2-omp_hf4ef041_0.tar.bz2
26+ tar -jxvf onednn-2.5.2-omp_hf4ef041_0.tar.bz2 -C onednn-2.5.2
27+ mv onednn-2.5.2/include/* /usr/local/include/
28+ mv onednn-2.5.2/lib/libdnnl* /usr/local/lib/
29+ rm -rf onednn-2.5.2-omp_hf4ef041_0.tar.bz2 onednn-2.5.2
2930cd -
You can’t perform that action at this time.
0 commit comments