Fix undefine ref to hipUbindTexture for texture types

Αυτή η υποβολή περιλαμβάνεται σε:
Anusha Godavarthy Surya
2019-10-09 16:26:06 +05:30
γονέας 4a4a620389
υποβολή af5f195e46
2 αρχεία άλλαξαν με 4 προσθήκες και 4 διαγραφές
@@ -91,6 +91,7 @@ bool textureTest(enum hipArray_Format texFormat)
}
hipFree(dData);
hipFree(dOutputData);
hipUnbindTexture(textureNormalizedVal_1D);
delete [] hOutputData;
return testResult;
}