File tree 1 file changed +11
-8
lines changed
1 file changed +11
-8
lines changed Original file line number Diff line number Diff line change @@ -145,17 +145,20 @@ end
145
145
146
146
@testset " parsing + LoopVectorization" begin include (" parsing.jl" ) end
147
147
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
149
150
150
- using Tracker
151
- GRAD = :Tracker
152
- _gradient (x... ) = Tracker. gradient (x... )
151
+ using Tracker
152
+ GRAD = :Tracker
153
+ _gradient (x... ) = Tracker. gradient (x... )
153
154
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
156
157
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
159
162
160
163
@info @sprintf (" LoopVectorization tests took %.1f seconds" , time ()- t8)
161
164
You can’t perform that action at this time.
0 commit comments