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:
Huang Rui
2020-08-18 18:54:05 +08:00
padre 51a5e47a1b
commit bbc6eb6f3f
Se han modificado 3 ficheros con 130 adiciones y 132 borrados
-1
Ver fichero
@@ -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
};