psyclone.psyir.nodes.atomic_mixin#
This module contains the implementation of the abstract AtomicMixin.
Classes#
AtomicDirectiveType: Enumeration of the available atomic operation types supported byAtomicDirectiveMixin: A mixin class for directives implementing atomic behaviour.
- class psyclone.psyir.nodes.atomic_mixin.AtomicDirectiveType(*values)[source]#
Enumeration of the available atomic operation types supported by OpenMP and OpenACC.
Inheritance

