Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA/TensorRT-LLM
/ synchronize
Method
synchronize
tensorrt_llm/_torch/pyexecutor/sampler.py:105–108 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
103
worker_futures: Optional[list[futures.Future[Any]]] = None
104
105
def
synchronize(self):
106
if
self.worker_futures:
107
futures.wait(self.worker_futures)
108
self.cuda_event.synchronize()
109
110
111
@dataclass(kw_only=True)
Callers
15
run_test
Function · 0.80
sync
Method · 0.80
profile_allreduce
Function · 0.80
cuda_error_early_quit
Function · 0.80
process_gpu_memory_info_available
Function · 0.80
test_logits_post_processor
Function · 0.80
_construct_execution
Method · 0.80
test_gpt_attention
Method · 0.80
_construct_execution
Method · 0.80
torch_exec
Method · 0.80
run_engine
Method · 0.80
hf
Method · 0.80
Calls
1
wait
Method · 0.80
Tested by
15
run_test
Function · 0.64
cuda_error_early_quit
Function · 0.64
process_gpu_memory_info_available
Function · 0.64
test_logits_post_processor
Function · 0.64
_construct_execution
Method · 0.64
test_gpt_attention
Method · 0.64
_construct_execution
Method · 0.64
torch_exec
Method · 0.64
run_engine
Method · 0.64
hf
Method · 0.64
test_vgqa_model_runner_allclose
Method · 0.64
test_phi
Method · 0.64