pytorch
f0710207 - Workaround arm64 gcc error in `std::copysign` (#51900) (#52049)

Commit
3 years ago
Workaround arm64 gcc error in `std::copysign` (#51900) (#52049) Summary: Move definition of copysign template and specialization for bfloat16/half types before first use of copysign in that file Add comment explaining why this is necessary Fixes https://github.com/pytorch/pytorch/issues/51889 Pull Request resolved: https://github.com/pytorch/pytorch/pull/51900 Reviewed By: walterddr Differential Revision: D26321741 Pulled By: malfet fbshipit-source-id: 888858b11d9708fa140fe9c0570cc5a24599205b
Author
Parents
Loading