The GPGPUProperties type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) |
![]() | GetType |
Gets the Type of the current instance.
(Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
![]() | CanMapHostMemory |
Gets a value indicating whether this instance can map host memory.
|
![]() | Capability |
Gets the capability.
|
![]() | ClockRate |
Gets the clock rate.
|
![]() | ComputeMode |
Gets the compute mode.
|
![]() | ConcurrentKernels |
Gets the number of concurrent kernels.
|
![]() | DeviceId |
Gets the device id.
|
![]() | DeviceOverlap |
Gets a value indicating whether device overlap supported.
|
![]() | ECCEnabled |
Gets a value indicating whether ECC enabled.
|
![]() | Integrated |
Gets a value indicating whether GPU is integrated.
|
![]() | IsSimulated |
Gets a value indicating whether this instance is simulated or emulated.
|
![]() | KernelExecTimeoutEnabled |
Gets a value indicating whether kernel execution timeout enabled.
|
![]() | MaxGridSize |
Gets the max size of the grid.
|
![]() | MaxThreadsPerBlock |
Gets the max number of threads per block.
|
![]() | MaxThreadsSize |
Gets the max number of threads.
|
![]() | MemoryPitch |
Gets the memory pitch.
|
![]() | MultiProcessorCount |
Gets the multi processor count. UseAdvanced must be set to true.
|
![]() | Name |
Gets the name.
|
![]() | PciBusID |
Gets the pci bus ID.
|
![]() | PciDeviceID |
Gets the pci device ID.
|
![]() | RegistersPerBlock |
Gets the registers per block.
|
![]() | SharedMemoryPerBlock |
Gets the shared memory per block.
|
![]() | TextureAlignment |
Gets the texture alignment.
|
![]() | TotalConstantMemory |
Gets the total constant memory.
|
![]() | TotalGlobalMem |
Gets the total global memory.
|
![]() | TotalMemory |
Gets the total memory.
|
![]() | UseAdvanced |
Gets a value indicating whether advanced was used.
|
![]() | WarpSize |
Gets the size of the warp.
|