Commit Graph

6 Commits

Author SHA1 Message Date
Peter Bell
cadb566bbc [RELAND] [ATen] Update pre-compiled header (#108149)
Pull Request resolved: https://github.com/pytorch/pytorch/pull/108149
Approved by: https://github.com/albanD
2023-09-20 20:38:30 +00:00
PyTorch MergeBot
8caa89917b Revert "[ATen] Update pre-compiled header (#106915)"
This reverts commit c68d0a7042.

Reverted https://github.com/pytorch/pytorch/pull/106915 on behalf of https://github.com/osalpekar due to Unfortunately there is still a breaking Metal job due to the bottom PR. @kit1980 will help fix this and get this merged ([comment](https://github.com/pytorch/pytorch/pull/106915#issuecomment-1696530828))
2023-08-28 22:51:19 +00:00
Peter Bell
c68d0a7042 [ATen] Update pre-compiled header (#106915)
Pull Request resolved: https://github.com/pytorch/pytorch/pull/106915
Approved by: https://github.com/lezcano
ghstack dependencies: #106914
2023-08-25 18:24:05 +00:00
PyTorch MergeBot
e573abec12 Revert "[ATen] Update pre-compiled header (#106915)"
This reverts commit 4f3284e3ed.

Reverted https://github.com/pytorch/pytorch/pull/106915 on behalf of https://github.com/ZainRizvi due to reverting the full stack. I missed that the iostream pr was stacked under this one and it's builds are also failing internally ([comment](https://github.com/pytorch/pytorch/pull/106915#issuecomment-1689087860))
2023-08-23 00:25:31 +00:00
Peter Bell
4f3284e3ed [ATen] Update pre-compiled header (#106915)
Pull Request resolved: https://github.com/pytorch/pytorch/pull/106915
Approved by: https://github.com/lezcano
ghstack dependencies: #106914
2023-08-19 20:21:58 +00:00
jjsjann123
9e86796fe3 simple c10 implementation for std::call_once (#78051)
A long standing bug on std::call_once: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66146
It could hang during re-entry after an exception handling.

Added a c10 implementation yielding a bulky mutex. Not the most efficient thing but at least it shouldn't hang.
Pull Request resolved: https://github.com/pytorch/pytorch/pull/78051
Approved by: https://github.com/albanD
2022-06-28 15:47:03 +00:00