Skip to content

Commit

Permalink
small doc fix
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasdiener committed Nov 8, 2024
1 parent bb758ad commit 5aabe8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion loopy/statistics.py
Original file line number Diff line number Diff line change
Expand Up @@ -791,7 +791,7 @@ class MemAccess:
.. attribute:: count_granularity
A :class:`str` that specifies whether this operation should be counted
A :class:`CountGranularity` that specifies whether this operation should be counted
once per *work-item*, *sub-group*, or *work-group*. The granularities
allowed can be found in :class:`CountGranularity`, and may be accessed,
e.g., as ``CountGranularity.WORKITEM``. A work-item is a single instance
Expand Down

0 comments on commit 5aabe8f

Please sign in to comment.