-
Notifications
You must be signed in to change notification settings - Fork 12.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
move enzyme flags from general cargo to rustc-specific cargo #130648
Conversation
Signed-off-by: onur-ozkan <[email protected]>
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. |
@bors r+ |
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. |
move enzyme flags from general cargo to rustc-specific cargo Resolves rust-lang#130637.
move enzyme flags from general cargo to rustc-specific cargo Resolves rust-lang#130637.
We usually rollup PRs unless they are explicitly tagged with rollup=never/iffy. |
…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
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.
Resolves #130637.
Tracking: