adding kfd wrapper library and generator; adding roctx code annotation library;

This commit is contained in:
Evgeny
2019-07-23 15:32:58 -05:00
parent 579e44c50c
commit d2568d7a9f
5 changed files with 66 additions and 0 deletions
+2
View File
@@ -102,6 +102,7 @@ endif ()
find_library ( HSA_KMT_LIB "libhsakmt.so" )
get_filename_component ( HSA_KMT_LIB_PATH ${HSA_KMT_LIB} DIRECTORY )
set ( HSA_KMT_INC_PATH "${HSA_KMT_LIB_PATH}/../include" )
## Basic Tool Chain Information
message ( "----------------NBIT: ${NBIT}" )
@@ -113,5 +114,6 @@ message ( "-HSA-Runtime-HSA-Inc: ${HSA_RUNTIME_HSA_INC_PATH}" )
message ( "-----HSA-Runtime-Lib: ${HSA_RUNTIME_LIB_PATH}" )
message ( "-------------HCC-Inc: ${HCC_INC_DIR}" )
message ( "-------------HIP-Inc: ${HIP_INC_DIR}" )
message ( "-------------KFD-Inc: ${HSA_KMT_INC_PATH}" )
message ( "-----CMAKE_CXX_FLAGS: ${CMAKE_CXX_FLAGS}" )
message ( "---CMAKE_PREFIX_PATH: ${CMAKE_PREFIX_PATH}" )