Skip to content

Commit e61d37f

Browse files
committed
Lower max tested static size
Bump version.
1 parent 8e18c5b commit e61d37f

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.12.20"
4+
version = "0.12.21"
55

66
[deps]
77
ArrayInterface = "4fba245c-0d91-5ea0-9b3e-6abc04ee57a9"

test/staticsize.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ function issue238_v2!(output, matrix, input)
3131
end
3232
return nothing
3333
end
34-
const MAXTESTSIXE = 10 # N^3 loop iterations, meaning N^3 different functions compiled
34+
const MAXTESTSIXE = 8 # N^3 loop iterations, meaning N^3 different functions compiled
3535
function n2testloop(output1,output2,output3,output_nonstatic0,output_nonstatic1)
3636
n1, n3 = size(output1)
3737
for n2 1:MAXTESTSIXE;

0 commit comments

Comments
 (0)