Skip to content
Snippets Groups Projects
Commit 7b43ffd2 authored by Richard Angersbach's avatar Richard Angersbach
Browse files

Add minor comment to ReductionInfo dataclass

parent 4e5c89b9
No related branches found
No related tags found
1 merge request!438Reduction Support
......@@ -49,6 +49,8 @@ FieldArrayPair = namedtuple("FieldArrayPair", ("field", "array"))
@dataclass(frozen=True)
class ReductionInfo:
"""Information about a reduction operation, its neutral element in form of an initial value
and the pointer used by the kernel as write-back argument."""
op: ReductionOp
init_val: PsExpression
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment