SWDEV-495609 - Change include path for rocclr/utils
- Header files inside rocclr/utils when included from hipamd or opencl should be included as #include "rocclr/utils/xxx.h" instead of "utils/xxx.h" Change-Id: Ic0760c33b9d091f5620dec67e5482c9698d22093
This commit is contained in:
committed by
Marko Arandjelovic
parent
5122b8c999
commit
78f62d3230
@@ -116,6 +116,7 @@ target_compile_definitions(rocclr PUBLIC
|
||||
${AMD_OPENCL_DEFS})
|
||||
|
||||
target_include_directories(rocclr PUBLIC
|
||||
${ROCCLR_SRC_DIR}/../
|
||||
${ROCCLR_SRC_DIR}
|
||||
${ROCCLR_SRC_DIR}/compiler/lib
|
||||
${ROCCLR_SRC_DIR}/compiler/lib/include
|
||||
|
||||
Reference in New Issue
Block a user