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

Deal with changed interface on fuse_instruction_streams_with_unique_ids

parent 838ba11d
No related branches found
No related tags found
No related merge requests found
......@@ -210,11 +210,9 @@ def _fuse_two_kernels(knla, knlb):
from pymbolic.imperative.transform import \
fuse_instruction_streams_with_unique_ids
new_instructions = fuse_instruction_streams_with_unique_ids(
new_instructions, _ = fuse_instruction_streams_with_unique_ids(
knla.instructions, knlb.instructions)
# }}}
# {{{ fuse assumptions
assump_a = knla.assumptions
......
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