From 84a6751a05a287eea75160ec7c62629a9bab0c11 Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner <inform@tiker.net> Date: Sun, 11 Dec 2016 15:11:09 -0600 Subject: [PATCH] Minor doc fixes --- loopy/kernel/instruction.py | 2 +- loopy/transform/data.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/loopy/kernel/instruction.py b/loopy/kernel/instruction.py index 7c82de135..1e5c36fcf 100644 --- a/loopy/kernel/instruction.py +++ b/loopy/kernel/instruction.py @@ -1287,7 +1287,7 @@ class NoOpInstruction(_DataObliviousInstruction): class BarrierInstruction(_DataObliviousInstruction): """An instruction that requires synchronization with all - concurrent work items of :attr:`kind. + concurrent work items of :attr:`kind`. .. attribute:: kind diff --git a/loopy/transform/data.py b/loopy/transform/data.py index 6871cdbf4..575311b11 100644 --- a/loopy/transform/data.py +++ b/loopy/transform/data.py @@ -209,7 +209,7 @@ def add_prefetch(kernel, var_name, sweep_inames=[], dim_arg_names=None, oooooooooo oooooooooo - Passing ``fetch_bounding_box=True` gives :mod:`loopy` permission + Passing ``fetch_bounding_box=True`` gives :mod:`loopy` permission to instead fetch the 'bounding box' of the footprint, i.e. this set in the stencil example:: -- GitLab