Skip to content

Commit 1d4840b

Browse files
committed
Update test on avx2 At * b (gemv) kernel; (4,-1) -> (2,2).
1 parent d2de873 commit 1d4840b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -474,7 +474,7 @@ end
474474
# if LoopVectorization.VectorizationBase.REGISTER_COUNT == 16
475475
# else
476476
# end
477-
Unum, Tnum = LoopVectorization.VectorizationBase.REGISTER_COUNT == 16 ? (4, -1) : (4, 4)
477+
Unum, Tnum = LoopVectorization.VectorizationBase.REGISTER_COUNT == 16 ? (2, 2) : (4, 4)
478478
lsgemv = LoopVectorization.LoopSet(gemvq);
479479
@test LoopVectorization.choose_order(lsgemv) == ([:d1,:d2], :d2, Unum, Tnum)
480480
function AtmulvB_avx3!(G, B,κ)

0 commit comments

Comments
 (0)