Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions profiler/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ if(THEROCK_ENABLE_ROCPROFV3)
# See: https://github.com/ROCm/rocprof-trace-decoder/
##############################################################################
therock_cmake_subproject_declare(rocprof-trace-decoder
# The build infrastructure requires generic stages to pass through
# DIST_AMDGPU_TARGETS even if the list isn't used by the underlying project.
USE_DIST_AMDGPU_TARGETS
EXTERNAL_SOURCE_DIR "${THEROCK_ROCM_SYSTEMS_SOURCE_DIR}/projects/rocprof-trace-decoder"
BINARY_DIR "${CMAKE_CURRENT_BINARY_DIR}/rocprof-trace-decoder"
BACKGROUND_BUILD
Expand Down
Loading