Skip to content
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

move enzyme flags from general cargo to rustc-specific cargo #130648

Merged
merged 1 commit into from
Sep 22, 2024

Conversation

onur-ozkan
Copy link
Member

@onur-ozkan onur-ozkan commented Sep 21, 2024

@rustbot
Copy link
Collaborator

rustbot commented Sep 21, 2024

r? @Kobzol

rustbot has assigned @Kobzol.
They will have a look at your PR within the next two weeks and either review your PR or reassign to another reviewer.

Use r? to explicitly pick a reviewer

@rustbot rustbot added S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap) labels Sep 21, 2024
@ZuseZ4
Copy link
Contributor

ZuseZ4 commented Sep 21, 2024

I can confirm that cherry-picking this pr (and a minor fix due to being 2 weeks behind) worked for the full rustc-ad fork, I could run all of our (not yet upstreamed) tests: https://github.com/rust-lang/rust/pull/130648/files, so it would be great if this gets approved, since it will enable running enzyme in the compiler explorer.

@Kobzol
Copy link
Contributor

Kobzol commented Sep 21, 2024

@bors r+

@bors
Copy link
Contributor

bors commented Sep 21, 2024

📌 Commit f23d0b9 has been approved by Kobzol

It is now in the queue for this repository.

@bors bors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Sep 21, 2024
@ZuseZ4
Copy link
Contributor

ZuseZ4 commented Sep 21, 2024

We don't (currently) build Enzyme/autodiff by default, so I think this could just be rollup=allways, since it won't affect the CI builds.

workingjubilee added a commit to workingjubilee/rustc that referenced this pull request Sep 22, 2024
move enzyme flags from general cargo to rustc-specific cargo

Resolves rust-lang#130637.
workingjubilee added a commit to workingjubilee/rustc that referenced this pull request Sep 22, 2024
move enzyme flags from general cargo to rustc-specific cargo

Resolves rust-lang#130637.
@onur-ozkan
Copy link
Member Author

We don't (currently) build Enzyme/autodiff by default, so I think this could just be rollup=allways, since it won't affect the CI builds.

We usually rollup PRs unless they are explicitly tagged with rollup=never/iffy.

bors added a commit to rust-lang-ci/rust that referenced this pull request Sep 22, 2024
…kingjubilee

Rollup of 5 pull requests

Successful merges:

 - rust-lang#130648 (move enzyme flags from general cargo to rustc-specific cargo)
 - rust-lang#130650 (Fixup Apple target's description strings)
 - rust-lang#130664 (Generate line numbers for non-rust code examples as well)
 - rust-lang#130665 (Prevent Deduplication of `LongRunningWarn`)
 - rust-lang#130669 (tests: Test that `extern "C" fn` ptrs lint on slices)

r? `@ghost`
`@rustbot` modify labels: rollup
@bors bors merged commit 959f33a into rust-lang:master Sep 22, 2024
6 checks passed
@rustbot rustbot added this to the 1.83.0 milestone Sep 22, 2024
@bors
Copy link
Contributor

bors commented Sep 22, 2024

⌛ Testing commit f23d0b9 with merge 80aa6fa...

rust-timer added a commit to rust-lang-ci/rust that referenced this pull request Sep 22, 2024
Rollup merge of rust-lang#130648 - onur-ozkan:enzyme-linking, r=Kobzol

move enzyme flags from general cargo to rustc-specific cargo

Resolves rust-lang#130637.
@onur-ozkan onur-ozkan deleted the enzyme-linking branch September 22, 2024 15:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

tool builds with Enzyme/autodiff fails
5 participants