diff --git a/loopy/statistics.py b/loopy/statistics.py index 07f29d8ab5c39da02b3267464f2a0fa462b570ba..b9d147fe47169d85940ae841879f574c55e3fe06 100755 --- a/loopy/statistics.py +++ b/loopy/statistics.py @@ -555,7 +555,7 @@ class MemAccess(Record): .. attribute:: lid_strides - An :class:`dict` of **{** :class:`int` **:** + A :class:`dict` of **{** :class:`int` **:** :class:`pymbolic.primitives.Variable` or :class:`int` **}** that specifies local strides for each local id in the memory access index. Local ids not found will not be present in ``lid_strides.keys()``.