vllm.utils.nccl ¶
find_nccl_include_paths ¶
Return possible include paths containing nccl.h
.
Considers VLLM_NCCL_INCLUDE_PATH
and the nvidia-nccl-cuXX
package.
Source code in vllm/utils/nccl.py
find_nccl_library ¶
find_nccl_library() -> str
Return NCCL/RCCL shared library name to load.
Uses VLLM_NCCL_SO_PATH
if set; otherwise chooses by torch backend.