Skip to content

Commit fe1d61a

Browse files
authored
Update README.md with link to cuda toolkit installation (#113)
1 parent 81f48c8 commit fe1d61a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@ Building the binaries requires running codegen first. Scuda codegen reads the cu
2424

2525
To ensure codegen works properly, the proper cuda packages need to be installed on your OS. Take a look at our [Dockerfile](./Dockerfile.build) to see an example.
2626

27-
Codegen requires cuBLAS, cuDNN, NVML, etc:
27+
Take a look [here to install CUDA Toolkit](https://developer.nvidia.com/cuda-downloads?target_os=Linux&target_arch=x86_64&Distribution=WSL-Ubuntu&target_version=2.0&target_type=deb_network) (choose your system)
28+
29+
Codegen requires [cuBLAS](https://developer.nvidia.com/hpc-sdk-downloads), [cuDNN](https://developer.nvidia.com/cudnn-downloads?target_os=Linux&target_arch=x86_64&Distribution=Ubuntu&target_version=24.04&target_type=deb_network), [NVML](https://developer.nvidia.com/management-library-nvml), etc:
2830

2931
```py
3032
cudnn_graph_header = find_header_file("cudnn_graph.h")

0 commit comments

Comments
 (0)