Attribute hipDevAttrConcurrentKernels for obtaining Device property concurrentKernels is added.

Este commit está contenido en:
Evgeny Mankov
2016-02-18 14:34:18 +03:00
padre 072d649d8d
commit 2b6fda77ca
Se han modificado 4 ficheros con 6 adiciones y 0 borrados
+1
Ver fichero
@@ -149,6 +149,7 @@ typedef enum hipDeviceAttribute_t {
hipDeviceAttributeMaxThreadsPerMultiProcessor, ///< Maximum resident threads per multiprocessor.
hipDeviceAttributeComputeCapabilityMajor, ///< Major compute capability version number.
hipDeviceAttributeComputeCapabilityMinor, ///< Minor compute capability version number.
hipDevAttrConcurrentKernels, ///< Device can possibly execute multiple kernels concurrently.
hipDeviceAttributePciBusId, ///< PCI Bus ID.
hipDeviceAttributePciDeviceId, ///< PCI Device ID.
hipDeviceAttributeMaxSharedMemoryPerMultiprocessor, ///< Maximum Shared Memory Per Multiprocessor.