Skip to content

Commit 3fd7039

Browse files
committed
skip a super-slow test which does pass
1 parent ebad537 commit 3fd7039

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/gradients.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ if Tullio._GRAD[] != :Dual
343343
@test _gradient(sumnorm2, mat)[1] ForwardDiff.gradient(sumnorm2, mat)
344344
@test gradtest(norm2, (3,4))
345345

346-
layer(x) = @tullio y[i,k] := mat[i,j] * x[j,k] |> tanh
346+
layer(x) = @tullio y[i,k] := mat[i,j] * x[j,k] |> tanh avx=false # this takes 15 mins +?
347347
@test gradtest(layer, (3,4))
348348

349349
@printline

0 commit comments

Comments
 (0)