Skip to content

Commit

Permalink
Minor test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
michel2323 committed Feb 27, 2024
1 parent a4bc9c6 commit 95b04db
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@ include("extensions/enzyme.jl")
@static if VERSION >= v"1.7.0"
@testset "Enzyme" begin
enzyme_testsuite(CPU, Array)
enzyme_testsuite(CUDABackend, CuArray)
if CUDA.functional() && CUDA.has_cuda_gpu()
enzyme_testsuite(CUDABackend, CuArray)
end
end
end

0 comments on commit 95b04db

Please sign in to comment.