Add gfx1100 support
Signed-off-by: Graham Sider <Graham.Sider@amd.com> Change-Id: Ic5d5559e43df5c73409ba900a42c6901aabae661
This commit is contained in:
zatwierdzone przez
David Yat Sin
rodzic
710adcc252
commit
446c5e9672
@@ -96,6 +96,7 @@ 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[];
|
||||
extern uint8_t ocl_blit_object_gfx1100[];
|
||||
|
||||
// Arguments inserted by OCL compiler, all zero here.
|
||||
struct OCLHiddenArgs {
|
||||
@@ -1025,6 +1026,8 @@ hsa_status_t BlitKernel::GetPatchedBlitObject(const char* agent_name,
|
||||
*blit_code_object = ocl_blit_object_gfx1035;
|
||||
} else if (sname == "gfx1036") {
|
||||
*blit_code_object = ocl_blit_object_gfx1036;
|
||||
} else if (sname == "gfx1100") {
|
||||
*blit_code_object = ocl_blit_object_gfx1100;
|
||||
} else {
|
||||
return HSA_STATUS_ERROR_INVALID_ISA_NAME;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user