-
-
Notifications
You must be signed in to change notification settings - Fork 14.1k
Offload bootstrap #148671
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
base: main
Are you sure you want to change the base?
Offload bootstrap #148671
Conversation
|
This PR changes how LLVM is built. Consider updating src/bootstrap/download-ci-llvm-stamp. |
|
@bors2 try @rust-timer queue (@Kobzol feel free to change if you want to see something else). |
|
Awaiting bors try build completion. @rustbot label: +S-waiting-on-perf |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
|
💔 Test for 7069335 failed: CI. Failed jobs:
|
This comment has been minimized.
This comment has been minimized.
|
@bors2 try @rust-timer queue |
|
Awaiting bors try build completion. @rustbot label: +S-waiting-on-perf |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
|
💔 Test for 31000c9 failed: CI. Failed jobs:
|
|
@bors2 try @rust-timer queue |
|
Awaiting bors try build completion. @rustbot label: +S-waiting-on-perf |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
|
💔 Test for de7bdfa failed: CI. Failed jobs:
|
|
@bors2 try @rust-timer queue |
|
Awaiting bors try build completion. @rustbot label: +S-waiting-on-perf |
This comment has been minimized.
This comment has been minimized.
|
This pull request is already queued and waiting for a try build to finish. |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
|
💔 Test for 791fabf failed: CI. Failed jobs:
|
This comment has been minimized.
This comment has been minimized.
|
Almost, openmp builds and offload only fails at the end, likely because defaulting to include dirs from the external (older) clang, while building the newer in-tree LLVM. |
|
@bors2 try @rust-timer queue |
|
This pull request is already queued and waiting for a try build to finish. |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
|
💔 Test for d540736 failed: CI. Failed jobs:
|
|
@Kobzol I got it to work:
I think that's a very reasonable tradeoff for having GPU support in nightly? Just PGO fails, presumably because I added a new step (?) So apparently rerunning doesn't fix the profile mismatch. |
|
In the absence of better ideas, I'll do the same thing over and expect a different result. |
|
This pull request is already queued and waiting for a try build to finish. |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
|
💔 Test for a6e0c0e failed: CI. Failed jobs:
|
|
@bors2 try @rust-timer queue |
|
This pull request is already queued and waiting for a try build to finish. |
This comment has been minimized.
This comment has been minimized.
|
The job Click to see the possible cause of the failure (guessed by this bot) |
|
💔 Test for bec514a failed: CI. Failed jobs:
|
|
The job Click to see the possible cause of the failure (guessed by this bot) |
The recommended way to build the offload project changed.
While already at it, testing how much overhead we get from building (or shipping) the two runtimes.
r? @Kobzol