libhsakmt: remove is_dgpu flag in the hsa_gfxip_table
Whether use dgpu path will check the props which exposed from kernel.
We won't need hard code in the ASIC table.
Signed-off-by: Huang Rui <ray.huang@amd.com>
Change-Id: I0c018a26b219914a41197ff36dbec7a75945d452
[ROCm/ROCR-Runtime commit: ad87f38dad]
Este commit está contenido en:
@@ -138,7 +138,6 @@ struct hsa_gfxip_table {
|
||||
unsigned char major; // GFXIP Major engine version
|
||||
unsigned char minor; // GFXIP Minor engine version
|
||||
unsigned char stepping; // GFXIP Stepping info
|
||||
unsigned char is_dgpu; // Predicate for dGPU devices
|
||||
const char *amd_name; // CALName of the device
|
||||
enum asic_family_type asic_family; // Device family id
|
||||
};
|
||||
|
||||
Referencia en una nueva incidencia
Block a user