Skip to content

Commit

Permalink
[tests] Remove oneAPI.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
amontoison committed Dec 5, 2023
1 parent 47f047c commit 7905c4e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions test/runtests.jl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using AMDGPU
using CUDA
using oneAPI
# using oneAPI
using Test

@testset "KrylovPreconditioners" begin
Expand All @@ -18,10 +18,10 @@ if CUDA.functional()
end
end

if oneAPI.functional()
@info "Testing oneAPI backend"
@testset "Testing oneAPI backend" begin
include("gpu/intel.jl")
end
end
# if oneAPI.functional()
# @info "Testing oneAPI backend"
# @testset "Testing oneAPI backend" begin
# include("gpu/intel.jl")
# end
# end
end

0 comments on commit 7905c4e

Please sign in to comment.