File tree 1 file changed +7
-12
lines changed
1 file changed +7
-12
lines changed Original file line number Diff line number Diff line change @@ -153,20 +153,15 @@ end
153
153
154
154
@testset " parsing + LoopVectorization" begin include (" parsing.jl" ) end
155
155
156
- # if test_group != "3" # Github CI fails, on some runs, "ERROR: Package Tullio errored during testing (received signal: KILL)"
157
- # https://github.com/mcabbott/Tullio.jl/pull/57/checks?check_run_id=1753332805
158
-
159
- using Tracker
160
- GRAD = :Tracker
161
- _gradient (x... ) = Tracker. gradient (x... )
162
-
163
- @tullio grad= Base
164
- @testset " gradients: Tracker + DiffRules + LoopVectorization" begin include (" gradients.jl" ) end
156
+ using Tracker
157
+ GRAD = :Tracker
158
+ _gradient (x... ) = Tracker. gradient (x... )
165
159
166
- @tullio grad= Dual
167
- @testset " gradients: Tracker + ForwardDiff + LoopVectorization" begin include (" gradients.jl" ) end
160
+ @tullio grad= Base
161
+ @testset " gradients: Tracker + DiffRules + LoopVectorization" begin include (" gradients.jl" ) end
168
162
169
- # end
163
+ @tullio grad= Dual
164
+ @testset " gradients: Tracker + ForwardDiff + LoopVectorization" begin include (" gradients.jl" ) end
170
165
171
166
@info @sprintf (" LoopVectorization tests took %.1f seconds" , time ()- t8)
172
167
You can’t perform that action at this time.
0 commit comments