From 355b5fbdb5476601b586a29ca79312ae20afae63 Mon Sep 17 00:00:00 2001 From: Alexis Montoison <35051714+amontoison@users.noreply.github.com> Date: Tue, 5 Nov 2024 22:08:05 -0600 Subject: [PATCH] Update test/gpu/intel.jl --- test/gpu/intel.jl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/gpu/intel.jl b/test/gpu/intel.jl index 8959af3..4299cbc 100644 --- a/test/gpu/intel.jl +++ b/test/gpu/intel.jl @@ -21,7 +21,7 @@ include("gpu.jl") end end - @testset "Block Jacobi preconditioner" begin - test_block_jacobi(oneAPIBackend(), oneArray, oneSparseMatrixCSR) - end + # @testset "Block Jacobi preconditioner" begin + # test_block_jacobi(oneAPIBackend(), oneArray, oneSparseMatrixCSR) + # end end