Skip to content

Commit

Permalink
Install omniperf_soc and omniperf_profile, such that a 'make install'…
Browse files Browse the repository at this point in the history
…d build will function (ROCm#240)

Signed-off-by: Nicholas Curtis <nicurtis@amd.com>
Co-authored-by: Nicholas Curtis <nicurtis@amd.com>
  • Loading branch information
skyreflectedinmirrors and Nicholas Curtis authored Feb 7, 2024
1 parent d7b78da commit 39cce6b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -311,6 +311,16 @@ install(
src/utils/rooflines/roofline-sle15sp3-mi200-rocm5
src/utils/rooflines/roofline-ubuntu20_04-mi200-rocm5
DESTINATION ${CMAKE_INSTALL_BINDIR}/utils/rooflines)
# src/omniperf_soc
install(
DIRECTORY src/omniperf_soc
TYPE BIN
PATTERN "__pycache__" EXCLUDE)
# src/omniperf_profile
install(
DIRECTORY src/omniperf_profile
TYPE BIN
PATTERN "__pycache__" EXCLUDE)

# samples
install(DIRECTORY sample TYPE DATA)
Expand Down

0 comments on commit 39cce6b

Please sign in to comment.