Skip to content

Commit 15a5507

Browse files
committed
Correctly update 32-bit choose_order test.
1 parent ca01cd1 commit 15a5507

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/gemm.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -590,7 +590,7 @@
590590
elseif LoopVectorization.REGISTER_COUNT == 16
591591
@test LoopVectorization.choose_order(lsAtmulBt8) == ([:n, :m, :k], :m, :n, :m, 2, 4)
592592
elseif LoopVectorization.REGISTER_COUNT == 8
593-
@test LoopVectorization.choose_order(lsAtmulBt8) == ([:n, :m, :k], :n, :m, :n, 1, 4)
593+
@test LoopVectorization.choose_order(lsAtmulBt8) == ([:n, :m, :k], :m, :n, :m, 1, 4)
594594
end
595595

596596
struct SizedMatrix{M,N,T} <: DenseMatrix{T}

0 commit comments

Comments
 (0)