diff --git a/python/dune/perftool/sumfact/realization.py b/python/dune/perftool/sumfact/realization.py
index 6132f6d3d3e28ed9b62c755da4466af66f61a279..01d01bf19750040127ca64c944a97692345df59c 100644
--- a/python/dune/perftool/sumfact/realization.py
+++ b/python/dune/perftool/sumfact/realization.py
@@ -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}),