rccl
rccl copied to clipboard
[BUILD] Enable RCCL build with amdclang++
Details
Work item: Internal
What were the changes?
Enable the use of amdclang++
instead of hipcc
for building RCCL.
Why were the changes made?
- Update
CXX
andC
compiler and flags intoolchain-linux.cmake
- Update
CMakeLists.txt
foramdclang++
-related checks - Replace
hipcc --version
withhipconfig -v
in CMakeLists.txt to query the HIP version, asamdclang++ --version
does not report HIP version
Approval Checklist
Do not approve until these items are satisfied.
- [ ] Verify the CHANGELOG has been updated, if
- there are any NCCL API version changes,
- any changes impact library users, and/or
- any changes impact any other ROCm library.