From b1e4c38ab3dab65ff526f7ef59a69fbcafb518b3 Mon Sep 17 00:00:00 2001 From: Dominic Kempf <dominic.kempf@iwr.uni-heidelberg.de> Date: Tue, 28 Mar 2017 10:29:56 +0200 Subject: [PATCH] Update the loopy submodule --- python/dune/perftool/pdelab/localoperator.py | 4 +++- python/loopy | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/python/dune/perftool/pdelab/localoperator.py b/python/dune/perftool/pdelab/localoperator.py index 088fa742..957c767d 100644 --- a/python/dune/perftool/pdelab/localoperator.py +++ b/python/dune/perftool/pdelab/localoperator.py @@ -486,7 +486,9 @@ def extract_kernel_from_cache(tag, wrap_in_cgen=True): # Construct an options object from loopy import Options - opt = Options(ignore_boostable_into=True) + opt = Options(ignore_boostable_into=True, + check_dep_resolution=False, + ) # Find a name for the kernel if wrap_in_cgen: diff --git a/python/loopy b/python/loopy index 32e23d22..2f0cac0b 160000 --- a/python/loopy +++ b/python/loopy @@ -1 +1 @@ -Subproject commit 32e23d2247e7eb73657f20f575368a79d3473fc8 +Subproject commit 2f0cac0bc927fe2b3394801419f88a781c2150e9 -- GitLab