From 8ea515465419633560d981529a002ce4b60296f9 Mon Sep 17 00:00:00 2001 From: ROCm CI Service Account <66695075+rocm-ci@users.noreply.github.com> Date: Fri, 1 Apr 2022 05:47:34 +0530 Subject: [PATCH] SWDEV-328109 - Fix Test failure in staging (#2581) Change-Id: Ic79f54d468e3bb40667c14d76e4013285fb9f1bf [ROCm/hip commit: 25459dcb4c0e1790759f29f4a74067e787425ad3] --- projects/hip/tests/catch/unit/memory/hipMemsetAsyncAndKernel.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/projects/hip/tests/catch/unit/memory/hipMemsetAsyncAndKernel.cc b/projects/hip/tests/catch/unit/memory/hipMemsetAsyncAndKernel.cc index 270561f811..a13e937de7 100644 --- a/projects/hip/tests/catch/unit/memory/hipMemsetAsyncAndKernel.cc +++ b/projects/hip/tests/catch/unit/memory/hipMemsetAsyncAndKernel.cc @@ -189,6 +189,7 @@ TEST_CASE("Unit_hipMemsetAsync_VerifyExecutionWithKernel") { UseStrmPerThrd = true; ret = testhipMemsetAsyncWithKernel(UseStrmPerThrd); REQUIRE(ret == true); + HIP_CHECK(hipDeviceReset()); } SECTION("hipMemsetD32Async With Kernel") {