The GPGPUProperties type exposes the following members.

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyCanMapHostMemory
Gets a value indicating whether this instance can map host memory.
Public propertyCapability
Gets the capability.
Public propertyClockRate
Gets the clock rate.
Public propertyComputeMode
Gets the compute mode.
Public propertyConcurrentKernels
Gets the number of concurrent kernels.
Public propertyDeviceId
Gets the device id.
Public propertyDeviceOverlap
Gets a value indicating whether device overlap supported.
Public propertyECCEnabled
Gets a value indicating whether ECC enabled.
Public propertyIntegrated
Gets a value indicating whether GPU is integrated.
Public propertyIsSimulated
Gets a value indicating whether this instance is simulated or emulated.
Public propertyKernelExecTimeoutEnabled
Gets a value indicating whether kernel execution timeout enabled.
Public propertyMaxGridSize
Gets the max size of the grid.
Public propertyMaxThreadsPerBlock
Gets the max number of threads per block.
Public propertyMaxThreadsSize
Gets the max number of threads.
Public propertyMemoryPitch
Gets the memory pitch.
Public propertyMultiProcessorCount
Gets the multi processor count. UseAdvanced must be set to true.
Public propertyName
Gets the name.
Public propertyPciBusID
Gets the pci bus ID.
Public propertyPciDeviceID
Gets the pci device ID.
Public propertyRegistersPerBlock
Gets the registers per block.
Public propertySharedMemoryPerBlock
Gets the shared memory per block.
Public propertyTextureAlignment
Gets the texture alignment.
Public propertyTotalConstantMemory
Gets the total constant memory.
Public propertyTotalGlobalMem
Gets the total global memory.
Public propertyTotalMemory
Gets the total memory.
Public propertyUseAdvanced
Gets a value indicating whether advanced was used.
Public propertyWarpSize
Gets the size of the warp.

See Also