Files
pytorch/torch/csrc/dynamo
Aaron Gokaslan 0db3b1eee4 [BE]: Mark more hash impls as noexcept for efficiency (#171388)
Mark hashes as noexcept allow them to be recomputed as needed by STL container objects allowing them to use more efficient implementations. Most of these have very simple hash implementation or cache their hash values anyway

Pull Request resolved: https://github.com/pytorch/pytorch/pull/171388
Approved by: https://github.com/Lucaskabela, https://github.com/drisspg
2025-12-30 03:18:13 +00:00
..