Skip to content

Commit 3134819

Browse files
committed
tidy
1 parent 5f582c8 commit 3134819

File tree

1 file changed

+7
-12
lines changed

1 file changed

+7
-12
lines changed

test/group-3.jl

Lines changed: 7 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -153,20 +153,15 @@ end
153153

154154
@testset "parsing + LoopVectorization" begin include("parsing.jl") end
155155

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...)
165159

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
168162

169-
# end
163+
@tullio grad=Dual
164+
@testset "gradients: Tracker + ForwardDiff + LoopVectorization" begin include("gradients.jl") end
170165

171166
@info @sprintf("LoopVectorization tests took %.1f seconds", time()-t8)
172167

0 commit comments

Comments
 (0)