From 8f56582a50ba2a6234f5dc378f9400125f572015 Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner <inform@tiker.net> Date: Sat, 4 Sep 2021 19:59:48 -0500 Subject: [PATCH] Create einsum loopy kernel with offsets allowed --- arraycontext/context.py | 1 + 1 file changed, 1 insertion(+) diff --git a/arraycontext/context.py b/arraycontext/context.py index 9ffbe2a..31ceb40 100644 --- a/arraycontext/context.py +++ b/arraycontext/context.py @@ -269,6 +269,7 @@ class ArrayContext(ABC): options=_DEFAULT_LOOPY_OPTIONS, lang_version=MOST_RECENT_LANGUAGE_VERSION, tags=tagged, + default_offset=lp.auto, ) # This lives here rather than in .np because the interface does not -- GitLab