Skip to content

Commit 616bbcc

Browse files
committed
Run gemm tests for VERSION >= v1.4.
1 parent c1ce6ef commit 616bbcc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/runtests.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Base.IndexStyle(::Type{<:FallbackArrayWrapper}) = IndexLinear()
4545

4646
@time include("check_empty.jl")
4747

48-
if isnothing(get(ENV, "TRAVIS_BRANCH", nothing)) || LoopVectorization.REGISTER_COUNT != 32 || VERSION >= v"1.4"
48+
if isnothing(get(ENV, "TRAVIS_BRANCH", nothing)) || LoopVectorization.REGISTER_COUNT 32 || VERSION v"1.4"
4949
@time include("offsetarrays.jl")
5050
end
5151

@@ -72,7 +72,7 @@ Base.IndexStyle(::Type{<:FallbackArrayWrapper}) = IndexLinear()
7272
@time include("broadcast.jl")
7373

7474
# I test locally on master; times out on Travis.
75-
if isnothing(get(ENV, "TRAVIS_BRANCH", nothing)) || LoopVectorization.REGISTER_COUNT != 32 || VERSION.minor == 4
75+
if isnothing(get(ENV, "TRAVIS_BRANCH", nothing)) || LoopVectorization.REGISTER_COUNT 32 || VERSION v"1.4"
7676
@time include("gemm.jl")
7777
end
7878
end

0 commit comments

Comments
 (0)