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:
Filip Jankovic
2026-01-15 17:41:39 +01:00
committed by GitHub
parent 940488ed58
commit 29cd25df66
7 changed files with 32 additions and 2 deletions
@@ -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,