pytorch
e0ff6a21 - Replace `set_output` by `set_output_raw_strided` in the codebase.

Commit
2 years ago
Replace `set_output` by `set_output_raw_strided` in the codebase. Partially fix #69813 This PR replaces every `set_output` call for `set_output_raw_strided`. There were some instances that called the 2 or 3-argument `set_output`. Those were correctly translated to be a 5-argument `set_output_raw_strided`. Pull Request resolved: https://github.com/pytorch/pytorch/pull/76097 Approved by: https://github.com/ezyang
Author
Committer
Parents
Loading