Skip to content

Commit

Permalink
DataOffload: Small typo fix in docstring
Browse files Browse the repository at this point in the history
Co-authored-by: Balthasar Reuter <[email protected]>
  • Loading branch information
mlange05 and reuterbal authored Nov 22, 2024
1 parent eca72ec commit 7201e68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion loki/transformations/data_offload/field_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ class FieldOffloadTransformation(Transformation):
----------
devptr_prefix: str, optional
The prefix of device pointers added by this transformation (defaults to ``'loki_devptr_'``).
field_froup_types: list or tuple of str, optional
field_group_types: list or tuple of str, optional
Names of the field group types with members that may be offloaded (defaults to ``['']``).
offload_index: str, optional
Names of index variable to inject in the outmost dimension of offloaded arrays in the kernel
Expand Down

0 comments on commit 7201e68

Please sign in to comment.