Skip to content

Commit f94f451

Browse files
Added details about building with custom DPC++ toolchain
1 parent d6aef7d commit f94f451

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,14 @@ For development:
6767
python setup.py develop
6868
```
6969

70+
It is also possible to build dpctl using [DPC++ toolchain](https://github.com/intel/llvm/blob/sycl/sycl/doc/GetStartedGuide.md) instead of oneAPI DPC++. Instead of activating the oneAPI environment, indicate the toolchain installation prefix with `--sycl-compiler-prefix` option, e.g.
71+
72+
```cmd
73+
python setup.py develop --sycl-compiler-prefix=${DPCPP_ROOT}/llvm/build
74+
```
75+
76+
Please use `python setup.py develop --help` for more details.
77+
7078
Install Wheel Package from Pypi
7179
==================================
7280
1. Install dpctl

0 commit comments

Comments
 (0)