-
Notifications
You must be signed in to change notification settings - Fork 27.7k
Support concat alias to cat #61767
Copy link
Copy link
Closed
Labels
module: python array apiIssues related to the Python Array APIIssues related to the Python Array APItriagedThis 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
Metadata
Metadata
Assignees
Labels
module: python array apiIssues related to the Python Array APIIssues related to the Python Array APItriagedThis 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
🚀 Feature
Support
torch.concat.Motivation & Pitch
Python Array API proposes the use of
concatamong other manipulation functions. Currently, PyTorch supports the same functionality withtorch.cat. As listed in #58742, it would be nice to add an aliasconcattocatmaking it compliant with Array API.Additional context
cc @mruberry @rgommers @pmeier @asmeurer @leofang @AnirudhDagar @asi1024 @emcastillo @kmaehashi @heitorschueroff