From 94a81a10118ab893609718fa23af9b1891ecb65b Mon Sep 17 00:00:00 2001 From: Kaushik Kulkarni <kaushikcfd@gmail.com> Date: Fri, 13 Aug 2021 17:42:12 -0500 Subject: [PATCH] remove spurious docs about SharedLoopyExpressionContext.depends_on --- pytato/target/loopy/codegen.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pytato/target/loopy/codegen.py b/pytato/target/loopy/codegen.py index dc463de..bbb472b 100644 --- a/pytato/target/loopy/codegen.py +++ b/pytato/target/loopy/codegen.py @@ -113,10 +113,6 @@ class SharedLoopyExpressionContext(object): The set of statement IDs that need to be included in :attr:`loopy.InstructionBase.depends_on`. - .. attribute:: reduction_bounds - - A mapping from inames to reduction bounds in the expression. - .. automethod:: update_depends_on .. automethod:: lookup -- GitLab