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

Remove jacobian iname nesting from kernel realization

It is applied to the function call...
parent 6be5feb2
No related branches found
No related tags found
No related merge requests found
......@@ -271,9 +271,7 @@ def realize_sumfact_kernel_function(sf):
tag = "{}_{}".format(tag, "_".join(sf.within_inames))
# Collect the key word arguments for the loopy instruction
insn_args = {"forced_iname_deps": frozenset([i for i in out_inames]).union(frozenset(sf.within_inames)),
"forced_iname_deps_is_final": True,
"depends_on": insn_dep,
insn_args = {"depends_on": insn_dep,
"tags": frozenset({tag}),
"predicates": sf.predicates,
"groups": frozenset({sf.group_name}),
......
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