Skip to content

Commit 3b27324

Browse files
authored
Update execution requirements (#113)
1 parent 29ff982 commit 3b27324

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,10 @@ julia> using Pkg
1616
julia> Pkg.add("cuTile")
1717
```
1818

19-
Execution of cuTile kernels requires CUDA.jl to be installed and imported. Furthermore,
20-
only Blackwell GPUs (compute capability 10+) are supported at this time, and the CUDA driver
21-
needs to be version 13 or higher.
19+
Execution of cuTile kernels requires CUDA.jl to be installed and imported.
20+
cuTile generates kernels based on [Tile IR](https://docs.nvidia.com/cuda/tile-ir/), which requires an NVIDIA Driver that supports CUDA 13 (580 or later).
21+
CUDA.jl automatically downloads the appropriate CUDA toolkit artifacts, so no manual CUDA installation is needed.
22+
Only Ampere, Ada, and Blackwell GPUs are supported at this time, with Hopper support coming in a later release of CUDA 13.
2223

2324
## Quick Start
2425

0 commit comments

Comments
 (0)