From 9f2be3c01d290cd521e26e7afeda81a980f5f1cb Mon Sep 17 00:00:00 2001 From: Rakesh Roy Date: Wed, 28 Feb 2024 18:53:47 +0530 Subject: [PATCH] SWDEV-1 - Disable tests failing in PSDB - Tests Performance_hipMemcpy2D_HostToHost & Performance_hipMemcpy2DAsync_HostToHost are failing in PSDB Change-Id: I25de638908a6f60abbf2902fe7e201253f5f3346 [ROCm/hip-tests commit: 858dd906780be5d85f04a1e8d04f02c1a2817946] --- projects/hip-tests/catch/hipTestMain/config/config_amd_windows | 2 ++ 1 file changed, 2 insertions(+) diff --git a/projects/hip-tests/catch/hipTestMain/config/config_amd_windows b/projects/hip-tests/catch/hipTestMain/config/config_amd_windows index d7229c1927..7a1fcad671 100644 --- a/projects/hip-tests/catch/hipTestMain/config/config_amd_windows +++ b/projects/hip-tests/catch/hipTestMain/config/config_amd_windows @@ -385,6 +385,8 @@ "Performance_hipMemsetD16Async", "Performance_hipMemsetD32", "Performance_hipMemsetD32Async", + "Performance_hipMemcpy2D_HostToHost", + "Performance_hipMemcpy2DAsync_HostToHost", "Note: Test disabled due to defect - EXSWHTEC-151", "Unit_hipModuleLoad_Negative_Load_From_A_File_That_Is_Not_A_Module", "Note: Test disabled due to defect - EXSWHTEC-152",