Commit cd4ae661 authored by A. Unique TensorFlower's avatar A. Unique TensorFlower Committed by TensorFlower Gardener
Browse files

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
parent 6aac0dcc
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment