Add support for GC 11.5.2
Change-Id: Iad8604881dc66108933ac2155fef3b74bca9ac3f Signed-off-by: Yifan Zhang <yifan1.zhang@amd.com> Signed-off-by: Chris Freehill <cfreehil@amd.com>
This commit is contained in:
کامیت شده توسط
Chris Freehill
والد
14ed20e0cc
کامیت
71494a920b
@@ -105,6 +105,7 @@ extern uint8_t ocl_blit_object_gfx1102[];
|
||||
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_gfx1200[];
|
||||
extern uint8_t ocl_blit_object_gfx1201[];
|
||||
|
||||
@@ -1054,6 +1055,8 @@ hsa_status_t BlitKernel::GetPatchedBlitObject(const char* agent_name,
|
||||
*blit_code_object = ocl_blit_object_gfx1150;
|
||||
} else if (sname == "gfx1151") {
|
||||
*blit_code_object = ocl_blit_object_gfx1151;
|
||||
} else if (sname == "gfx1152") {
|
||||
*blit_code_object = ocl_blit_object_gfx1152;
|
||||
} else if (sname == "gfx1200") {
|
||||
*blit_code_object = ocl_blit_object_gfx1200;
|
||||
} else if (sname == "gfx1201") {
|
||||
|
||||
مرجع در شماره جدید
Block a user