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

This reverts commit c0b4aef5ad.
此提交包含在:
Maneesh Gupta
2025-12-18 10:56:44 +05:30
提交者 GitHub
父節點 5ebd50c0b4
當前提交 4a9833e70e
共有 11 個檔案被更改,包括 18 行新增109 行删除
-1
查看文件
@@ -251,7 +251,6 @@ typedef struct hipDeviceProp_t {
/// devices with unmatched shared memories
int isLargeBar; ///< 1: if it is a large PCI bar device, else 0
int asicRevision; ///< Revision of the GPU in this device
int hasExpertSchedMode; ///< 1: device supports expert scheduling mode, else 0
} hipDeviceProp_t;
/**