Skip to content

Commit 7f1475c

Browse files
committed
Update misc test for changed unrolling preference.
1 parent 5c398b9 commit 7f1475c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/miscellaneous.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ using Test
110110
# # @test LoopVectorization.choose_order(lscolsum) == (Symbol[:j,:i], :j, :i, :j, Unum, Tnum)
111111
# @test LoopVectorization.choose_order(lscolsum) == (Symbol[:j,:i], :j, :i, :j, 1, 1)
112112
# end
113-
@test LoopVectorization.choose_order(lscolsum) == (Symbol[:j,:i], :j, Symbol("##undefined##"), :j, 8, -1)
113+
@test LoopVectorization.choose_order(lscolsum) == (Symbol[:j,:i], :j, Symbol("##undefined##"), :j, 4, -1)
114114
# my colsum is wrong (by 0.25), but slightly more interesting
115115
function mycolsum!(x, A)
116116
@. x = 0

0 commit comments

Comments
 (0)