SWDEV-336542 - Return InvalidValue error for hipArrayCubemap flag.
Change-Id: I4ca996d7643158d5ccf8cb48ceaead3ceaf9aedf
[ROCm/clr commit: 0ad84364e0]
Este commit está contenido en:
cometido por
Jaydeepkumar Patel
padre
8b4d8bdee4
commit
4185c568da
@@ -918,8 +918,11 @@ hipError_t ihipArrayCreate(hipArray** array,
|
||||
return hipErrorInvalidValue;
|
||||
}
|
||||
|
||||
if (pAllocateArray->Flags & hipArrayCubemap) {
|
||||
return hipErrorInvalidValue;
|
||||
}
|
||||
|
||||
if ((pAllocateArray->Flags & hipArraySurfaceLoadStore) ||
|
||||
(pAllocateArray->Flags & hipArrayCubemap) ||
|
||||
(pAllocateArray->Flags & hipArrayTextureGather)) {
|
||||
return hipErrorNotSupported;
|
||||
}
|
||||
|
||||
Referencia en una nueva incidencia
Block a user