-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
[CI] Update ci_cpu image and build with llvm-15 #14466
Conversation
Thanks for contributing to TVM! Please refer to the contributing guidelines https://tvm.apache.org/docs/contribute/ for useful information and tips. Please request code reviews from Reviewers by @-ing them in a comment. Generated by tvm-bot |
Thanks @multiverstack-intellif, it seems the correct |
@tvm-bot rerun |
The error is pretty repeatable in CI which maybe indicates that something is wrong with the new image, it might be worthwhile to see if this replicates locally to determine if it's an issue with the CI machines or the image. I'm not too sure about the particular error though, maybe updating sccache to 0.4.1 (the latest release) would help? |
Thanks for the suggestions @driazati, I tested this locally and can confirm the issue. I've bisected the failure to between:
Note the difference in sccache version. I wasn't able to get any further before the holidays (back on the 11th Apr), perhaps we can pin to v0.3.3 for now? |
Pinning to 3.3 sounds fine with me |
cf25fd8
to
db46139
Compare
A test case seems need modification, llvm-15 emits |
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.
LGTM!
Update docker image tag as a follow up step for #14303.
cc @Hzfengsy @wrongtest-intellif @elvin-n