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 3877f10 commit 58eabc6Copy full SHA for 58eabc6
sycl/doc/GetStartedGuide.md
@@ -178,6 +178,11 @@ the system, refer to
178
or
179
[NVIDIA CUDA Installation Guide for Windows](https://docs.nvidia.com/cuda/cuda-installation-guide-microsoft-windows/index.html)
180
181
+Errors may occur if DPC++ is built with a toolkit version which is higher than
182
+the CUDA driver version. In order to check that the CUDA driver and toolkits
183
+match, use the CUDA executable `deviceQuery` which is usually found in
184
+`$CUDA_INSTALL_DIR/cuda/extras/demo_suite/deviceQuery`.
185
+
186
**_NOTE:_** An installation of at least
187
[CUDA 11.6](https://developer.nvidia.com/cuda-downloads) is recommended because
188
there is a known issue with some math builtins when using -O1/O2/O3
0 commit comments