-
Notifications
You must be signed in to change notification settings - Fork 608
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
Bump python to 3.9 and tf-nightly to 2.15.0.dev20230824 #14810
Conversation
Abbreviated Benchmark Summary@ commit 657833a06609d262e8d15e2a2f4c05627978dde5 (no previous benchmark results to compare) Raw Latencies
[Top 3 out of 261 results showed] No improved or regressed compilation metrics 🏖️ For more information: |
@@ -1,2 +1,4 @@ | |||
# REQUIRES: llvmcpu | |||
# RUN: %PYTHON -m iree_tfl_tests.mobilenet_v3-large_uint8_test --target_backend=llvmcpu --artifacts_dir=%t | |||
# TODO(#14775): Enable the test. |
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.
Should we file a different issue for this failure? Since the PR marks #14775 as fixed, we might lose track of the test being disabled.
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.
Yes, we should. This is mainly for testing. I will file an issue for this. There is a correctness issue.
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.
hmm... it seems to be an outstanding failure. The first occurrence was on tf-nightly==2.15.0.dev20230803
and iree-samples daily regression tests have been failing since https://github.com/iree-org/iree-samples/actions/runs/5752383899.
https://github.com/iree-org/iree-samples/actions/workflows/regression_tests.yml?page=2
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.
Issue #14830 filed
@pzread @ScottTodd @stellaraccident please take a look if it is okay to bump python version to 3.9. This is required by tf-nightly package: https://pypi.org/project/tf-nightly/ |
We have a few other parts of the project that refer to Python 3.8 that we could update, e.g. https://github.com/openxla/iree/blob/85a5425cc8c0b5c4c1db2aa1e242df604bf340ff/compiler/setup.py#L426 I think that can happen in a future cleanup PR though. |
If it were me, I would bump to 3.11 or 3.10. I see no value in the old versions for where we are. But if you are doing the work, I'm not going to push back. |
I mainly wanna re-enable benchmark suites because I need them to evaluate some of patches, so I just picked a working version. I'm not going to touch this part. Feel free to bump it to 3.10 or 3.11 if it is better. |
if we want to bump to 3.10 or 3.11, the base docker needs to be bumped from ubuntu 20.04 to ubuntu 22.04 -- the highest python 3 for ubuntu 20.04 is 3.9 https://packages.ubuntu.com/search?keywords=python3.9 |
The python minimum support was bumped to 3.9 in iree-org#14810
Fixes #14775