File tree Expand file tree Collapse file tree 1 file changed +11
-8
lines changed
Expand file tree Collapse file tree 1 file changed +11
-8
lines changed Original file line number Diff line number Diff line change @@ -145,17 +145,20 @@ 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+ if test_group != " 3" # Github CI fails, on some runs, "ERROR: Package Tullio errored during testing (received signal: KILL)"
149+ # https://github.com/mcabbott/Tullio.jl/pull/57/checks?check_run_id=1753332805
149150
150- using Tracker
151- GRAD = :Tracker
152- _gradient (x... ) = Tracker. gradient (x... )
151+ using Tracker
152+ GRAD = :Tracker
153+ _gradient (x... ) = Tracker. gradient (x... )
153154
154- @tullio grad= Base
155- @testset " gradients: Tracker + DiffRules + LoopVectorization" begin include (" gradients.jl" ) end
155+ @tullio grad= Base
156+ @testset " gradients: Tracker + DiffRules + LoopVectorization" begin include (" gradients.jl" ) end
156157
157- @tullio grad= Dual
158- @testset " gradients: Tracker + ForwardDiff + LoopVectorization" begin include (" gradients.jl" ) end
158+ @tullio grad= Dual
159+ @testset " gradients: Tracker + ForwardDiff + LoopVectorization" begin include (" gradients.jl" ) end
160+
161+ end
159162
160163@info @sprintf (" LoopVectorization tests took %.1f seconds" , time ()- t8)
161164
You can’t perform that action at this time.
0 commit comments