SWDEV-533235 - Fix reference counting in Unit_hipGraphUserObj_ClonedGraph (#189)
[ROCm/hip-tests commit: 99f0083a64]
This commit is contained in:
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));
|
||||
|
||||
Reference in New Issue
Block a user