Skip to content

Commit 58eabc6

Browse files
authored
[Doc] Add info to make sure CUDA driver is newer than toolkit (#6146)
Bug has occurred due to toolkit/driver version mismatch #5275 This PR mentions this in get started guide
1 parent 3877f10 commit 58eabc6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

sycl/doc/GetStartedGuide.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,11 @@ the system, refer to
178178
or
179179
[NVIDIA CUDA Installation Guide for Windows](https://docs.nvidia.com/cuda/cuda-installation-guide-microsoft-windows/index.html)
180180

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+
181186
**_NOTE:_** An installation of at least
182187
[CUDA 11.6](https://developer.nvidia.com/cuda-downloads) is recommended because
183188
there is a known issue with some math builtins when using -O1/O2/O3

0 commit comments

Comments
 (0)