From 0ec5e5aeca35b1838d0ea69f1a33723080777965 Mon Sep 17 00:00:00 2001 From: victzhan Date: Wed, 7 Aug 2024 12:55:29 -0400 Subject: [PATCH] SWDEV-473011 - Rename hipMemcpy_old.cc to hipMemcpy_EdgeCases for readability. Change-Id: I1634759aea340ecbb83fcc7c3328918147eeb0e9 [ROCm/hip-tests commit: 9d669b3bea496fb8c482c9f8ea1c0df45c0e6701] --- projects/hip-tests/catch/unit/memory/CMakeLists.txt | 2 +- .../unit/memory/{hipMemcpy_old.cc => hipMemcpy_EdgeCases.cc} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename projects/hip-tests/catch/unit/memory/{hipMemcpy_old.cc => hipMemcpy_EdgeCases.cc} (100%) diff --git a/projects/hip-tests/catch/unit/memory/CMakeLists.txt b/projects/hip-tests/catch/unit/memory/CMakeLists.txt index 1d580305d6..3338d104f1 100644 --- a/projects/hip-tests/catch/unit/memory/CMakeLists.txt +++ b/projects/hip-tests/catch/unit/memory/CMakeLists.txt @@ -141,7 +141,7 @@ set(TEST_SRC hipMemcpyDtoD.cc hipMemcpyDtoDAsync.cc hipHostMalloc.cc - hipMemcpy_old.cc + hipMemcpy_EdgeCases.cc hipMemcpy_derivatives.cc hipMemcpyAsync.cc hipMemcpyAsync_old.cc diff --git a/projects/hip-tests/catch/unit/memory/hipMemcpy_old.cc b/projects/hip-tests/catch/unit/memory/hipMemcpy_EdgeCases.cc similarity index 100% rename from projects/hip-tests/catch/unit/memory/hipMemcpy_old.cc rename to projects/hip-tests/catch/unit/memory/hipMemcpy_EdgeCases.cc