Skip to content

Dynamic expand with SymInt implementation #3702

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

Draft
wants to merge 7 commits into
base: master
Choose a base branch
from
Draft

Conversation

miladm
Copy link
Collaborator

@miladm miladm commented Jul 12, 2022

return at::native::call_fallback_fn<&xla_cpu_fallback,
ATEN_OP(nonzero)>::call(self);
}
/*
Copy link
Collaborator Author

@miladm miladm Jul 14, 2022

Choose a reason for hiding this comment

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

To avoid breaking pt/xla for users without dynamic shape needs, I plan to uncomment this block after getting LGTM from reviewers. We continue to rely on the experimental flags for a little longer.

We should discuss the process to remove this code soon.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Will looking adopting a temp approach like LTC_ENABLE_DYNAMIC_SHAPES.

@miladm miladm self-assigned this Jul 28, 2022
@miladm miladm added the dynamism Dynamic Shape Features label Jul 28, 2022
@miladm miladm marked this pull request as draft July 28, 2022 03:07
@miladm miladm added DO_NOT_MERGE Not for merging. DO_NOT_MERGE_YET and removed DO_NOT_MERGE Not for merging. labels Aug 3, 2022
@ysiraichi ysiraichi added DO_NOT_MERGE Not for merging. and removed DO_NOT_MERGE_YET labels Mar 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
DO_NOT_MERGE Not for merging. dynamism Dynamic Shape Features
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants