File tree Expand file tree Collapse file tree 1 file changed +1
-13
lines changed Expand file tree Collapse file tree 1 file changed +1
-13
lines changed Original file line number Diff line number Diff line change 90
90
run : |
91
91
pip install numpy"<1.26.0" cython setuptools pytest pytest-cov scikit-build cmake coverage[toml]
92
92
93
- - name : Build dpctl with coverage for oneAPI 2023
94
- if : env.USE_2023 == '1'
95
- shell : bash -l {0}
96
- run : |
97
- source /opt/intel/oneapi/setvars.sh
98
- export ARGS="--not-oneapi --compiler-root ${CMPLR_ROOT}"
99
- export ARGS="${ARGS} --c-compiler ${CMPLR_ROOT}/linux/bin/icx"
100
- export ARGS="${ARGS} --cxx-compiler ${CMPLR_ROOT}/linux/bin/icpx"
101
- export ARGS="${ARGS} --bin-llvm ${CMPLR_ROOT}/linux/bin-llvm"
102
- python scripts/gen_coverage.py ${ARGS}
103
-
104
- - name : Build dpctl with coverage for default oneAPI
105
- if : env.USE_2023 != '1'
93
+ - name : Build dpctl with coverage
106
94
shell : bash -l {0}
107
95
run : |
108
96
source /opt/intel/oneapi/setvars.sh
You can’t perform that action at this time.
0 commit comments