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
@@ -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;
/**