Skip to content

Commit

Permalink
Update docs/src/gpu.md
Browse files Browse the repository at this point in the history
Co-authored-by: tmigot <[email protected]>
  • Loading branch information
amontoison and tmigot committed Mar 24, 2023
1 parent f903b84 commit b6ed790
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/gpu.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ end
```

!!! note
The `CUSPARSE` library of CUDA toolkits `v"12.x"` has some bugs. We recommend to use an older CUDA toolkit with `CUDA.set_runtime_version!(v"11.8")`.
The `CUSPARSE` library of CUDA toolkits `v"12.x"` is unstable. We recommend using CUDA toolkit v"11.8" with `CUDA.set_runtime_version!(v"11.8")`.

## AMD GPUs

Expand Down

0 comments on commit b6ed790

Please sign in to comment.