![]() |
ATLAS Offline Software
|
#include <device_context.h>
Public Member Functions | |
| SeedMakingDeviceContext () | |
| size_t | hostSize () |
| size_t | deviceSize () |
Public Attributes | |
| int | m_deviceId {} |
| cudaStream_t | m_stream {} |
| unsigned char * | h_settings {} |
| unsigned char * | d_settings {} |
| unsigned char * | h_spacepoints {} |
| unsigned char * | d_spacepoints {} |
| unsigned char * | d_detmodel {} |
| unsigned char * | h_outputseeds {} |
| unsigned char * | d_outputseeds {} |
| unsigned char * | d_doubletstorage {} |
| unsigned char * | d_doubletinfo {} |
| size_t | d_size {} |
| size_t | h_size {} |
| GPU_PARAMETERS | m_gpuParams {} |
Private Member Functions | |
| SeedMakingDeviceContext (const SeedMakingDeviceContext &sc) | |
Definition at line 18 of file device_context.h.
|
inline |
Definition at line 20 of file device_context.h.
|
inlineprivate |
Definition at line 43 of file device_context.h.
|
inline |
Definition at line 22 of file device_context.h.
|
inline |
Definition at line 21 of file device_context.h.
| unsigned char* SeedMakingDeviceContext::d_detmodel {} |
Definition at line 31 of file device_context.h.
| unsigned char* SeedMakingDeviceContext::d_doubletinfo {} |
Definition at line 37 of file device_context.h.
| unsigned char* SeedMakingDeviceContext::d_doubletstorage {} |
Definition at line 36 of file device_context.h.
| unsigned char* SeedMakingDeviceContext::d_outputseeds {} |
Definition at line 34 of file device_context.h.
| unsigned char* SeedMakingDeviceContext::d_settings {} |
Definition at line 27 of file device_context.h.
| size_t SeedMakingDeviceContext::d_size {} |
Definition at line 39 of file device_context.h.
| unsigned char* SeedMakingDeviceContext::d_spacepoints {} |
Definition at line 29 of file device_context.h.
| unsigned char* SeedMakingDeviceContext::h_outputseeds {} |
Definition at line 33 of file device_context.h.
| unsigned char* SeedMakingDeviceContext::h_settings {} |
Definition at line 26 of file device_context.h.
| size_t SeedMakingDeviceContext::h_size {} |
Definition at line 39 of file device_context.h.
| unsigned char* SeedMakingDeviceContext::h_spacepoints {} |
Definition at line 28 of file device_context.h.
| int SeedMakingDeviceContext::m_deviceId {} |
Definition at line 24 of file device_context.h.
| GPU_PARAMETERS SeedMakingDeviceContext::m_gpuParams {} |
Definition at line 40 of file device_context.h.
| cudaStream_t SeedMakingDeviceContext::m_stream {} |
Definition at line 25 of file device_context.h.