You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: guide/src/guide/getting_started.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ This section covers how to get started writing GPU crates with `cuda_std` and `c
5
5
## Required Libraries
6
6
7
7
Before you can use the project to write GPU crates, you will need a couple of prerequisites:
8
-
-[The CUDA SDK](https://developer.nvidia.com/cuda-downloads), version `11.2` or higher (and the appropriate driver - [see cuda release notes](https://docs.nvidia.com/cuda/cuda-toolkit-release-notes/index.html)) . This is only for building
8
+
-[The CUDA SDK](https://developer.nvidia.com/cuda-downloads), version `11.2-11.8` (and the appropriate driver - [see cuda release notes](https://docs.nvidia.com/cuda/cuda-toolkit-release-notes/index.html)) . This is only for building
9
9
GPU crates, to execute built PTX you only need CUDA 9+.
10
10
11
11
- LLVM 7.x (7.0 to 7.4), The codegen searches multiple places for LLVM:
0 commit comments