Skip to content

Commit e21800d

Browse files
Update solvers.md
1 parent 224b3d0 commit e21800d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/src/solvers/solvers.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@ When using CuSparseMatrixCSR arrays with CUDSS.jl loaded, `LUFactorization()` wi
4848
automatically use NVIDIA's cuDSS library. Alternatively, `CUSOLVERRFFactorization`
4949
provides access to NVIDIA's cusolverRF library. Both offer significant performance
5050
improvements for sparse systems on CUDA-capable GPUs and are particularly effective
51-
for large sparse matrices that can benefit from GPU parallelization.
51+
for large sparse matrices that can benefit from GPU parallelization. `CUDSS` is more
52+
for `Float32` while `CUSOLVERRFFactorization` is for `Float64`.
5253

5354
While these sparse factorizations are based on implementations in other languages,
5455
and therefore constrained to standard number types (`Float64`, `Float32` and

0 commit comments

Comments
 (0)