SWDEV-533235 - Fix reference counting in Unit_hipGraphUserObj_ClonedGraph (#189)
This commit is contained in:
committed by
GitHub
parent
3b98cef62a
commit
99f0083a64
@@ -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