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
[ROCm/rocshmem commit: 63a79892b2]
This commit is contained in:
committed by
GitHub
parent
63d52b73c8
commit
c4d3488f62
@@ -25,7 +25,7 @@
|
||||
#ifndef LIBRARY_SRC_CONTEXT_TMPL_HOST_HPP_
|
||||
#define LIBRARY_SRC_CONTEXT_TMPL_HOST_HPP_
|
||||
|
||||
#include "rocshmem_config.h" // NOLINT(build/include_subdir)
|
||||
#include "rocshmem/rocshmem_config.h" // NOLINT(build/include_subdir)
|
||||
#include "backend_type.hpp"
|
||||
#ifdef USE_RO
|
||||
#include "reverse_offload/context_ro_host.hpp"
|
||||
|
||||
Reference in New Issue
Block a user