[vdi] Skip null texture object in hipDestroyTextureObject.
- To match both CUDA and HCC runtime behavior.
Change-Id: I072b006dd554e17f8341f391d33bf6224a125a7e
[ROCm/hip commit: cbe9023639]
Este cometimento está contido em:
@@ -312,7 +312,7 @@ hipError_t hipCreateTextureObject(hipTextureObject_t* pTexObject,
|
||||
|
||||
hipError_t ihipDestroyTextureObject(hipTextureObject_t texObject) {
|
||||
if (texObject == nullptr) {
|
||||
return hipErrorInvalidValue;
|
||||
return hipSuccess;
|
||||
}
|
||||
|
||||
const hipResourceType type = texObject->resDesc.resType;
|
||||
|
||||
Criar uma nova questão referindo esta
Bloquear um utilizador