Skip to content

Commit 75bb185

Browse files
committed
skip one
1 parent 5f1303c commit 75bb185

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/parsing.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ using Tullio, Test, LinearAlgebra
127127
@test H[1,:] == M[2,:] # but H[3,:] gets written into twice.
128128

129129
J′ = [1,2,10]
130-
@tullio H′[J′[i'],k] := A[k]
130+
@tullio H′[J′[i'],k] := A[k] avx=false # new failure LoopVectorization v0.12.13?
131131
@test size(H′) == (10, length(A))
132132
@test H′[2,:] == A
133133
@test H′[3,4] == 0 # zeroed before being written into

0 commit comments

Comments
 (0)