From 9d669b3bea496fb8c482c9f8ea1c0df45c0e6701 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 --- catch/unit/memory/CMakeLists.txt | 2 +- catch/unit/memory/{hipMemcpy_old.cc => hipMemcpy_EdgeCases.cc} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename catch/unit/memory/{hipMemcpy_old.cc => hipMemcpy_EdgeCases.cc} (100%) diff --git a/catch/unit/memory/CMakeLists.txt b/catch/unit/memory/CMakeLists.txt index 1d580305d6..3338d104f1 100644 --- a/catch/unit/memory/CMakeLists.txt +++ b/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/catch/unit/memory/hipMemcpy_old.cc b/catch/unit/memory/hipMemcpy_EdgeCases.cc similarity index 100% rename from catch/unit/memory/hipMemcpy_old.cc rename to catch/unit/memory/hipMemcpy_EdgeCases.cc