add gfx1036 support
Signed-off-by: Yifan Zhang <yifan1.zhang@amd.com> Change-Id: Ifc1b3cf2e46cf753f57470ebc6b034c1a349d3d2
이 커밋은 다음에 포함됨:
@@ -95,6 +95,7 @@ extern uint8_t ocl_blit_object_gfx1032[];
|
||||
extern uint8_t ocl_blit_object_gfx1033[];
|
||||
extern uint8_t ocl_blit_object_gfx1034[];
|
||||
extern uint8_t ocl_blit_object_gfx1035[];
|
||||
extern uint8_t ocl_blit_object_gfx1036[];
|
||||
|
||||
// Arguments inserted by OCL compiler, all zero here.
|
||||
struct OCLHiddenArgs {
|
||||
@@ -1022,6 +1023,8 @@ hsa_status_t BlitKernel::GetPatchedBlitObject(const char* agent_name,
|
||||
*blit_code_object = ocl_blit_object_gfx1034;
|
||||
} else if (sname == "gfx1035") {
|
||||
*blit_code_object = ocl_blit_object_gfx1035;
|
||||
} else if (sname == "gfx1036") {
|
||||
*blit_code_object = ocl_blit_object_gfx1036;
|
||||
} else {
|
||||
return HSA_STATUS_ERROR_INVALID_ISA_NAME;
|
||||
}
|
||||
|
||||
새 이슈에서 참조
사용자 차단