-
Notifications
You must be signed in to change notification settings - Fork 3.8k
[Hexagon]Pull and build specific LLVM sha for hexagon docker CI #13199
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
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 |
|
cc @mehrdadh |
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 for this PR. Please address my comments
mehrdadh
left a comment
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, thanks!
Next step is to wait for the docker image to be build and uploaded to the tlcpackstaging. Then you need to send another PR which updated the hexagon docker image tag. That's when it actually uses the docker and run tests inside the new docker
…he#13199) * Pull and build specific LLVM sha for hexagon docker CI * Address comments and add default triple * Build shouldn't need lld for codegen
…he#13199) * Pull and build specific LLVM sha for hexagon docker CI * Address comments and add default triple * Build shouldn't need lld for codegen
#12873 needs an updated LLVM version, as noted in #12966. This PR pulls the most recent llvm patch off of main which should work with the latest tvm.