pytorch
72d0863a - [BE] Fix TORCH_WARN_ONCE (#95559) (#95822)

Commit
2 years ago
[BE] Fix TORCH_WARN_ONCE (#95559) (#95822) It does not take a condition as first argument, unlike `TORCH_CHECK` Test plan, run: ` python3 -c "import torch;print(torch.arange(1., 10.,device='mps').view(3, 3).trace())"` and observe no warning Pull Request resolved: https://github.com/pytorch/pytorch/pull/95559 Approved by: https://github.com/Skylion007 (cherry picked from commit 9bca9df42b5898e45e2a80e03a4a4ba9a6fe654a)
Author
Parents
Loading