Files
pytorch/docs
Nichols A. Romero c0a39ad35a [ROCm] Fix TunableOp UTs: Rotating Buffer (#143172)
TunableOp's rotating buffer feature cannot be properly tested because the environment variable that controls this feature is sticky. A Python API is introduced to modify this value.

Additional items in this PR:
* UT for rotating buffer API
* Clean up UTs that were setting the rotating buffer via the environment variable
* Align behavior of environment variable and Python API when a negative value (< 0) is set.
* Update documentation.

Pull Request resolved: https://github.com/pytorch/pytorch/pull/143172
Approved by: https://github.com/jeffdaily
2024-12-14 06:18:11 +00:00
..
2024-10-22 21:00:58 +00:00
2019-10-08 12:18:30 -07:00
2020-05-21 13:03:55 -07:00
2024-11-26 21:56:54 +00:00

Please see the Writing documentation section of CONTRIBUTING.md for details on both writing and building the docs.