Attribute hipDevAttrConcurrentKernels for obtaining Device property concurrentKernels is added.

[ROCm/hip commit: 2b6fda77ca]
This commit is contained in:
Evgeny Mankov
2016-02-18 14:34:18 +03:00
parent 189e652a5e
commit 8c1a0d1924
4 changed files with 6 additions and 0 deletions
+1
View File
@@ -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.