Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[pt2] Add meta for poisson (pytorch#134103)
Because aten.poisson doesn't have meta function registered, there is one additional eager execution of this op during compilation phase of torch.compile. There are more ops without meta registration. Is there any reason for it? Pull Request resolved: pytorch#134103 Approved by: https://github.com/ezyang
- Loading branch information