From d5650d335793690c2a00b2b25179e8e2b1a52307 Mon Sep 17 00:00:00 2001 From: Dominic Kempf <dominic.kempf@iwr.uni-heidelberg.de> Date: Mon, 26 Mar 2018 11:12:41 +0200 Subject: [PATCH] Restore predicates on sumfact kernels --- python/dune/perftool/sumfact/realization.py | 1 + 1 file changed, 1 insertion(+) diff --git a/python/dune/perftool/sumfact/realization.py b/python/dune/perftool/sumfact/realization.py index 23284ffd..e85f834c 100644 --- a/python/dune/perftool/sumfact/realization.py +++ b/python/dune/perftool/sumfact/realization.py @@ -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, ) }) -- GitLab