Rename config.h to roc_shmem_config.h

This commit is contained in:
avinashkethineedi
2024-12-06 01:08:13 +00:00
parent 455f9330e9
commit 6486e29078
40 changed files with 41 additions and 41 deletions
+1 -1
View File
@@ -30,7 +30,7 @@
#include <cstdio>
#include <cstdlib>
#include "config.h" // NOLINT(build/include_subdir)
#include "rocshmem_config.h" // NOLINT(build/include_subdir)
#include "rocshmem/rocshmem.hpp"
#include "backend_ipc.hpp"
+1 -1
View File
@@ -24,7 +24,7 @@
#include <mpi.h>
#include "config.h" // NOLINT(build/include_subdir)
#include "rocshmem_config.h" // NOLINT(build/include_subdir)
#include "../backend_type.hpp"
#include "../context_incl.hpp"
#include "backend_ipc.hpp"
+1 -1
View File
@@ -23,7 +23,7 @@
#ifndef LIBRARY_SRC_IPC_CONTEXT_TMPL_DEVICE_HPP_
#define LIBRARY_SRC_IPC_CONTEXT_TMPL_DEVICE_HPP_
#include "config.h" // NOLINT(build/include_subdir)
#include "rocshmem_config.h" // NOLINT(build/include_subdir)
#include "rocshmem/rocshmem.hpp"
#include "context_ipc_device.hpp"
#include "../util.hpp"
+1 -1
View File
@@ -23,7 +23,7 @@
#ifndef LIBRARY_SRC_IPC_CONTEXT_TMPL_HOST_HPP_
#define LIBRARY_SRC_IPC_CONTEXT_TMPL_HOST_HPP_
#include "config.h" // NOLINT(build/include_subdir)
#include "rocshmem_config.h" // NOLINT(build/include_subdir)
#include "../host/host_templates.hpp"
namespace rocshmem {