From 6ca3502d423a6874c32f2daa58d150fe0c0252f2 Mon Sep 17 00:00:00 2001 From: "Chaudhary, Jatin Jaikishan" Date: Mon, 23 Jun 2025 15:22:44 +0100 Subject: [PATCH] SWDEV-470698 - remove duplicate tests (#316) Change-Id: Icedf0bd442f9a983fc590b7fde1a0e888472b65a [ROCm/hip-tests commit: 409b47fec6b4af98f9094ba386d25072faa9ad56] --- projects/hip-tests/catch/unit/cooperativeGrps/CMakeLists.txt | 1 - projects/hip-tests/catch/unit/deviceLib/CMakeLists.txt | 5 ----- projects/hip-tests/catch/unit/graph/CMakeLists.txt | 3 --- 3 files changed, 9 deletions(-) diff --git a/projects/hip-tests/catch/unit/cooperativeGrps/CMakeLists.txt b/projects/hip-tests/catch/unit/cooperativeGrps/CMakeLists.txt index 9ace14cccb..f22d40f944 100644 --- a/projects/hip-tests/catch/unit/cooperativeGrps/CMakeLists.txt +++ b/projects/hip-tests/catch/unit/cooperativeGrps/CMakeLists.txt @@ -14,7 +14,6 @@ set(TEST_SRC multi_grid_group.cc coalesced_groups_shfl_down_old.cc coalesced_groups_shfl_up_old.cc - hipCGCoalescedGroups_old.cc coalesced_group.cc grid_group.cc coalesced_tiled_groups_metagrp.cc diff --git a/projects/hip-tests/catch/unit/deviceLib/CMakeLists.txt b/projects/hip-tests/catch/unit/deviceLib/CMakeLists.txt index d79896a2be..89ff3ca0d5 100644 --- a/projects/hip-tests/catch/unit/deviceLib/CMakeLists.txt +++ b/projects/hip-tests/catch/unit/deviceLib/CMakeLists.txt @@ -64,11 +64,6 @@ if(HIP_PLATFORM MATCHES "nvidia") set_source_files_properties(hipTestHost.cc PROPERTIES COMPILE_OPTIONS "--expt-relaxed-constexpr") endif() -if(UNIX) - set(TEST_SRC ${TEST_SRC} - deviceAllocation.cc) -endif() - # AMD only tests set(AMD_TEST_SRC unsafeAtomicAdd.cc diff --git a/projects/hip-tests/catch/unit/graph/CMakeLists.txt b/projects/hip-tests/catch/unit/graph/CMakeLists.txt index 4376ea021f..659c867470 100644 --- a/projects/hip-tests/catch/unit/graph/CMakeLists.txt +++ b/projects/hip-tests/catch/unit/graph/CMakeLists.txt @@ -77,7 +77,6 @@ set(TEST_SRC hipGraphExecMemcpyNodeSetParams_old.cc hipStreamBeginCapture.cc hipGraphAddMemcpyNode1D_old.cc - hipGraphAddMemcpyNode1D.cc hipStreamBeginCapture_old.cc hipStreamIsCapturing.cc hipStreamIsCapturing_old.cc @@ -151,8 +150,6 @@ set(TEST_SRC hipGraphCloneComplx.cc hipGraphNodeSetEnabled.cc hipGraphNodeGetEnabled.cc - hipGraphCreate.cc - hipGraphDestroy.cc hipGraphExecDestroy.cc hipGraphUpload.cc hipGraphKernelNodeCopyAttributes.cc