Skip to content

Commit f59fc5e

Browse files
committed
M1 test update
1 parent c2d2a43 commit f59fc5e

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
@@ -1,7 +1,7 @@
11
@testset "GEMM" begin
22
# using LoopVectorization, LinearAlgebra, Test; T = Float64
33
if LoopVectorization.cache_linesize() == 64
4-
Unum, Tnum = LoopVectorization.register_count() == 16 ? (2, 6) : (3, 9)
4+
Unum, Tnum = LoopVectorization.register_count() == 16 ? (2, 6) : (LoopVectorization.register_size() == 64 ? (3, 9) : (4, 6))
55
else
66
Unum, Tnum = LoopVectorization.register_count() == 16 ? (2, 6) : (4, 6)
77
end

0 commit comments

Comments
 (0)