Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Initialize variable for all codepaths in dynamo benchmarks (pytorch#1…
…16260) Sometimes, the first statement that sets this variable in the try block fails due to out of memory issues and the finally block tries to delete this variable, but it was not written to in the first place. Pull Request resolved: pytorch#116260 Approved by: https://github.com/lezcano
- Loading branch information