Skip to content
Snippets Groups Projects
Commit e9dbca96 authored by Dominic Kempf's avatar Dominic Kempf
Browse files

Remove comma following **dict as it is python3 only

parent 3022036d
No related branches found
No related tags found
No related merge requests found
...@@ -259,7 +259,7 @@ def realize_sumfact_kernel_function(sf): ...@@ -259,7 +259,7 @@ def realize_sumfact_kernel_function(sf):
# at the same time store the instruction ID for the next instruction to depend on # at the same time store the instruction ID for the next instruction to depend on
insn_dep = frozenset({instruction(assignee=prim.Subscript(prim.Variable(out), output_inames + vec_iname), insn_dep = frozenset({instruction(assignee=prim.Subscript(prim.Variable(out), output_inames + vec_iname),
expression=matprod, expression=matprod,
**insn_args, **insn_args
) )
}) })
......
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