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

This commit is contained in:
amilanov-amd
2025-11-14 13:00:30 +01:00
zatwierdzone przez GitHub
rodzic f7249e092b
commit 738bf16008
146 zmienionych plików z 425 dodań i 316 usunięć
@@ -44,7 +44,7 @@ THE SOFTWARE.
* ------------------------
* - HIP_VERSION >= 5.6
*/
TEST_CASE("Unit_hipModuleLoad_MultProcess_MultGPU") {
TEST_CASE("Unit_hipModuleLoad_MultProcess_MultGPU", "[multigpu]") {
int deviceCount{0};
HIP_CHECK(hipGetDeviceCount(&deviceCount));
REQUIRE(deviceCount != 0);