File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 79
79
- name : Install dpctl dependencies
80
80
shell : bash -l {0}
81
81
run : |
82
- pip install numpy cython setuptools pytest
82
+ pip install numpy cython setuptools pytest scikit-build
83
83
84
84
- name : Checkout repo
85
85
uses : actions/checkout@v2
97
97
export OCL_ICD_FILENAMES=libintelocl.so:libintelocl_emu.so
98
98
clang++ --version
99
99
sycl-ls
100
- python setup.py develop --sycl-compiler-prefix=$(dirname $(dirname `which clang++`))
101
- python -m pytest -v dpctl/tests
100
+ python setup.py develop -- -G "Unix Makefiles" -DCMAKE_C_COMPILER:PATH=clang -DCMAKE_CXX_COMPILER:PATH=clang++ -DDPCTL_ENABLE_LO_PROGRAM_CREATION=ON -DDPCTL_DPCPP_HOME_DIR=$(dirname $(dirname $(which clang))) -DDPCTL_DPCPP_FROM_ONEAPI=OFF
101
+ python -c "import dpctl; dpctl.lsplatform()" || exit 1
102
+ SYCL_ENABLE_HOST_DEVICE=1 python -m pytest -v dpctl/tests
You can’t perform that action at this time.
0 commit comments