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

update pin #8677

Merged
merged 8 commits into from
Feb 13, 2025
Merged

update pin #8677

merged 8 commits into from
Feb 13, 2025

Conversation

lsy323
Copy link
Collaborator

@lsy323 lsy323 commented Feb 4, 2025

Update XLA pin

  • This xla pin doesn't compile with gcc-10 in the current CI setup, introduce a openxla patch to make it work with gcc-10

This PR will unblock #8665 by introducing openxla/xla@e0f9930 to PyTorch/XLA

@miladm
Copy link
Collaborator

miladm commented Feb 11, 2025

@lsy323 can you plz add a description?

@lsy323 lsy323 force-pushed the lsiyuan/pin-update branch from 875e8b8 to 656d589 Compare February 11, 2025 19:16
test/test_core_aten_ops.py Outdated Show resolved Hide resolved
@lsy323 lsy323 requested a review from ManfeiBai February 12, 2025 22:31
@lsy323 lsy323 enabled auto-merge (squash) February 13, 2025 07:26
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(); };
Copy link
Collaborator

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?

Copy link
Collaborator Author

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"
Copy link
Collaborator

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?

Copy link
Collaborator Author

@lsy323 lsy323 Feb 13, 2025

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.

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!

@lsy323 lsy323 merged commit 6f423d0 into master Feb 13, 2025
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants