Fix undefine ref to hipUbindTexture for texture types

[ROCm/hip commit: af5f195e46]
Цей коміт міститься в:
Anusha Godavarthy Surya
2019-10-09 16:26:06 +05:30
джерело a8b7ebefb0
коміт 04080d4bb1
2 змінених файлів з 4 додано та 4 видалено
+1
Переглянути файл
@@ -91,6 +91,7 @@ bool textureTest(enum hipArray_Format texFormat)
}
hipFree(dData);
hipFree(dOutputData);
hipUnbindTexture(textureNormalizedVal_1D);
delete [] hOutputData;
return testResult;
}