Skip to content

Commit 3a508d7

Browse files
Update src/extension_algs.jl
1 parent 52b3307 commit 3a508d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/extension_algs.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ end
108108
`CudaOffloadFactorization()`
109109
110110
!!! warning
111-
This algorithm is deprecated. Use `CudaOffloadQRFactorization()` instead.
111+
This algorithm is deprecated. Use `CudaOffloadLUFactorization` or `CudaOffloadQRFactorization()` instead.
112112
113113
An offloading technique used to GPU-accelerate CPU-based computations.
114114
Requires a sufficiently large `A` to overcome the data transfer costs.

0 commit comments

Comments
 (0)