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

[ROCm/hip-tests commit: 99f0083a64]
This commit is contained in:
Assiouras, Ioannis
2025-05-21 17:31:39 +01:00
committed by GitHub
parent 9e384db161
commit 103dcd35af
@@ -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));