Skip to content

Commit 365bf2c

Browse files
committed
don't test Enzyme for now
1 parent bae4c3d commit 365bf2c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

test/runtests.jl

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ struct NewBackend <: KernelAbstractions.GPU end
3636
end
3737

3838

39-
include("extensions/enzyme.jl")
40-
@static if VERSION >= v"1.7.0"
41-
@testset "Enzyme" begin
42-
enzyme_testsuite(CPU, Array)
43-
end
44-
end
39+
# include("extensions/enzyme.jl")
40+
# @static if VERSION >= v"1.7.0"
41+
# @testset "Enzyme" begin
42+
# enzyme_testsuite(CPU, Array)
43+
# end
44+
# end

0 commit comments

Comments
 (0)