From 82b93fbcb54a2e316b8244011c47b96899d16505 Mon Sep 17 00:00:00 2001 From: Rambabu Swargam Date: Mon, 24 Mar 2025 18:30:25 +0530 Subject: [PATCH 1/2] test --- catch/unit/stream/hipStreamCreate.cc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/catch/unit/stream/hipStreamCreate.cc b/catch/unit/stream/hipStreamCreate.cc index 21fff252bcb..f3904563b5e 100644 --- a/catch/unit/stream/hipStreamCreate.cc +++ b/catch/unit/stream/hipStreamCreate.cc @@ -18,7 +18,9 @@ THE SOFTWARE. */ #include "streamCommon.hh" - +/// +// +// TEST_CASE("Unit_hipStreamCreate_default") { int id = GENERATE(range(0, HipTest::getDeviceCount())); HIP_CHECK(hipSetDevice(id)); From 6b2800b7759d8bffb2230fab232e9af334831685 Mon Sep 17 00:00:00 2001 From: Rambabu Swargam Date: Thu, 17 Apr 2025 20:05:11 +0530 Subject: [PATCH 2/2] test 2 --- catch/unit/stream/hipStreamCreate.cc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/catch/unit/stream/hipStreamCreate.cc b/catch/unit/stream/hipStreamCreate.cc index f3904563b5e..104908a1106 100644 --- a/catch/unit/stream/hipStreamCreate.cc +++ b/catch/unit/stream/hipStreamCreate.cc @@ -21,6 +21,9 @@ THE SOFTWARE. /// // // + + + TEST_CASE("Unit_hipStreamCreate_default") { int id = GENERATE(range(0, HipTest::getDeviceCount())); HIP_CHECK(hipSetDevice(id));