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

Этот коммит содержится в:
amilanov-amd
2025-11-14 13:00:30 +01:00
коммит произвёл GitHub
родитель f7249e092b
Коммит 738bf16008
146 изменённых файлов: 425 добавлений и 316 удалений
+1 -1
Просмотреть файл
@@ -71,7 +71,7 @@ TEST_CASE("Unit_hipModuleGetFunction_Negative_Parameters") {
// Test description: Loading kernel function from different device than the one on which the module
// is loaded
TEST_CASE("Unit_hipModuleGetFunction_DiffDevice") {
TEST_CASE("Unit_hipModuleGetFunction_DiffDevice", "[multigpu]") {
int numDevices = 0;
HIP_CHECK(hipGetDeviceCount(&numDevices));
if (numDevices < 2) {