-
Notifications
You must be signed in to change notification settings - Fork 561
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
base: master
Are you sure you want to change the base?
Conversation
return at::native::call_fallback_fn<&xla_cpu_fallback, | ||
ATEN_OP(nonzero)>::call(self); | ||
} | ||
/* |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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
.
Rebased version of issue #3558.
Blockers
test_torch.test_logcumsumexp_xla
fails inexpand.SymInt
tests #3707