[BACKEND] Fix dependency analysis in pipeline (#946)

This commit is contained in:
Keren Zhou
2022-12-06 09:08:55 -08:00
committed by GitHub
parent 9490252261
commit 16e973edf2
2 changed files with 20 additions and 12 deletions

View File

@@ -257,5 +257,5 @@ def bench_layer_norm(M, N, dtype, provider, mode='backward', eps=1e-5, device='c
grad_to_none=[x], rep=500)
return gbps(ms), gbps(max_ms), gbps(min_ms)
# test_layer_norm(1151, 8192, torch.float16)
bench_layer_norm.run(save_path='.', print_data=True)