Add hipDeviceAttributeExpertSchedMode (#2435)
* Add hipDeviceAttributeExpertSchedMode --------- Co-authored-by: Stefan Sokolovic <stefan.sokolovic2@amd.com> * Update hipDeviceAttributeExpertSchedMode unit test * Move check to ROCr from thunk interface * Revert unrelated whitespace changes * Revert version bump --------- Co-authored-by: Stefan Sokolovic <stefan.sokolovic2@amd.com>
This commit is contained in:
@@ -598,6 +598,8 @@ typedef enum hipDeviceAttribute_t {
|
||||
///< indirectly addressable) VGPRs per thread in
|
||||
///< DWORDs.
|
||||
hipDeviceAttributePciChipId, ///< GPU Manufacturer device id
|
||||
hipDeviceAttributeExpertSchedMode, ///< '1' if Device supports expert scheduling mode,
|
||||
///< '0' otherwise.
|
||||
|
||||
hipDeviceAttributeAmdSpecificEnd = 19999,
|
||||
hipDeviceAttributeVendorSpecificBegin = 20000,
|
||||
|
||||
Reference in New Issue
Block a user