Skip to content
Snippets Groups Projects
Commit 70b9b0bb authored by Marcel Koch's avatar Marcel Koch
Browse files

add TODO

parent a0886f08
No related branches found
No related tags found
No related merge requests found
......@@ -58,7 +58,7 @@ def add_vcl_accum_insns(knl, inner_iname, outer_iname, vcl_size):
expr_without_r = prim.Sum(tuple(e for e in insn.expression.children if not e == insn.assignee))
inames_micro = set((i for i in insn.within_inames if i.startswith('micro')))
iname_ix = next((i for i in inames_micro if '_x' in i))
iname_ix = next((i for i in inames_micro if '_x' in i)) # TODO use TaggedIname when available
# need inames for head and tail handling a priori
from loopy.match import Not, All
......
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