Skip to content

Commit

Permalink
Add nigthly CI section.
Browse files Browse the repository at this point in the history
  • Loading branch information
ysiraichi committed Sep 26, 2024
1 parent 647510f commit b4c3f70
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/torchbench.md
Original file line number Diff line number Diff line change
Expand Up @@ -505,6 +505,15 @@ open an issue.
Our benchmarking scripts allow for the specification of XLA (actual compiler) flags by
passing `--xla-flags=<actual-flags-list>`. By default, we run without any specific flags.

## Nightly CI

Every night, we run Torchbench as described in this document in our Nightly
CI. Specifically, we run the following configurations for inference and training, using
the default for the options not mentioned:

- on TPU: dynamo and non-dynamo
- on GPU: eager, inductor, dynamo, and non-dynamo


[1]: https://github.com/pytorch/benchmark
[2]: https://github.com/pytorch/pytorch/blob/main/benchmarks/dynamo/torchbench.py
Expand Down

0 comments on commit b4c3f70

Please sign in to comment.