Skip to content

Commit 4990ad1

Browse files
authored
Revise installation instructions for cuTile.jl
Updated installation instructions for cuTile.jl to reflect package registration and usage.
1 parent a070702 commit 4990ad1

1 file changed

Lines changed: 2 additions & 7 deletions

File tree

README.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,22 +9,17 @@ Interfaces and APIs may change without notice.
99

1010
## Installation
1111

12-
cuTile.jl has not been registered, and depends on several unregistered packages, so you
13-
have to clone the repository and activate the environment within:
12+
Install just like any other Julia package:
1413

1514
```
16-
$ git clone https://github.com/JuliaGPU/cuTile.jl
17-
$ julia --project=cuTile.jl
1815
julia> using Pkg
19-
julia> Pkg.instantiate()
20-
julia> using cuTile
16+
julia> Pkg.add("cuTile")
2117
```
2218

2319
Execution of cuTile kernels requires CUDA.jl to be installed and imported. Furthermore,
2420
only Blackwell GPUs (compute capability 10+) are supported at this time, and the CUDA driver
2521
needs to be version 13 or higher.
2622

27-
2823
## Quick Start
2924

3025
A simple vector addition kernel using cuTile looks like this:

0 commit comments

Comments
 (0)