SWDEV-533235 - Fix reference counting in Unit_hipGraphUserObj_ClonedGraph (#189)

This commit is contained in:
Assiouras, Ioannis
2025-05-21 17:31:39 +01:00
committed by GitHub
parent 3b98cef62a
commit 99f0083a64
+1 -1
View File
@@ -358,7 +358,7 @@ TEST_CASE("Unit_hipGraphUserObj_ClonedGraph") {
HIP_CHECK(hipGraphExecDestroy(clonedGraphInstance));
HIP_CHECK(hipStreamSynchronize(stream));
REQUIRE(*hostArr == 9999);
HIP_CHECK(hipUserObjectRelease(Uobj, 2));
HIP_CHECK(hipUserObjectRelease(Uobj, 1));
t1.join();
HIP_CHECK(hipStreamDestroy(stream));
HIP_CHECK(hipFree(devArr));