Revert "add gfx1036 support"

Compiler is not promoted to mainline yet.

This reverts commit 2f97f17df9.

Change-Id: I7256aeb3698ee3ae640a9f457a929abe24d5ef17
This commit is contained in:
Sean Keely
2022-03-18 02:33:36 -05:00
parent 7ab0d786c2
commit 7e73760cd0
7 changed files with 3 additions and 10 deletions
@@ -95,7 +95,6 @@ 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 {
@@ -1023,8 +1022,6 @@ 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;
}