Skip to content

Commit

Permalink
Test KrylovPreconditioners.jl with oneAPI.jl (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
amontoison authored Nov 6, 2024
1 parent c39c5e2 commit 53242b4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,6 @@ steps:
Pkg.instantiate()
include("test/gpu/intel.jl")'
timeout_in_minutes: 30
env:
OverrideDefaultFP64Settings: 1
IGC_EnableDPEmulation: 1
2 changes: 1 addition & 1 deletion test/gpu/intel.jl
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ include("gpu.jl")

# @testset "Block Jacobi preconditioner" begin
# test_block_jacobi(oneAPIBackend(), oneArray, oneSparseMatrixCSR)
# end
# end
end
2 changes: 1 addition & 1 deletion test/gpu/nvidia.jl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using CUDA, CUDA.CUSPARSE, CUDA.CUSOLVER

_get_type(J::CuSparseMatrixCSR) = CuArray{Float64, 1, CUDA.Mem.DeviceBuffer}
_get_type(J::CuSparseMatrixCSR) = CuArray{Float64, 1, CUDA.DeviceMemory}
_is_csr(J::CuSparseMatrixCSR) = true
_is_csc(J::CuSparseMatrixCSR) = false
include("gpu.jl")
Expand Down

0 comments on commit 53242b4

Please sign in to comment.