-
Notifications
You must be signed in to change notification settings - Fork 69
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add disclaimer on conformer pytorch workload
- Loading branch information
1 parent
07c1d10
commit 2c85991
Showing
2 changed files
with
17 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
# Change log | ||
|
||
# TODO: algorithmic-efficiency 0.1.0 | ||
# TODO: algorithmic-efficiency 0.1.0 | ||
First release of AlgoPerf benchmarking code. | ||
Disclaimer: The Conformer Pytorch workload has memory fragmentation issue after upgrading to | ||
Pytorch 2.0.1. To circumvent this issues we have tuned the pytorch memory allocation configuration, | ||
which slows down the workload by a factor of 2x. For submitters, this means that the Conformer Pytorch | ||
submission times will be about 2x compared to an identical jax submissions. | ||
Tracking issue here: see issue/497(https://github.com/mlcommons/algorithmic-efficiency/issues/497). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters