pytorch
3d10e748 - [Reland] Initial version of Dynamo capture for HigherOrderOperator (#100544)

Commit
2 years ago
[Reland] Initial version of Dynamo capture for HigherOrderOperator (#100544) Original PR #99988 The problem was that we added `wrap` to torch._ops which actually puts it on `torch.ops.wrap` which is a namespace that can be open-registered to. The fix is that we now shove `wrap` into a new file Pull Request resolved: https://github.com/pytorch/pytorch/pull/100544 Approved by: https://github.com/voznesenskym
Author
Committer
Parents
Loading