We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bae4c3d commit 365bf2cCopy full SHA for 365bf2c
1 file changed
test/runtests.jl
@@ -36,9 +36,9 @@ struct NewBackend <: KernelAbstractions.GPU end
36
end
37
38
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
+# include("extensions/enzyme.jl")
+# @static if VERSION >= v"1.7.0"
+# @testset "Enzyme" begin
+# enzyme_testsuite(CPU, Array)
+# end
0 commit comments