Skip to content

Commit

Permalink
Update KrylovPreconditioners.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
amontoison committed Oct 20, 2023
1 parent f3bb1ea commit 281d0d6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/KrylovPreconditioners.jl
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
module KrylovPreconditioners

using LinearAlgebra, SparseArrays
using AMDGPU, CUDA
using AMDGPU, AMDGPU.rocSPARSE
using CUDA, CUDA.CUSPARSE

using LinearAlgebra: checksquare, BlasReal, BlasFloat

Expand Down

0 comments on commit 281d0d6

Please sign in to comment.