Skip to content

Commit 5765ee0

Browse files
committed
Uncomment line for calculating compute bound unroll factors
1 parent 9f22400 commit 5765ee0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modeling/determinestrategy.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ function unroll_no_reductions(ls, order, vloopsym)
275275
# @show memory_rt, load_rt, store_rt, compute_rt, compute_l
276276

277277
u = if compute_rt > memory_rt
278-
# @show clamp(round(Int, compute_l / compute_rt), 1, 4)
278+
clamp(round(Int, compute_l / compute_rt), 1, 4)
279279
# max(1, VectorizationBase.nextpow2( min( 4, round(Int, 8 / compute_rt) ) ))
280280
elseif iszero(compute_rt)
281281
4

0 commit comments

Comments
 (0)