ATLAS Offline Software
Loading...
Searching...
No Matches
HIPConfigFlags.HIPStream Class Reference
Inheritance diagram for HIPConfigFlags.HIPStream:
Collaboration diagram for HIPConfigFlags.HIPStream:

Static Public Attributes

str Single = 'Single'
str PerEvent = 'PerEvent'
str PerComponent = 'PerComponent'
str PerEventAndComponent = 'PerEventAndComponent'

Detailed Description

Enum for the strategy to select/provide a HIP stream to algorithms/tools
that need to run operations on a HIP device.

Definition at line 8 of file HIPConfigFlags.py.

Member Data Documentation

◆ PerComponent

str HIPConfigFlags.HIPStream.PerComponent = 'PerComponent'
static

Definition at line 17 of file HIPConfigFlags.py.

◆ PerEvent

str HIPConfigFlags.HIPStream.PerEvent = 'PerEvent'
static

Definition at line 15 of file HIPConfigFlags.py.

◆ PerEventAndComponent

str HIPConfigFlags.HIPStream.PerEventAndComponent = 'PerEventAndComponent'
static

Definition at line 19 of file HIPConfigFlags.py.

◆ Single

str HIPConfigFlags.HIPStream.Single = 'Single'
static

Definition at line 13 of file HIPConfigFlags.py.


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