This repository was archived by the owner on Sep 26, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed
Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -5,4 +5,11 @@ Assuming `Cython` and `pybind11` are installed and DCP++ has been activated:
55``` bash
66CC=dpcpp LDSHARED=" dpcpp --shared" python setup.py develop
77pytest -m tests
8+ ```
9+
10+ ** Note** : Building this package requires the using latest development version of ` dpctl ` .
11+ This can be installed using conda package manager using
12+
13+ ``` bash
14+ conda install -c dppy/label/dev dpctl
815```
Original file line number Diff line number Diff line change @@ -11,4 +11,11 @@ pytest -m tests
1111Scikit-build enables building Python native extensions using CMake. This package leverage integration DPC++
1212with CMake [ dpcpp-cmake-integration] as well as integration of ` dpctl ` with CMake.
1313
14+ ** Note** : Building this package requires the using latest development version of ` dpctl ` .
15+ This can be installed using conda package manager using
16+
17+ ``` bash
18+ conda install -c dppy/label/dev dpctl
19+ ```
20+
1421[ dpcpp-cmake-integration ] : https://www.intel.com/content/www/us/en/develop/documentation/oneapi-dpcpp-cpp-compiler-dev-guide-and-reference/top/compiler-setup/use-the-command-line/use-cmake-with-the-intel-oneapi-dpc-c-compiler.html
You can’t perform that action at this time.
0 commit comments