We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b7954c commit 26fc18dCopy full SHA for 26fc18d
test/runtests.jl
@@ -23,9 +23,9 @@ arrayTypes = areTypesDefined ? arrayTypes : [JLArray]
23
include("gpu.jl")
24
include("chainrules.jl")
25
# Need to run after the other tests since they overload plan_*
26
- include("wrappers.jl")
+ #include("wrappers.jl")
27
# If types were defined we only run GPU related tests
28
else
29
30
end
31
-end
+end
0 commit comments