Skip to content

Commit

Permalink
Merge branch 'develop' of git.nic.uoregon.edu:/gitroot/xpress-apex in…
Browse files Browse the repository at this point in the history
…to develop
  • Loading branch information
khuck committed Aug 17, 2022
2 parents f0a4cb1 + 1e77600 commit 0029d13
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -681,6 +681,8 @@ if (APEX_WITH_HIP)
include_directories(${ROCTX_INCLUDE_DIRS})
message(INFO " Using ROCm SMI include: ${RSMI_INCLUDE_DIRS}")
include_directories(${RSMI_INCLUDE_DIRS})
# Annoyingly, the librocprofiler64.so library doesn't retain an RPATH
set(CMAKE_INSTALL_RPATH ${CMAKE_INSTALL_RPATH} ${ROCPROFILER_LIBRARY_DIR})

find_package(ROCTRACER_KFD) # removed in ROCM 4.5.0
if (ROCTRACER_KFD_FOUND)
Expand Down

0 comments on commit 0029d13

Please sign in to comment.