Skip to content

Commit 2d9784e

Browse files
authored
[NFC] Update information about CUDA toolchain version (#1974)
1 parent 3aec7f7 commit 2d9784e

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

buildbot/dependency.conf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,6 @@ gpu_driver_lin=20.21.16886
2626
gpu_driver_win=27.20.100.8280
2727
fpga_driver_lin=2020.9.2.0
2828
fpga_driver_win=2020.9.2.0
29+
# NVidia CUDA driver
30+
# http://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64/cuda-drivers_450.36.06-1_amd64.deb
31+
nvidia_gpu_driver_lin=450.36.06

sycl/doc/GetStartedGuide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ To enable support for CUDA devices, follow the instructions for the Linux
123123
DPC++ toolchain, but add the `--cuda` flag to `configure.py`
124124

125125
Enabling this flag requires an installation of
126-
[CUDA 10.1](https://developer.nvidia.com/cuda-10.1-download-archive-update2) on
126+
[CUDA 10.2](https://developer.nvidia.com/cuda-10.2-download-archive) on
127127
the system, refer to
128128
[NVIDIA CUDA Installation Guide for Linux](https://docs.nvidia.com/cuda/cuda-installation-guide-linux/index.html).
129129

0 commit comments

Comments
 (0)