-
Notifications
You must be signed in to change notification settings - Fork 498
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
update pin #8677
update pin #8677
Conversation
@lsy323 can you plz add a description? |
875e8b8
to
656d589
Compare
Eigen::Index end = std::min(start + task_size, feature_group_count); | ||
for (Eigen::Index i = start; i < end; ++i) { | ||
- auto on_done = [count_down]() mutable { count_down.CountDown(); }; | ||
+ // auto on_done = [count_down]() mutable { count_down.CountDown(); }; |
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.
do we still want to keep this comment or add TODO for notice will bring it back in the future?
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.
As mentioned in PR description, once we have a newer compiler the patch can go away.
@@ -332,9 +332,6 @@ def run(self): | |||
'tpu': [ | |||
f'libtpu=={_libtpu_version}', | |||
'tpu-info', | |||
# This special version removes `libtpu.so` from any `libtpu-nightly` installations, | |||
# since we have migrated to using the `libtpu.so` from the `libtpu` package. | |||
"libtpu-nightly==0.1.dev20241010+nightly.cleanup" |
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.
cool, so we don't need libtpu-nightly wheel installed too from now?
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.
The date is very outdated, so I don't think we need it anymore.
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.
Thanks!
Update XLA pin
This PR will unblock #8665 by introducing openxla/xla@e0f9930 to PyTorch/XLA