Skip to content

Commit 0bf0080

Browse files
committed
test fix
1 parent 943e35d commit 0bf0080

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/staticsize.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ function n2testloop(output1, output2, output3, output_nonstatic0, output_nonstat
3838
# @show n1, n2, n3
3939
input = randn(n1, n2)
4040
matrix = randn(n3, n2)
41-
smatrix = StrideArray(matrix, (StaticInt(n1), StaticInt(n2)))
41+
smatrix = StrideArray(matrix, (StaticInt(n3), StaticInt(n2)))
4242
issue238_noavx!(output_nonstatic0, matrix, input)
4343
fill!(output_nonstatic1, 0)
4444
issue238!(output_nonstatic1, matrix, input)

0 commit comments

Comments
 (0)