Skip to content

Commit 80f2f9f

Browse files
author
Michael Abbott
committed
trivial commit
Previous CI run passed, will this one?
1 parent e4b8c9d commit 80f2f9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/group-3.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ end
145145

146146
@testset "parsing + LoopVectorization" begin include("parsing.jl") end
147147

148-
Threads.nthreads() > 1 && test_group == "3" && exit() # Github CI times out on multi-thread LV gradient checks.
148+
Threads.nthreads() > 1 && test_group == "3" && exit() # Github CI times out on multi-thread LV gradient checks?
149149

150150
using Tracker
151151
GRAD = :Tracker

0 commit comments

Comments
 (0)