-
Notifications
You must be signed in to change notification settings - Fork 24.7k
Open
Labels
featureA request for a proper, new feature.A request for a proper, new feature.module: testsIssues related to tests (not the torch.testing module)Issues related to tests (not the torch.testing module)module: torchbindoncall: pt2triagedThis issue has been looked at a team member, and triaged and prioritized into an appropriate moduleThis issue has been looked at a team member, and triaged and prioritized into an appropriate module
Description
(when TorchBind custom classes work with PT2). There are a number of assumptions that we should check:
- these ops don't support autograd
- we don't end up putting a Tensor inside of a custom class object and then mutating it.
- the abstract impls match eager mode
cc @mruberry @ZainRizvi @ezyang @chauhang @penguinwu @msaroufim @bdhirsh @anijain2305
Metadata
Metadata
Assignees
Labels
featureA request for a proper, new feature.A request for a proper, new feature.module: testsIssues related to tests (not the torch.testing module)Issues related to tests (not the torch.testing module)module: torchbindoncall: pt2triagedThis issue has been looked at a team member, and triaged and prioritized into an appropriate moduleThis issue has been looked at a team member, and triaged and prioritized into an appropriate module