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") {