Skip to content

Commit 5f709a2

Browse files
committed
Fix typo.
1 parent 80f7351 commit 5f709a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lowering.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ function check_full_conv_kernel(ls, us, N)
272272
end
273273
function allinteriorunrolled(ls::LoopSet, us::UnrollSpecification, N)
274274
if ls.loadelimination[]
275-
check_full_conv_kernal(ls, us, N) || return false
275+
check_full_conv_kernel(ls, us, N) || return false
276276
end
277277
unroll_total = 1
278278
for n 1:N-1

0 commit comments

Comments
 (0)