rocshmem_config.h has a different include path when installed and built-dir (#186)

* rocshmem_config.h needs to be in a similar directory structure for
includes to work when building testers in build, and from an installed
library

* Do not change installed rocshmem.hpp
Dieser Commit ist enthalten in:
Aurelien Bouteiller
2025-07-02 16:51:38 -04:00
committet von GitHub
Ursprung 6dba253890
Commit 63a79892b2
27 geänderte Dateien mit 30 neuen und 29 gelöschten Zeilen
+1 -1
Datei anzeigen
@@ -31,7 +31,7 @@
#include <atomic>
#include <vector>
#include "rocshmem_config.h" // NOLINT(build/include_subdir)
#include "rocshmem/rocshmem_config.h" // NOLINT(build/include_subdir)
#include "memory/hip_allocator.hpp"
#include "util.hpp"
#include "bootstrap/bootstrap.hpp"