Revert "Add HasExpertSchedMode device prop (#2241)" (#2371)

This reverts commit c0b4aef5ad.
This commit is contained in:
Maneesh Gupta
2025-12-18 10:56:44 +05:30
committed by GitHub
parent 5ebd50c0b4
commit 4a9833e70e
11 changed files with 18 additions and 109 deletions
@@ -1717,9 +1717,6 @@ hsa_status_t GpuAgent::GetInfo(hsa_agent_info_t attribute, void* value) const {
static_cast<hsa_luid_t*>(value)->low = properties_.LuidLowPart;
static_cast<hsa_luid_t*>(value)->high = properties_.LuidHighPart;
break;
case HSA_AMD_AGENT_INFO_HAS_EXPERT_SCHED_MODE:
*((bool*)value) = properties_.HasExpertSchedMode != 0;
break;
default:
return HSA_STATUS_ERROR_INVALID_ARGUMENT;
break;