-
Notifications
You must be signed in to change notification settings - Fork 27.4k
[feature request] sparse x dense bmm #5672
Copy link
Copy link
Closed
Labels
featureA request for a proper, new feature.A request for a proper, new feature.high prioritymodule: sparseRelated to torch.sparseRelated to torch.sparseproposal acceptedThe core team has reviewed the feature request and agreed it would be a useful addition to PyTorchThe core team has reviewed the feature request and agreed it would be a useful addition to PyTorchtriagedThis 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
I'm working on a model that requires computing what's currently implemented in torch.bmm, with the difference that the first argument is a batch of sparse matrices rather than dense matrices. Since torch.bmm has nice autodiff and gpu support, it's the closest operation I found in pytorch that fits my current needs and I'm converting my sparse tensors to dense tensors to use it, but it's not optimal and it'd be very useful to have a sparse x dense bmm.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
featureA request for a proper, new feature.A request for a proper, new feature.high prioritymodule: sparseRelated to torch.sparseRelated to torch.sparseproposal acceptedThe core team has reviewed the feature request and agreed it would be a useful addition to PyTorchThe core team has reviewed the feature request and agreed it would be a useful addition to PyTorchtriagedThis 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