From ba8d4d2c610eed9f2d82ceb258613f76e1898aea Mon Sep 17 00:00:00 2001 From: sdashmiz Date: Thu, 30 Mar 2023 10:14:52 -0400 Subject: [PATCH] SWDEV-389652 - re-enable user obj with child graph Recreation of github PR https://github.com/ROCm-Developer-Tools/hip-tests/pull/340 Signed-off-by: sdashmiz Change-Id: I3a5fd47221856ac76c58c94f5a2c05bbfd774296 --- catch/unit/graph/hipGraphCloneComplx.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/catch/unit/graph/hipGraphCloneComplx.cc b/catch/unit/graph/hipGraphCloneComplx.cc index 500fb86259..5c0af1c79e 100644 --- a/catch/unit/graph/hipGraphCloneComplx.cc +++ b/catch/unit/graph/hipGraphCloneComplx.cc @@ -1995,8 +1995,6 @@ TEST_CASE("Unit_hipGraphClone_hipUserObject_hipGraphUserObject_Negative") { Oroginal graph and releasing it for other graph) */ TEST_CASE("Unit_hipGraphChild_hipUserObject_hipGraphUserObject") { - HipTest::HIP_SKIP_TEST("Test times out in Nvidia but passes in AMD. Need to understand more."); - return; constexpr size_t Nbytes = N * sizeof(int); constexpr auto blocksPerCU = 6; // to hide latency constexpr auto threadsPerBlock = 256;