-
Notifications
You must be signed in to change notification settings - Fork 13.3k
[DO NOT MERGE] start building Enzyme in CI #140064
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: master
Are you sure you want to change the base?
Conversation
@bors try |
[DO NOT MERGE] start building enzyme on x86_64-gnu-llvm-{19|20} builders My goal is to put this in CI on April 26, to have a week to land some of the outstanding PRs: rust-lang#139700 rust-lang#139308 rust-lang#139557 rust-lang#140030 rust-lang#140049 The autodiff flags PR should land first, but otherwise they don't overlap and are mostly ready, so it shouldn't be too hard to land them. In the meantime, I'll experiment here with some builders. r? `@oli-obk` Tracking: - rust-lang#124509 try-job: x86_64-gnu-llvm-19 try-job: x86_64-gnu-llvm-20
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
@bors try @rust-timer queue |
[DO NOT MERGE] start building enzyme on x86_64-gnu-llvm-{19|20} builders My goal is to put this in CI on April 26, to have a week to land some of the outstanding PRs: rust-lang#139700 rust-lang#139308 rust-lang#139557 rust-lang#140030 rust-lang#140049 The autodiff flags PR should land first, but otherwise they don't overlap and are mostly ready, so it shouldn't be too hard to land them. In the meantime, I'll experiment here with some builders. r? `@oli-obk` Tracking: - rust-lang#124509 try-job: dist-x86_64-linux
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 failed - checks-actions |
@jieyouxu I tried running both |
@bors try @rust-timer queue |
This comment has been minimized.
This comment has been minimized.
[DO NOT MERGE] start building enzyme on x86_64-gnu-llvm-{19|20} builders My goal is to put this in CI on April 26, to have a week to land some of the outstanding PRs (removed # in front of it to avoid spamming them every time I do a try build in this PR): 139700 139308 139557 140030 140049 The autodiff flags PR should land first, but otherwise they don't overlap and are mostly ready, so it shouldn't be too hard to land them. In the meantime, I'll experiment here with some builders. r? `@oli-obk` Tracking: - rust-lang#124509 try-job: dist-x86_64-linux
This comment has been minimized.
This comment has been minimized.
☀️ Try build successful - checks-actions |
This comment has been minimized.
This comment has been minimized.
Finished benchmarking commit (e690318): comparison URL. Overall result: ❌ regressions - please read the text belowBenchmarking this pull request likely means that it is perf-sensitive, so we're automatically marking it as not fit for rolling up. While you can manually mark this PR as fit for rollup, we strongly recommend not doing so since this PR may lead to changes in compiler perf. Next Steps: If you can justify the regressions found in this try perf run, please indicate this with @bors rollup=never Instruction countThis is the most reliable metric that we have; it was used to determine the overall result at the top of this comment. However, even this metric can sometimes exhibit noise.
Max RSS (memory usage)Results (primary 0.8%, secondary 1.9%)This is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.
CyclesResults (primary 0.8%, secondary 2.3%)This is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.
Binary sizeThis benchmark run did not return any relevant results for this metric. Bootstrap: 775.102s -> 775.899s (0.10%) |
[DO NOT MERGE] start building enzyme on x86_64-gnu-llvm-{19|20} builders My goal is to put this in CI on April 26, to have a week to land some of the outstanding PRs (removed # in front of it to avoid spamming them every time I do a try build in this PR): 139700 [Ready] 139308 [Ready, blocked on 139700] 140104 [Almost ready] 140030 [Landed] 140049 [Almost ready] The autodiff flags PR should land first, but otherwise they don't overlap and are mostly ready, so it shouldn't be too hard to land them. In the meantime, I'll experiment here with some builders. r? `@oli-obk` Tracking: - rust-lang#124509 succeeded try with plugins & llvm-enzyme enabled: dist-x86_64-linux failed try with plugins & llvm-enzyme enabled: dist-x86_64-apple (rust-lang#140064 (comment)) failed try with plugins & llvm-enzyme enabled: dist-apple-various (rust-lang#140064 (comment)) failed try with plugins & llvm-enzyme enabled: dist-aarch64-apple (rust-lang#140064 (comment)) try-job: dist-aarch64-linux
☀️ Try build successful - checks-actions |
@bors try |
[DO NOT MERGE] start building enzyme on x86_64-gnu-llvm-{19|20} builders My goal is to put this in CI on April 26, to have a week to land some of the outstanding PRs (removed # in front of it to avoid spamming them every time I do a try build in this PR): 139700 [Ready] 139308 [Ready, blocked on 139700] 140104 [Almost ready] 140030 [Landed] 140049 [Almost ready] The autodiff flags PR should land first, but otherwise they don't overlap and are mostly ready, so it shouldn't be too hard to land them. In the meantime, I'll experiment here with some builders. A fix for 140137 (Apple CI) would be nice, but I'm also happy to start with the working x86-64 linux as the most common target, and expand from there. r? `@oli-obk` Tracking: - rust-lang#124509 succeeded try with plugins & llvm-enzyme enabled: dist-x86_64-linux succeeded try with plugins & llvm-enzyme enabled: dist-aarch64-linux failed try with plugins & llvm-enzyme enabled: dist-x86_64-apple (rust-lang#140064 (comment)) failed try with plugins & llvm-enzyme enabled: dist-apple-various (rust-lang#140064 (comment)) failed try with plugins & llvm-enzyme enabled: dist-aarch64-apple (rust-lang#140064 (comment)) try-job: dist-x86_64-mingw
This comment has been minimized.
This comment has been minimized.
💔 Test failed - checks-actions |
I guess linking against LLVM doesn't work here on mingw, but I don't really want to deal with linker issues right now, so I'll postpone windows support. The more relevant MSVC builders wouldn't work due to an Enzyme bug anyway. |
Now testing Enzyme only, without enabling LLVM's plugin interface, since I made it optional in a previous enzyme PR. That might save us a few bytes. |
[DO NOT MERGE] start building enzyme on x86_64-gnu-llvm-{19|20} builders My goal is to put this in CI on April 26, to have a week to land some of the outstanding PRs (removed # in front of it to avoid spamming them every time I do a try build in this PR): 139700 [Ready] 139308 [Ready, blocked on 139700] 140104 [Almost ready] 140030 [Landed] 140049 [Almost ready] The autodiff flags PR should land first, but otherwise they don't overlap and are mostly ready, so it shouldn't be too hard to land them. In the meantime, I'll experiment here with some builders. A fix for 140137 (Apple CI) would be nice, but I'm also happy to start with the working linux (x86-64 + aarch) as the most common target, and expand from there. r? `@oli-obk` Tracking: - 124509 **Linux** succeeded try with plugins & llvm-enzyme enabled: dist-x86_64-linux succeeded try with plugins & llvm-enzyme enabled: dist-aarch64-linux **MacOS** failed try with plugins & llvm-enzyme enabled: dist-x86_64-apple (rust-lang#140064 (comment)) failed try with plugins & llvm-enzyme enabled: dist-apple-various (rust-lang#140064 (comment)) failed try with plugins & llvm-enzyme enabled: dist-aarch64-apple (rust-lang#140064 (comment)) **Windows** failed try with plugins & llvm-enzyme enabled: dist-x86_64-mingw (rust-lang#140064 (comment)) try-job: dist-x86_64-linux try-job: dist-aarch64-linux
☀️ Try build successful - checks-actions |
@bors try |
[DO NOT MERGE] start building Enzyme in CI My goal is to put this in CI on April 26, to have a week to land some of the outstanding PRs (removed # in front of it to avoid spamming them every time I do a try build in this PR): 139700 [Ready] 139308 [Ready, blocked on 139700] 140104 [In the queue] 140030 [Landed] 140049 [Almost ready] The autodiff flags PR should land first, but otherwise they don't overlap and are mostly ready, so it shouldn't be too hard to land them. In the meantime, I'll experiment here with some builders. A fix for 140137 (Apple CI) would be nice, but I'm also happy to start with the working linux (x86-64 + aarch) as the most common target, and expand from there. r? `@oli-obk` Tracking: - 124509 **Linux** succeeded try with plugins & llvm-enzyme enabled: dist-x86_64-linux succeeded try with plugins & llvm-enzyme enabled: dist-aarch64-linux **MacOS** failed try with plugins & llvm-enzyme enabled: dist-x86_64-apple (rust-lang#140064 (comment)) failed try with plugins & llvm-enzyme enabled: dist-apple-various (rust-lang#140064 (comment)) failed try with plugins & llvm-enzyme enabled: dist-aarch64-apple (rust-lang#140064 (comment)) **Windows** failed try with plugins & llvm-enzyme enabled: dist-x86_64-mingw (rust-lang#140064 (comment)) try-job: dist-x86_64-linux try-job: dist-aarch64-linux
@Kobzol out of curiosity, what's the reason to run the same try build twice, do you expect some caching? |
Yes, the build took an hour longer than normally, if it is so long even with caching, then we need to do something about that :) But the bootstrap timings seemed to be similar, so I expect that only the Docker cache was busted, hopefully with caching it will be faster now. |
☀️ Try build successful - checks-actions |
Cached duration looks fine. |
@bors try |
[DO NOT MERGE] start building Enzyme in CI My goal is to put this in CI on April 26, to have a week to land some of the outstanding PRs (removed # in front of it to avoid spamming them every time I do a try build in this PR): 139700 [In the queue] 139308 [Ready, blocked on 139700] 140104 [In the queue] 140030 [Landed] 140049 [Almost ready] The autodiff flags PR should land first, but otherwise they don't overlap and are mostly ready, so it shouldn't be too hard to land them. In the meantime, I'll experiment here with some builders. A fix for 140137 (Apple CI) would be nice, but I'm also happy to start with the working linux (x86-64 + aarch) as the most common target, and expand from there. r? `@oli-obk` Tracking: - 124509 **Linux** succeeded try with plugins and without plugins & with llvm-enzyme enabled: dist-x86_64-linux succeeded try with plugins and without plugins & with llvm-enzyme enabled: dist-aarch64-linux **MacOS** failed try with plugins & llvm-enzyme enabled: dist-x86_64-apple (rust-lang#140064 (comment)) failed try with plugins & llvm-enzyme enabled: dist-apple-various (rust-lang#140064 (comment)) failed try with plugins & llvm-enzyme enabled: dist-aarch64-apple (rust-lang#140064 (comment)) **Windows** failed try with plugins & llvm-enzyme enabled: dist-x86_64-mingw (rust-lang#140064 (comment)) try-job: dist-aarch64-apple
The job Click to see the possible cause of the failure (guessed by this bot)
|
💔 Test failed - checks-actions |
My goal is to put this in CI on April 26, to have a week to land some of the outstanding PRs (removed # in front of it to avoid spamming them every time I do a try build in this PR):
139700 [Landed]
139308 [Ready]
140104 [Landed]
140030 [Landed]
140049 [Almost ready]
140244 [WIP]
The autodiff flags PR should land first, but otherwise they don't overlap and are mostly ready, so it shouldn't be too hard to land them. In the meantime, I'll experiment here with some builders.
A fix for 140137 (Apple CI) would be nice, but I'm also happy to start with the working linux (x86-64 + aarch) as the most common target, and expand from there.
r? @oli-obk
Tracking:
Linux
succeeded try with plugins and without plugins & with llvm-enzyme enabled: dist-x86_64-linux
succeeded try with plugins and without plugins & with llvm-enzyme enabled: dist-aarch64-linux
MacOS
failed try with plugins & llvm-enzyme enabled: dist-x86_64-apple (#140064 (comment))
failed try with plugins & llvm-enzyme enabled: dist-apple-various (#140064 (comment))
failed try with plugins & llvm-enzyme enabled: dist-aarch64-apple (#140064 (comment))
Windows
failed try with plugins & llvm-enzyme enabled: dist-x86_64-mingw (#140064 (comment))
try-job: dist-aarch64-apple