Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support S32 index operations for copy and fill #8463

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

rpsilva-aws
Copy link
Contributor

Follow-up to pytorch/pytorch#142160. This extends the INT32 flexibility for the remaining index ops, namely index_fill and index_copy. This is a requirement to natively accommodate users who require using INT32 for large number of indices.

@rpsilva-aws
Copy link
Contributor Author

e.g. C++ exception with description "index_fill_(): Expected dtype int64 for index.

@rpsilva-aws
Copy link
Contributor Author

rpsilva-aws commented Dec 6, 2024

cc: @miladm @ManfeiBai @tengyifei, dependency on pytorch/pytorch#142160.

@rpsilva-aws
Copy link
Contributor Author

The build currently fails due to pytorch/pytorch#142160. This is blocked until that is merged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant