Fix building NCCL from source in build modes that link non-PIC code (fastbuild, dbg).
This previously resulted in undefined symbols because we would link the RDC code from the .pic.a files with the generated host code from the .a files. The two use different symbol names for kernel auto-registration. The change effectively enforces that we link the host code from .pic.a. PiperOrigin-RevId: 219918474
Loading
Please sign in to comment