-
Notifications
You must be signed in to change notification settings - Fork 25.5k
Open
Labels
module: functorchPertaining to torch.func or pytorch/functorchPertaining to torch.func or pytorch/functorchmodule: vmaptopic: performancetopic categorytopic categorytriagedThis 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
🚀 The feature, motivation and pitch
I got a warning suggesting me to post an issue here:
UserWarning: There is a performance drop because we have not yet implemented the ba
tching rule for aten::affine_grid_generator. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at C:\cb\pytorch_1000000000000\work\aten\src\ATen\functorch\BatchedFallback.cpp:85.)
return torch.affine_grid_generator(theta, size, align_corners)
I am using torch.vmap
with affine_grid
.
Alternatives
No response
Additional context
No response
Metadata
Metadata
Assignees
Labels
module: functorchPertaining to torch.func or pytorch/functorchPertaining to torch.func or pytorch/functorchmodule: vmaptopic: performancetopic categorytopic categorytriagedThis 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