Skip to content
Snippets Groups Projects
Commit 56ab4189 authored by Andreas Klöckner's avatar Andreas Klöckner
Browse files

Minor doc fix

parent e9852a20
No related branches found
No related tags found
No related merge requests found
......@@ -1042,9 +1042,9 @@ def add_prefetch(kernel, var_name, sweep_inames=[], dim_arg_names=None,
"""Prefetch all accesses to the variable *var_name*, with all accesses
being swept through *sweep_inames*.
:ivar dim_arg_names: List of names representing each fetch axis.
:ivar rule_name: base name of the generated temporary variable.
:ivar footprint_subscripts: A list of tuples indicating the index (i.e.
:arg dim_arg_names: List of names representing each fetch axis.
:arg rule_name: base name of the generated temporary variable.
:arg footprint_subscripts: A list of tuples indicating the index (i.e.
subscript) tuples used to generate the footprint.
If only one such set of indices is desired, this may also be specified
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment