Skip to content

Commit b2edd11

Browse files
authored
Update README.md
1 parent 456f392 commit b2edd11

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,10 @@ result = evaluate(gga_x, rho=rho, sigma=sigma, derivatives=0)
4747
## GPU support
4848
Recently GPU support has been added. Whenever `evaluate` is called
4949
with `CuArray`s, the computation will automatically be done with the CUDA
50-
version of libxc. Currently, CUDA 13 is not yet supported. You need
51-
to enforce the use of an earlier CUDA version with, for example,
50+
version of libxc. Due to delays in the BinaryBuilder / Yggdrasil infrastructure
51+
it often happens that the most recent CUDA version (shipped by default
52+
in CUDA.jl) is not yet supported. In this case using the package will throw
53+
a warning and you should manually set the CUDA version to a lower version, for example,
5254
```julia
5355
using CUDA
5456
CUDA.set_runtime_version!(v"12.8")

0 commit comments

Comments
 (0)