We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bf0e20 commit d3a74c3Copy full SHA for d3a74c3
sycl/doc/GetStartedGuide.md
@@ -120,7 +120,14 @@ should be used.
120
-DSYCL_LIBCXX_INCLUDE_PATH=<path to libc++ headers> \
121
-DSYCL_LIBCXX_LIBRARY_PATH=<path to libc++ and libc++abi libraries>
122
```
123
+You can also use configure script to enable:
124
125
+```
126
+python %DPCPP_HOME%\llvm\buildbot\configure.py --use-libcxx \
127
+--libcxx-include <path to libc++ headers> \
128
+--libcxx-library <path to libc++ and libc++ abi libraries>
129
+python %DPCPP_HOME%\llvm\buildbot\compile.py
130
131
### Build DPC++ toolchain with support for NVIDIA CUDA
132
133
There is experimental support for DPC++ for CUDA devices.
0 commit comments