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 f6a60d7 commit e4b8c9dCopy full SHA for e4b8c9d
test/group-3.jl
@@ -145,7 +145,7 @@ end
145
146
@testset "parsing + LoopVectorization" begin include("parsing.jl") end
147
148
-Threads.nthreads() > 1 && test_group == "2" && exit() # Github CI times out on multi-thread LV gradient checks.
+Threads.nthreads() > 1 && test_group == "3" && exit() # Github CI times out on multi-thread LV gradient checks.
149
150
using Tracker
151
GRAD = :Tracker
0 commit comments