Skip to content

Commit 32bbaf4

Browse files
committed
Update expected avx512 At * x tile size to reflect tiling fixes in previous commit and bump version.
1 parent c6a70a7 commit 32bbaf4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "LoopVectorization"
22
uuid = "bdcacae8-1622-11e9-2a5c-532679323890"
33
authors = ["Chris Elrod <[email protected]>"]
4-
version = "0.5.0"
4+
version = "0.5.1"
55

66
[deps]
77
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -916,7 +916,7 @@ end
916916
# if LoopVectorization.VectorizationBase.REGISTER_COUNT == 16
917917
# else
918918
# end
919-
Unum, Tnum = LoopVectorization.VectorizationBase.REGISTER_COUNT == 16 ? (4, -1) : (4, 6)
919+
Unum, Tnum = LoopVectorization.VectorizationBase.REGISTER_COUNT == 16 ? (4, -1) : (4, 4)
920920
lsgemv = LoopVectorization.LoopSet(gemvq);
921921
@test LoopVectorization.choose_order(lsgemv) == ([:d1,:d2], :d2, Unum, Tnum)
922922
function AtmulvB_avx3!(G, B,κ)

0 commit comments

Comments
 (0)