Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/NVIDIA/TensorRT-LLM
/ mpi_barrier
Function
mpi_barrier
tensorrt_llm/_utils.py:591–593 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
589
590
591
def
mpi_barrier():
592
if
ENABLE_MULTI_DEVICE:
593
mpi_comm().Barrier()
594
595
596
def
local_mpi_barrier():
Callers
7
build_from_hf
Function · 0.90
build_and_run_tp2
Function · 0.90
load_tokenizer
Function · 0.90
barrier
Method · 0.90
parallel_build
Function · 0.90
_load_model_from_hf
Method · 0.85
task_wrapper
Method · 0.85
Calls
1
mpi_comm
Function · 0.70
Tested by
1
build_and_run_tp2
Function · 0.72