Add gfx1030 to image blit kernel build list.
Change-Id: I2ddb6a595bb7ca5f6a94f38f8ecc2e40831c52fd
[ROCm/ROCR-Runtime commit: 1d919adc75]
This commit is contained in:
@@ -83,6 +83,7 @@ extern uint8_t ocl_blit_object_gfx908[];
|
||||
extern uint8_t ocl_blit_object_gfx1010[];
|
||||
extern uint8_t ocl_blit_object_gfx1011[];
|
||||
extern uint8_t ocl_blit_object_gfx1012[];
|
||||
extern uint8_t ocl_blit_object_gfx1030[];
|
||||
|
||||
// Arguments inserted by OCL compiler, all zero here.
|
||||
struct OCLHiddenArgs {
|
||||
@@ -1005,6 +1006,9 @@ hsa_status_t BlitKernel::GetPatchedBlitObject(const char* agent_name,
|
||||
case 1012:
|
||||
*blit_code_object = ocl_blit_object_gfx1012;
|
||||
break;
|
||||
case 1030:
|
||||
*blit_code_object = ocl_blit_object_gfx1030;
|
||||
break;
|
||||
default:
|
||||
return HSA_STATUS_ERROR_INVALID_ISA_NAME;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user