8c1382fceb
- in ROCm CI, rocprofiler-sdk gets built before RCCL is installed, this is a workaround for this issue
14 lines
284 B
CMake
14 lines
284 B
CMake
#
|
|
#
|
|
# Installation of public RCCL headers
|
|
#
|
|
#
|
|
set(ROCPROFILER_RCCL_HEADER_FILES api_args.h api_id.h table_id.h)
|
|
|
|
install(
|
|
FILES ${ROCPROFILER_RCCL_HEADER_FILES}
|
|
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/rocprofiler-sdk/rccl
|
|
COMPONENT development)
|
|
|
|
add_subdirectory(details)
|