rocr: add ISA target support for GC version 11.5.3
This add support for GC version 11.5.3 Change-Id: I1d55e33198620d3493967558c25c636d5f7ab347 Signed-off-by: Tim Huang <tim.huang@amd.com>
Este commit está contenido en:
@@ -106,6 +106,7 @@ extern uint8_t ocl_blit_object_gfx1103[];
|
||||
extern uint8_t ocl_blit_object_gfx1150[];
|
||||
extern uint8_t ocl_blit_object_gfx1151[];
|
||||
extern uint8_t ocl_blit_object_gfx1152[];
|
||||
extern uint8_t ocl_blit_object_gfx1153[];
|
||||
extern uint8_t ocl_blit_object_gfx1200[];
|
||||
extern uint8_t ocl_blit_object_gfx1201[];
|
||||
|
||||
@@ -1057,6 +1058,8 @@ hsa_status_t BlitKernel::GetPatchedBlitObject(const char* agent_name,
|
||||
*blit_code_object = ocl_blit_object_gfx1151;
|
||||
} else if (sname == "gfx1152") {
|
||||
*blit_code_object = ocl_blit_object_gfx1152;
|
||||
} else if (sname == "gfx1153") {
|
||||
*blit_code_object = ocl_blit_object_gfx1153;
|
||||
} else if (sname == "gfx1200") {
|
||||
*blit_code_object = ocl_blit_object_gfx1200;
|
||||
} else if (sname == "gfx1201") {
|
||||
|
||||
Referencia en una nueva incidencia
Block a user