[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 行删除
@@ -2705,7 +2705,7 @@ TEST_CASE("Unit_hipGetProcAddress_MemoryApisGetMemInfoRelated") {
* ------------------------
* - HIP_VERSION >= 6.2
*/
TEST_CASE("Unit_hipGetProcAddress_MemoryApisMemcpy2DRelated") {
TEST_CASE("Unit_hipGetProcAddress_MemoryApisMemcpy2DRelated", "[multigpu]") {
CHECK_IMAGE_SUPPORT
void* hipMemcpy2D_ptr = nullptr;
@@ -6008,7 +6008,7 @@ TEST_CASE("Unit_hipGetProcAddress_MemoryApisStreamOrderedMemory") {
* ------------------------
* - HIP_VERSION >= 6.2
*/
TEST_CASE("Unit_hipGetProcAddress_MemoryApisPeerToPeer") {
TEST_CASE("Unit_hipGetProcAddress_MemoryApisPeerToPeer", "[multigpu]") {
int deviceCount = 0;
HIP_CHECK(hipGetDeviceCount(&deviceCount));