8c1382fceb
- in ROCm CI, rocprofiler-sdk gets built before RCCL is installed, this is a workaround for this issue
6 lines
272 B
CMake
6 lines
272 B
CMake
set(ROCPROFILER_LIB_RCCL_SOURCES abi.cpp rccl.cpp)
|
|
set(ROCPROFILER_LIB_RCCL_HEADERS defines.hpp rccl.hpp)
|
|
|
|
target_sources(rocprofiler-object-library PRIVATE ${ROCPROFILER_LIB_RCCL_SOURCES}
|
|
${ROCPROFILER_LIB_RCCL_HEADERS})
|