From c39806eedec2a7b4a0f7980adbffb6fd1704b7bb Mon Sep 17 00:00:00 2001 From: Ajay Date: Mon, 28 Oct 2024 09:01:21 -0700 Subject: [PATCH] SWDEV-1 - exclude hipExtHostAlloc.cc from nvidia test list Change-Id: I31644cbf446f057af82235dccc54202ad3e81428 [ROCm/hip-tests commit: 61f3be259abf342d5242b220159d969485642e83] --- projects/hip-tests/catch/unit/memory/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/projects/hip-tests/catch/unit/memory/CMakeLists.txt b/projects/hip-tests/catch/unit/memory/CMakeLists.txt index c79d278423..21a83de80c 100644 --- a/projects/hip-tests/catch/unit/memory/CMakeLists.txt +++ b/projects/hip-tests/catch/unit/memory/CMakeLists.txt @@ -83,7 +83,6 @@ set(TEST_SRC hipMemsetD16Async.cc hipMemsetD32Async.cc hipMemsetD8Async.cc - hipExtHostAlloc.cc ) if(UNIX) @@ -103,7 +102,8 @@ if(HIP_PLATFORM MATCHES "amd") hipMemVmm.cc hipArray.cc hipMemcpyDeviceToDeviceNoCU.cc - hipGetProcAddress_Memory_APIs.cc) + hipGetProcAddress_Memory_APIs.cc + hipExtHostAlloc.cc) if(UNIX) # Should be compiled for NVIDIA as well after EXSWHTEC-346 is addressed # For windows build error occurs undefined symbol: hipPointerSetAttribute