Skip to content

Commit 678c250

Browse files
committed
Add test for static 8x8 gemm.
1 parent f414460 commit 678c250

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
@@ -588,7 +588,7 @@
588588
if LoopVectorization.REGISTER_COUNT == 32
589589
@test LoopVectorization.choose_order(lsAtmulBt8) == ([:n, :m, :k], :m, :n, :m, 1, 8)
590590
else
591-
# @test LoopVectorization.choose_order(lsAtmulBt8) == ([:n, :m, :k], :m, :n, :m, 2, 4)
591+
@test LoopVectorization.choose_order(lsAtmulBt8) == ([:n, :m, :k], :m, :n, :m, 2, 4)
592592
end
593593

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

0 commit comments

Comments
 (0)