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

Add fixes for narrow_copy and narrow ops #8021

Merged
merged 1 commit into from
Sep 16, 2024

Conversation

matinehAkhlaghinia
Copy link
Contributor

Adds support for nansum, narrow_copy and narrow. This is a partial fix for #7514.

  • nansum: the tests passed by default when I removed it.
  • narrow_copy: the lowering was missing.
  • narrow: this was decomposed to slice and the slice implementation was not wrapping the negative dimensions correctly. Wrapping the dimension fixed the tests.

Copy link
Collaborator

@ManfeiBai ManfeiBai left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, LGTM

@ManfeiBai ManfeiBai merged commit 008004d into pytorch:master Sep 16, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants