-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
[BACKEND] Update LLVM version to https://github.com/llvm/llvm-project/commit/1115dee248e68a155001ac3712a189299d104863 #4537
Conversation
khasanovaa
commented
Aug 19, 2024
•
edited
Loading
edited
- Updated llvm version up to 1115dee248e68a155001ac3712a189299d104863
- Included fixes that are required to the codebase to correspond the new version
- Fixed naming and version of gcc package
…ng#4374) Update LLVM version to llvm/llvm-project@dd7d81e
…ng#4410) Included the use of the non-deprecated version of createMCObjectStreamer (needed after llvm/llvm-project@f1422a8).
There seems to be a bug in the llvm build CI at the moment where it can't find one of the deb files it's using: https://github.com/triton-lang/triton/actions/runs/10453943282/job/29066198718 Processing triggers for libc-bin (2.31-0ubuntu9.16) ... Looking at http://ftp.de.debian.org/debian/pool/main/g/gcc-defaults/, it indeed seems to have omitted 13 altogether. It looks like triton hasn't updated that path in at least 6 months ( triton/.github/workflows/llvm-build.yml Line 162 in 1c14382
|
yeah not sure why this disappeared but updating should be fine |
We updated gcc but I think the next issue has to be fixed manually by openai, seems to be an issue with the azure login, I've gotten it 3x now:
|
in which PR do you see this error? Here I only see the previous error |
Triggering the LLVM Build on llvm-build branch: https://github.com/triton-lang/triton/actions/runs/10503808847 |
it's fixed! |
…ich exists in gcc-defaults.
028550f
to
15527a8
Compare
This should be ready now, sorry for all the changes :) |
Awesome, thanks @vwbaker!! If you don't mind I'll merge it tomorrow as I am working on stabilizing some infra on my side today. |
…ng#4537) 1. Updated llvm version up to 1115dee248e68a155001ac3712a189299d104863 2. Included fixes that are required to the codebase to correspond the new version 3. Fixed naming and version of gcc package --------- Co-authored-by: Tori Baker <vwbaker@google.com> Co-authored-by: Goran Flegar <gflegar@google.com> Co-authored-by: Florian Reichl <63750742+reichlfl@users.noreply.github.com> Co-authored-by: Pablo Zimmermann <karupayun@google.com> Co-authored-by: Christian Sigg <chsigg@users.noreply.github.com>