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 <shadi.dashmiz@amd.com>
Change-Id: I3a5fd47221856ac76c58c94f5a2c05bbfd774296
Этот коммит содержится в:
sdashmiz
2023-03-30 10:14:52 -04:00
коммит произвёл Rakesh Roy
родитель ea4476770a
Коммит ba8d4d2c61
-2
Просмотреть файл
@@ -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;