![]() |
ATLAS Offline Software
|
Functions | |
| HostMemoryResourceToolCfg (flags, **kwargs) | |
| DeviceMemoryResourceToolCfg (flags, **kwargs) | |
| ManagedMemoryResourceToolCfg (flags, **kwargs) | |
| MemoryResourcesToolCfg (flags, **kwargs) | |
| SingleStreamToolCfg (flags, **kwargs) | |
| PerEventStreamToolCfg (flags, **kwargs) | |
| PerComponentStreamToolCfg (flags, **kwargs) | |
| PerEventAndComponentStreamToolCfg (flags, **kwargs) | |
| StreamToolCfg (flags, **kwargs) | |
| SyncCopyToolCfg (flags, **kwargs) | |
| AsyncCopyToolCfg (flags, **kwargs) | |
| CopyToolCfg (flags, **kwargs) | |
| CopiesToolCfg (flags, **kwargs) | |
| AsyncCopyToolCfg | ( | flags, | |
| ** | kwargs ) |
Asynchronous copy object provider tool
Definition at line 266 of file AthHIPCompsConfig.py.
| CopiesToolCfg | ( | flags, | |
| ** | kwargs ) |
Default tool providing the ICopiesTool interface for HIP
Definition at line 296 of file AthHIPCompsConfig.py.
| CopyToolCfg | ( | flags, | |
| ** | kwargs ) |
Default tool providing the ICopyTool interface for HIP
Definition at line 284 of file AthHIPCompsConfig.py.
| DeviceMemoryResourceToolCfg | ( | flags, | |
| ** | kwargs ) |
Default HIP device memory resource tool to use It makes sure that appropriate caching would be used, as allocating device memory is relatively slow.
Definition at line 52 of file AthHIPCompsConfig.py.
| HostMemoryResourceToolCfg | ( | flags, | |
| ** | kwargs ) |
Default HIP host memory resource tool to use It makes sure that appropriate caching would be used, as allocating pinned host memory is relatively slow.
Definition at line 11 of file AthHIPCompsConfig.py.
| ManagedMemoryResourceToolCfg | ( | flags, | |
| ** | kwargs ) |
Default HIP managed memory resource tool to use It makes sure that appropriate caching would be used, as allocating managed memory is relatively slow.
Definition at line 93 of file AthHIPCompsConfig.py.
| MemoryResourcesToolCfg | ( | flags, | |
| ** | kwargs ) |
Default tool providing the IMemoryResourcesTool interface for HIP
Definition at line 134 of file AthHIPCompsConfig.py.
| PerComponentStreamToolCfg | ( | flags, | |
| ** | kwargs ) |
Tool providing one HIP stream per component (algorithm/tool/service)
Definition at line 203 of file AthHIPCompsConfig.py.
| PerEventAndComponentStreamToolCfg | ( | flags, | |
| ** | kwargs ) |
Tool providing one HIP stream per component and event/slot
Definition at line 218 of file AthHIPCompsConfig.py.
| PerEventStreamToolCfg | ( | flags, | |
| ** | kwargs ) |
Tool providing one HIP stream per event/slot
Definition at line 182 of file AthHIPCompsConfig.py.
| SingleStreamToolCfg | ( | flags, | |
| ** | kwargs ) |
Tool providing a single HIP stream for all components in the entire job
Definition at line 161 of file AthHIPCompsConfig.py.
| StreamToolCfg | ( | flags, | |
| ** | kwargs ) |
Default HIP stream provider tool to use
Definition at line 233 of file AthHIPCompsConfig.py.
| SyncCopyToolCfg | ( | flags, | |
| ** | kwargs ) |
Synchronous copy object provider tool
Definition at line 252 of file AthHIPCompsConfig.py.