From 7e385c45685c6a63ef3de12b1684911726b226cf Mon Sep 17 00:00:00 2001 From: German Andryeyev Date: Mon, 29 Apr 2024 11:24:25 -0400 Subject: [PATCH] SWDEV-353281 - Disable MemPool functional test Change-Id: I147d31c90f601dae88e06c55c4d5deb142ae61ae [ROCm/hip-tests commit: f2dfd620c243e8fa4bb1e3e057a95d9a6d19981f] --- projects/hip-tests/catch/hipTestMain/config/config_amd_linux | 3 +++ 1 file changed, 3 insertions(+) diff --git a/projects/hip-tests/catch/hipTestMain/config/config_amd_linux b/projects/hip-tests/catch/hipTestMain/config/config_amd_linux index 4710326f76..92795fd616 100644 --- a/projects/hip-tests/catch/hipTestMain/config/config_amd_linux +++ b/projects/hip-tests/catch/hipTestMain/config/config_amd_linux @@ -1443,6 +1443,9 @@ "Unit_hipModuleLaunchCooperativeKernelMultiDevice_Positive_Basic", "Unit_hipModuleLaunchCooperativeKernelMultiDevice_Negative_Parameters", "Unit_hipModuleLaunchCooperativeKernelMultiDevice_Negative_MultiKernelSameDevice", + "=== Below tests have issues in MGPU setup ===", + "Unit_hipDeviceGetGraphMemAttribute_Functional", + "Unit_hipDeviceGetGraphMemAttribute_Functional_Multi_Device", #endif #if defined VEGA20 "=== SWDEV-419112 Below tests fail in stress test on 29/08/23 ===",