From 8da69cf1f418542148ace9f824b109e81b642011 Mon Sep 17 00:00:00 2001 From: Yiltan Temucin Date: Fri, 6 Dec 2024 12:18:24 -0600 Subject: [PATCH] Renamed debug.hpp to rocshmem_debug.hpp [ROCm/rocshmem commit: 658915ed35b1ade2a23e83dc35ce2b146e3b40c1] --- .../rocshmem/include/rocshmem/{debug.hpp => rocshmem_debug.hpp} | 0 .../rocshmem/internal/clients/shmem_rccl/primitive_tester.cpp | 2 +- projects/rocshmem/src/gpu_ib/debug.cpp | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename projects/rocshmem/include/rocshmem/{debug.hpp => rocshmem_debug.hpp} (100%) diff --git a/projects/rocshmem/include/rocshmem/debug.hpp b/projects/rocshmem/include/rocshmem/rocshmem_debug.hpp similarity index 100% rename from projects/rocshmem/include/rocshmem/debug.hpp rename to projects/rocshmem/include/rocshmem/rocshmem_debug.hpp diff --git a/projects/rocshmem/internal/clients/shmem_rccl/primitive_tester.cpp b/projects/rocshmem/internal/clients/shmem_rccl/primitive_tester.cpp index 7ecc9faeea..fc8dd91f31 100644 --- a/projects/rocshmem/internal/clients/shmem_rccl/primitive_tester.cpp +++ b/projects/rocshmem/internal/clients/shmem_rccl/primitive_tester.cpp @@ -23,7 +23,7 @@ #include "primitive_tester.hpp" #include -#include +#include #include diff --git a/projects/rocshmem/src/gpu_ib/debug.cpp b/projects/rocshmem/src/gpu_ib/debug.cpp index 227b75fd4e..dd236e1cae 100644 --- a/projects/rocshmem/src/gpu_ib/debug.cpp +++ b/projects/rocshmem/src/gpu_ib/debug.cpp @@ -20,7 +20,7 @@ * IN THE SOFTWARE. *****************************************************************************/ -#include "rocshmem/debug.hpp" +#include "rocshmem/rocshmem_debug.hpp" #include "qe_dumper.hpp"