SWDEV-390626 - Support surface Apis
Change-Id: I1691b82d597bfd722d562778f919ebf8ca530e90
Этот коммит содержится в:
коммит произвёл
Maneesh Gupta
родитель
1e88d2c52f
Коммит
53742adc08
@@ -998,11 +998,6 @@ hipError_t ihipArrayCreate(hipArray** array,
|
||||
return hipErrorInvalidValue;
|
||||
}
|
||||
|
||||
if ((pAllocateArray->Flags & hipArraySurfaceLoadStore) ||
|
||||
(pAllocateArray->Flags & hipArrayTextureGather)) {
|
||||
return hipErrorNotSupported;
|
||||
}
|
||||
|
||||
const cl_channel_order channelOrder = hip::getCLChannelOrder(pAllocateArray->NumChannels, 0);
|
||||
const cl_channel_type channelType = hip::getCLChannelType(pAllocateArray->Format, hipReadModeElementType);
|
||||
const cl_mem_object_type imageType = hip::getCLMemObjectType(pAllocateArray->Width,
|
||||
|
||||
Ссылка в новой задаче
Block a user