mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2026-04-23 00:17:25 +08:00
[Graph Optimization] Add full_cuda_graph to control subgraph split (#6027)
This commit is contained in:
@@ -6,3 +6,4 @@ graph_optimization_config:
|
||||
graph_opt_level: 2
|
||||
sot_warmup_sizes: [2,16,32,64]
|
||||
use_cudagraph: True
|
||||
full_cuda_graph: False
|
||||
|
||||
@@ -6,3 +6,4 @@ graph_optimization_config:
|
||||
graph_opt_level: 2
|
||||
sot_warmup_sizes: [2,16,32,64]
|
||||
use_cudagraph: True
|
||||
full_cuda_graph: False
|
||||
|
||||
@@ -6,3 +6,4 @@ graph_optimization_config:
|
||||
graph_opt_level: 1
|
||||
sot_warmup_sizes: [2,16,32,64]
|
||||
use_cudagraph: True
|
||||
full_cuda_graph: False
|
||||
|
||||
@@ -6,3 +6,4 @@ graph_optimization_config:
|
||||
graph_opt_level: 1
|
||||
sot_warmup_sizes: [2,16,32,64]
|
||||
use_cudagraph: True
|
||||
full_cuda_graph: False
|
||||
|
||||
Reference in New Issue
Block a user