[pipeline/tuning] improve dispatch performance both time and space cost (#1544)

This commit is contained in:
Kirigaya Kazuto
2022-09-07 19:01:06 +08:00
committed by GitHub
parent 4f59693207
commit 6159d45417
3 changed files with 194 additions and 155 deletions

View File

@@ -43,7 +43,6 @@ def run_master(args):
engine.initialize_optimizer(optimizer_class, lr=lr)
_ = engine.forward_backward(input_sample)
engine.step()
cuda_rpc_result = []
single_result = []