Open zougloub opened 1 year ago
A simple indirection in makefiles/common.mk such as follows:
makefiles/common.mk
NVCU_CXX ?= $(CXX) ... -ccbin $(NVCU_CXX) ...
would be nice.
Hadn't seen https://github.com/NVIDIA/nccl/pull/267, sorry.
Why not just set CXX to the compiler you want to use with CUDA? Do you need to build the rest of NCCL with another compiler?
A simple indirection in
makefiles/common.mk
such as follows:would be nice.