Project
Loading...
Searching...
No Matches
o2::its::gpu::DeviceProperties Struct Referencefinal

#include <Context.h>

Public Attributes

std::string name
 
int gpuProcessors
 
int gpuCores
 
long globalMemorySize
 
long constantMemorySize
 
long sharedMemorySize
 
long maxClockRate
 
int busWidth
 
long l2CacheSize
 
long registersPerBlock
 
int warpSize
 
int maxThreadsPerBlock
 
int maxBlocksPerSM
 
dim3 maxThreadsDim
 
dim3 maxGridDim
 

Detailed Description

Definition at line 30 of file Context.h.

Member Data Documentation

◆ busWidth

int o2::its::gpu::DeviceProperties::busWidth

Definition at line 38 of file Context.h.

◆ constantMemorySize

long o2::its::gpu::DeviceProperties::constantMemorySize

Definition at line 35 of file Context.h.

◆ globalMemorySize

long o2::its::gpu::DeviceProperties::globalMemorySize

Definition at line 34 of file Context.h.

◆ gpuCores

int o2::its::gpu::DeviceProperties::gpuCores

Definition at line 33 of file Context.h.

◆ gpuProcessors

int o2::its::gpu::DeviceProperties::gpuProcessors

Definition at line 32 of file Context.h.

◆ l2CacheSize

long o2::its::gpu::DeviceProperties::l2CacheSize

Definition at line 39 of file Context.h.

◆ maxBlocksPerSM

int o2::its::gpu::DeviceProperties::maxBlocksPerSM

Definition at line 43 of file Context.h.

◆ maxClockRate

long o2::its::gpu::DeviceProperties::maxClockRate

Definition at line 37 of file Context.h.

◆ maxGridDim

dim3 o2::its::gpu::DeviceProperties::maxGridDim

Definition at line 45 of file Context.h.

◆ maxThreadsDim

dim3 o2::its::gpu::DeviceProperties::maxThreadsDim

Definition at line 44 of file Context.h.

◆ maxThreadsPerBlock

int o2::its::gpu::DeviceProperties::maxThreadsPerBlock

Definition at line 42 of file Context.h.

◆ name

std::string o2::its::gpu::DeviceProperties::name

Definition at line 31 of file Context.h.

◆ registersPerBlock

long o2::its::gpu::DeviceProperties::registersPerBlock

Definition at line 40 of file Context.h.

◆ sharedMemorySize

long o2::its::gpu::DeviceProperties::sharedMemorySize

Definition at line 36 of file Context.h.

◆ warpSize

int o2::its::gpu::DeviceProperties::warpSize

Definition at line 41 of file Context.h.


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