Merge pull request #1515 from ansurya/tex_unbind_issue_fix

Fix undefined ref to hipUnbindTexture for texture types

[ROCm/hip-tests commit: bdeed6c207]
Этот коммит содержится в:
Rahul Garg
2019-10-30 17:54:15 -07:00
коммит произвёл GitHub
родитель 2ccd36585d ce48fed42e
Коммит dd06fef4bc
+1
Просмотреть файл
@@ -124,6 +124,7 @@ bool runTest(int argc, char** argv) {
}
}
}
HIP_CHECK(hipUnbindTexture(tex));
HIP_CHECK(hipFree(dData));
HIP_CHECK(hipFreeArray(array));
return testResult;