Skip to content

Revert of #3822 "Revert "implementing sym_numel_custom"" #3826

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

Merged
merged 2 commits into from
Aug 4, 2022

Conversation

Krovatkin
Copy link
Contributor

@Krovatkin Krovatkin commented Aug 4, 2022

Fixed the issue in the pytorch PR.

@Krovatkin Krovatkin requested a review from miladm August 4, 2022 05:23
@Krovatkin Krovatkin requested a review from wonjoolee95 August 4, 2022 15:52
@Krovatkin Krovatkin changed the title Krovatkin/numel2 Revert of #3822 "Revert "implementing sym_numel_custom"" Aug 4, 2022
@@ -35,6 +35,7 @@ class XLATensorImpl : public c10::TensorImpl {
at::IntArrayRef sizes_custom() const override;
c10::SymIntArrayRef sym_sizes() const override;
c10::SymIntArrayRef sym_sizes_custom() const override;
c10::SymInt sym_numel_custom() const override;
Copy link
Collaborator

Choose a reason for hiding this comment

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

seems to be breaking build. do you need the override here?

@miladm miladm added the dynamism Dynamic Shape Features label Aug 4, 2022
@miladm miladm added this to the Dynamic Shape milestone Aug 4, 2022
@Krovatkin Krovatkin requested a review from miladm August 4, 2022 18:53
Copy link
Collaborator

@miladm miladm left a comment

Choose a reason for hiding this comment

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

LGTM. Thanks @Krovatkin - pending pin removal and test passing.

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

Successfully merging this pull request may close these issues.

2 participants