Reference Guide  2.5.0
psyclone.dynamo0p3.DynACCEnterDataDirective Class Reference
Inheritance diagram for psyclone.dynamo0p3.DynACCEnterDataDirective:
Collaboration diagram for psyclone.dynamo0p3.DynACCEnterDataDirective:

Public Member Functions

def data_on_device (self, _)
 

Detailed Description

Sub-classes ACCEnterDataDirective to provide an API-specific implementation
of data_on_device().

Definition at line 6195 of file dynamo0p3.py.

Member Function Documentation

◆ data_on_device()

def psyclone.dynamo0p3.DynACCEnterDataDirective.data_on_device (   self,
  _ 
)
Provide a hook to be able to add information about data being on a
device (or not). This is currently not used in dynamo0p3.

Definition at line 6201 of file dynamo0p3.py.

6201  def data_on_device(self, _):
6202  '''
6203  Provide a hook to be able to add information about data being on a
6204  device (or not). This is currently not used in dynamo0p3.
6205 
6206  '''
6207  return None
6208 
6209 
6210 # ---------- Documentation utils -------------------------------------------- #
6211 # The list of module members that we wish AutoAPI to generate
6212 # documentation for. (See https://psyclone-ref.readthedocs.io)
Here is the caller graph for this function:

The documentation for this class was generated from the following file: