Skip to content

Commit da4139d

Browse files
committed
Updated project and manifest.
1 parent 4f9f9f0 commit da4139d

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

Manifest.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,6 @@ uuid = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
8383

8484
[[VectorizationBase]]
8585
deps = ["CpuId", "LinearAlgebra"]
86-
git-tree-sha1 = "bb905673925d36d1bf4693a114687d56723d5991"
86+
git-tree-sha1 = "81c1b3171d93e64345d75a9f08d190a155e9f009"
8787
uuid = "3d5dd08c-fd9d-11e8-17fa-ed2836048c2f"
88-
version = "0.1.6"
88+
version = "0.1.7"

Project.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ MacroTools = "0.5"
1616
Parameters = "0.12.0"
1717
SIMDPirates = "0.1.4"
1818
SLEEFPirates = "0.1.2"
19-
VectorizationBase = "0.1.6"
19+
VectorizationBase = "0.1.7"
2020
julia = "1.3.0"
2121

2222
[extras]

test/runtests.jl

+1-2
Original file line numberDiff line numberDiff line change
@@ -365,8 +365,7 @@ using LinearAlgebra
365365
B[j,i] = A[j,i] - x[j]
366366
end)
367367
lssubcol = LoopVectorization.LoopSet(subcolq);
368-
# @test LoopVectorization.choose_order(lssubcol) == (Symbol[:j,:i], :j, 4, -1)
369-
@test LoopVectorization.choose_order(lssubcol) == (Symbol[:j,:i], :j, 2, -1)
368+
@test LoopVectorization.choose_order(lssubcol) == (Symbol[:j,:i], :j, 4, -1)
370369
## @avx is SLOWER!!!!
371370
## need to fix!
372371
function mysubcol!(B, A, x)

0 commit comments

Comments
 (0)