mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-12-24 13:28:13 +08:00
[CUDAGraph]Add support for custom all-reduce operators under SOT mode (#4386)
This commit is contained in:
@@ -1575,6 +1575,7 @@ class GPUModelRunner(ModelRunnerBase):
|
||||
self.proposer.update_task_chunk_prefill(task)
|
||||
task.chunk_idx += 1
|
||||
|
||||
@sot_warmup_guard(True)
|
||||
def capture_model(self) -> None:
|
||||
"""
|
||||
Trigger CUDA Graph capture for all shapes in cuda graph capture list
|
||||
|
||||
Reference in New Issue
Block a user