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