Support concat
alias to cat
#61767
8000
Labels
module: python array api
Issues related to the Python Array API
triaged
This issue has been looked at a team member, and triaged and prioritized into an appropriate module
Uh oh!
There was an error while loading. Please reload this page.
🚀 Feature
Support
torch.concat
.Motivation & Pitch
Python Array API proposes the use of
concat
among other manipulation functions. Currently, PyTorch supports the same functionality withtorch.cat
. As listed in #58742, it would be nice to add an aliasconcat
tocat
making it compliant with Array API.Additional context
cc @mruberry @rgommers @pmeier @asmeurer @leofang @AnirudhDagar @asi1024 @emcastillo @kmaehashi @heitorschueroff
The text was updated successfully, but these errors were encountered: