update CMakeLists.txt
Signed-off-by: JoseSantosAMD <Jose.Santos@amd.com>
[ROCm/rocprofiler-compute commit: 2bf487ca4a]
This commit is contained in:
committed by
Karl W. Schulz
parent
29ff3c36ea
commit
e1aed0ad40
@@ -221,8 +221,11 @@ add_test(
|
||||
|
||||
# top-level driver and associated .py files
|
||||
install(PROGRAMS src/omniperf TYPE BIN)
|
||||
install(FILES src/parser.py TYPE BIN)
|
||||
install(FILES src/common.py TYPE BIN)
|
||||
install(FILES src/argparser.py TYPE BIN)
|
||||
install(FILES src/config.py TYPE BIN)
|
||||
install(FILES src/omniperf_base.py TYPE BIN)
|
||||
install(FILES src/roofline.py TYPE BIN)
|
||||
|
||||
install(FILES VERSION VERSION.sha DESTINATION ${CMAKE_INSTALL_PREFIX})
|
||||
# src/omniperf_analyze
|
||||
install(
|
||||
@@ -241,11 +244,6 @@ install(
|
||||
src/utils/rooflines/roofline-sle15sp3-mi200-rocm5
|
||||
src/utils/rooflines/roofline-ubuntu20_04-mi200-rocm5
|
||||
DESTINATION ${CMAKE_INSTALL_BINDIR}/utils/rooflines)
|
||||
# src/perfmon_pub
|
||||
install(
|
||||
DIRECTORY src/perfmon_pub
|
||||
TYPE BIN
|
||||
PATTERN "__pycache__" EXCLUDE)
|
||||
|
||||
# src/soc_params
|
||||
install(
|
||||
|
||||
Reference in New Issue
Block a user