Skip to content
Snippets Groups Projects
Commit a0c343fb authored by Andreas Klöckner's avatar Andreas Klöckner
Browse files

Typo fix

parent 6600ba31
No related branches found
No related tags found
No related merge requests found
......@@ -277,7 +277,7 @@ def generate_sequential_loop_dim_code(kernel, sched_index, codegen_state):
from loopy.codegen.bounds import get_usable_inames_for_conditional
# Note: this does note include loop_iname itself!
# Note: this does not include loop_iname itself!
usable_inames = get_usable_inames_for_conditional(kernel, sched_index)
domain = kernel.get_inames_domain(loop_iname)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment