[hip-tests] Tag multigpu tests with Catch2 tags (#1315)

This commit is contained in:
amilanov-amd
2025-11-14 13:00:30 +01:00
committed by GitHub
parent f7249e092b
commit 738bf16008
146 changed files with 425 additions and 316 deletions
@@ -148,7 +148,7 @@ TEST_CASE("Unit_hipModuleGetGlobal_Negative_Dptr_And_Bytes_Are_Nullptr") {
// Test description: Loading device ptr from different device than the one on which the module
// is loaded
TEST_CASE("Unit_hipModuleGetGlobal_DiffDevice") {
TEST_CASE("Unit_hipModuleGetGlobal_DiffDevice", "[multigpu]") {
int numDevices = 0;
HIP_CHECK(hipGetDeviceCount(&numDevices));
if (numDevices < 2) {