File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 10
10
runs-on : ubuntu-20.04
11
11
12
12
env :
13
- OCLCPUEXP_FN : oclcpuexp-2021.12.6 .0.19_rel .tar.gz
14
- FPGAEMU_FN : fpgaemu-2021.12.6 .0.19_rel .tar.gz
13
+ OCLCPUEXP_FN : oclcpuexp-2021.12.9 .0.24_rel .tar.gz
14
+ FPGAEMU_FN : fpgaemu-2021.12.9 .0.24_rel .tar.gz
15
15
TBB_FN : oneapi-tbb-2021.4.0-lin.tgz
16
16
17
17
steps :
48
48
export DOWNLOAD_URL_PREFIX=https://github.com/intel/llvm/releases/download
49
49
rm -rf dpcpp-compiler.tar.gz
50
50
wget ${DOWNLOAD_URL_PREFIX}/${NIGHTLY_TAG}/dpcpp-compiler.tar.gz && echo ${LATEST_LLVM_TAG_SHA} > bundle_id.txt || rm -rf bundle_id.txt
51
- [ -f ${OCLCPUEXP_FN} ] || wget ${DOWNLOAD_URL_PREFIX}/2021-07 /${OCLCPUEXP_FN} || rm -rf bundle_id.txt
52
- [ -f ${FPGAEMU_FN} ] || wget ${DOWNLOAD_URL_PREFIX}/2021-07 /${FPGAEMU_FN} || rm -rf bundle_id.txt
51
+ [ -f ${OCLCPUEXP_FN} ] || wget ${DOWNLOAD_URL_PREFIX}/2021-09 /${OCLCPUEXP_FN} || rm -rf bundle_id.txt
52
+ [ -f ${FPGAEMU_FN} ] || wget ${DOWNLOAD_URL_PREFIX}/2021-09 /${FPGAEMU_FN} || rm -rf bundle_id.txt
53
53
[ -f ${TBB_FN} ] || wget https://github.com/oneapi-src/oneTBB/releases/download/v2021.4.0/${TBB_FN} || rm -rf bundle_id.txt
54
54
rm -rf dpcpp_compiler
55
55
tar xf dpcpp-compiler.tar.gz
You can’t perform that action at this time.
0 commit comments