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

For loop generation: Use loopy PODs to generate correct types

parent e6623cb9
No related branches found
No related tags found
No related merge requests found
......@@ -424,7 +424,8 @@ def generate_sequential_loop_dim_code(kernel, sched_index, codegen_state):
from cgen import Comment
result.append(Comment(cmt))
from cgen import Initializer, POD, Const, Line
from loopy.codegen import POD
from cgen import Initializer, Const, Line
from loopy.symbolic import aff_to_expr
if (static_ubound - static_lbound).plain_is_zero():
......
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