Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/NVIDIA/TensorRT-LLM
/ current_all_reduce_helper
Function
current_all_reduce_helper
tensorrt_llm/plugin/plugin.py:771–774 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
769
770
771
def
current_all_reduce_helper():
772
global custom_all_reduce_helper
773
assert custom_all_reduce_helper is not None,
"You must call `init_all_reduce_helper` first"
774
return
custom_all_reduce_helper
Callers
11
test_allreduce
Method · 0.90
test_allreduce
Method · 0.90
test_pp_reduce_scatter
Method · 0.90
test_allreduce
Method · 0.90
prepare_inputs
Method · 0.90
prepare_inputs
Method · 0.90
allreduce
Function · 0.85
prepare_basic_inputs
Method · 0.85
prepare_inputs
Method · 0.85
prepare_inputs
Method · 0.85
prepare_inputs
Method · 0.85
Calls
no outgoing calls
Tested by
4
test_allreduce
Method · 0.72
test_allreduce
Method · 0.72
test_pp_reduce_scatter
Method · 0.72
test_allreduce
Method · 0.72