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

Restore predicates on sumfact kernels

parent 855c689f
No related branches found
No related tags found
No related merge requests found
......@@ -165,6 +165,7 @@ def _realize_sum_factorization_kernel(sf):
depends_on=insn_dep,
within_inames=frozenset(sf.within_inames),
tags=frozenset({tag}),
predicates=sf.predicates,
)
})
......
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