From 2c7acbacc264412947b79e0f954770542e8e5f8a Mon Sep 17 00:00:00 2001 From: pgorlani <92453485+pgorlani@users.noreply.github.com> Date: Wed, 23 Feb 2022 13:47:19 +0000 Subject: [PATCH] [SYCL][CUDA][DOC] State min. CUDA ver. for sm_75 --- sycl/doc/GetStartedGuide.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sycl/doc/GetStartedGuide.md b/sycl/doc/GetStartedGuide.md index 1050c70c61e72..1f53b9f4697c8 100644 --- a/sycl/doc/GetStartedGuide.md +++ b/sycl/doc/GetStartedGuide.md @@ -177,6 +177,9 @@ the system, refer to [NVIDIA CUDA Installation Guide for Linux](https://docs.nvidia.com/cuda/cuda-installation-guide-linux/index.html) or [NVIDIA CUDA Installation Guide for Windows](https://docs.nvidia.com/cuda/cuda-installation-guide-microsoft-windows/index.html) +An installation of at least +[CUDA 11.0](https://developer.nvidia.com/cuda-11.0-download-archive) +is required for fully utilize Turing (SM 75) devices. Currently, the only combination tested is Ubuntu 18.04 with CUDA 10.2 using a Titan RTX GPU (SM 71). The CUDA backend should work on Windows or Linux