vllm.utils.nccl ¶
Functions:
-
find_nccl_include_paths–Return possible include paths containing
nccl.h. -
find_nccl_library–Return NCCL/RCCL shared library name to load.
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() ¶
Return NCCL/RCCL shared library name to load.
Uses VLLM_NCCL_SO_PATH if set; otherwise chooses by torch backend.