Initial GFX1201 changes.
Add target gfx1201 to several files. Change-Id: I5cae7dba00ed58f8fbfa6e7147275bd7d5feaed0 Signed-off-by: Sreekant Somasekharan <sreekant.somasekharan@amd.com> Signed-off-by: Chris Freehill <cfreehil@amd.com>
Este cometimento está contido em:
cometido por
Chris Freehill
ascendente
40cc6559f1
cometimento
24463635f9
@@ -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_gfx1200[];
|
||||
extern uint8_t ocl_blit_object_gfx1201[];
|
||||
|
||||
// Arguments inserted by OCL compiler, all zero here.
|
||||
struct OCLHiddenArgs {
|
||||
@@ -1055,6 +1056,8 @@ hsa_status_t BlitKernel::GetPatchedBlitObject(const char* agent_name,
|
||||
*blit_code_object = ocl_blit_object_gfx1151;
|
||||
} else if (sname == "gfx1200") {
|
||||
*blit_code_object = ocl_blit_object_gfx1200;
|
||||
} else if (sname == "gfx1201") {
|
||||
*blit_code_object = ocl_blit_object_gfx1201;
|
||||
} else {
|
||||
return HSA_STATUS_ERROR_INVALID_ISA_NAME;
|
||||
}
|
||||
|
||||
Criar uma nova questão referindo esta
Bloquear um utilizador