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
CXXandCcompiler and flags intoolchain-linux.cmake - Update
CMakeLists.txtforamdclang++-related checks - Replace
hipcc --versionwithhipconfig -vin CMakeLists.txt to query the HIP version, asamdclang++ --versiondoes 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.