Add gfx1103 support
This patch adds gfx1103 support
Signed-off-by: Yifan Zhang <yifan1.zhang@amd.com>
Change-Id: I7f1d580059fcd501bce2c8fea894637960c29bc1
[ROCm/ROCR-Runtime commit: daa01b8d57]
This commit is contained in:
committed by
David Yat Sin
parent
8f52aafdc6
commit
aed560a306
@@ -98,6 +98,7 @@ extern uint8_t ocl_blit_object_gfx1035[];
|
||||
extern uint8_t ocl_blit_object_gfx1036[];
|
||||
extern uint8_t ocl_blit_object_gfx1100[];
|
||||
extern uint8_t ocl_blit_object_gfx1102[];
|
||||
extern uint8_t ocl_blit_object_gfx1103[];
|
||||
|
||||
// Arguments inserted by OCL compiler, all zero here.
|
||||
struct OCLHiddenArgs {
|
||||
@@ -1031,6 +1032,8 @@ hsa_status_t BlitKernel::GetPatchedBlitObject(const char* agent_name,
|
||||
*blit_code_object = ocl_blit_object_gfx1100;
|
||||
} else if (sname == "gfx1102") {
|
||||
*blit_code_object = ocl_blit_object_gfx1102;
|
||||
} else if (sname == "gfx1103") {
|
||||
*blit_code_object = ocl_blit_object_gfx1103;
|
||||
} else {
|
||||
return HSA_STATUS_ERROR_INVALID_ISA_NAME;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user