Fix undefine ref to hipUbindTexture for texture types
Этот коммит содержится в:
@@ -91,6 +91,7 @@ bool textureTest(enum hipArray_Format texFormat)
|
||||
}
|
||||
hipFree(dData);
|
||||
hipFree(dOutputData);
|
||||
hipUnbindTexture(textureNormalizedVal_1D);
|
||||
delete [] hOutputData;
|
||||
return testResult;
|
||||
}
|
||||
|
||||
Ссылка в новой задаче
Block a user