Put manual calls of Enzyme intrinsics behind a feature gate - #162122
Merged
Merged
Conversation
bjorn3
reviewed
Sep 2, 2026
bjorn3
reviewed
Sep 2, 2026
malezjaa
force-pushed
the
gate-enzyme-intrinsics
branch
from
September 2, 2026 15:59
f577223 to
78e4b04
Compare
bjorn3
reviewed
Sep 9, 2026
malezjaa
force-pushed
the
gate-enzyme-intrinsics
branch
from
September 9, 2026 20:26
78e4b04 to
4a17c03
Compare
Contributor
Author
|
@rustbot ready |
Member
|
@bors r+ |
Contributor
Zalathar
added a commit
to Zalathar/rust
that referenced
this pull request
Sep 10, 2026
…=bjorn3 Put manual calls of Enzyme intrinsics behind a feature gate r? bjorn3 fixes rust-lang#161820 I created the internal feature gate without a tracking issue. `autodiff` didn’t seem like it was the right one.
rust-bors Bot
pushed a commit
that referenced
this pull request
Sep 10, 2026
Rollup of 5 pull requests Successful merges: - #158191 (Suggest installing `rust-src` when standard library source is unavailable) - #162122 (Put manual calls of Enzyme intrinsics behind a feature gate) - #162553 (Revert "Skip rustc book on i686") - #162562 (Add regression test for higher-ranked fn pointer trait impl mismatch errors) - #162518 (Add a revision for previously fixed solver issue)
This comment has been minimized.
This comment has been minimized.
rust-bors Bot
pushed a commit
that referenced
this pull request
Sep 10, 2026
Put manual calls of Enzyme intrinsics behind a feature gate r? bjorn3 fixes #161820 I created the internal feature gate without a tracking issue. `autodiff` didn’t seem like it was the right one.
Contributor
|
💔 Test for 54f89ba failed: CI. Failed job:
|
Member
|
CI failure looks bogus. @bors retry |
Contributor
|
⌛ Testing commit 4a17c03 with merge f228cff... Workflow: https://github.com/rust-lang/rust/actions/runs/34435193766 |
rust-bors Bot
pushed a commit
that referenced
this pull request
Sep 10, 2026
Put manual calls of Enzyme intrinsics behind a feature gate r? bjorn3 fixes #161820 I created the internal feature gate without a tracking issue. `autodiff` didn’t seem like it was the right one.
Member
|
@bors yield (to enclosing rollup) |
Contributor
|
Auto build was cancelled. Cancelled workflows: The next pull request likely to be tested is #162574. |
rust-bors Bot
pushed a commit
that referenced
this pull request
Sep 10, 2026
Rollup of 4 pull requests Successful merges: - #162122 (Put manual calls of Enzyme intrinsics behind a feature gate) - #162553 (Revert "Skip rustc book on i686") - #162562 (Add regression test for higher-ranked fn pointer trait impl mismatch errors) - #162518 (Add a revision for previously fixed solver issue)
Collaborator
|
A job failed! Check out the build log: (web) (plain enhanced) (plain) Click to see the possible cause of the failure (guessed by this bot) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
r? bjorn3
fixes #161820
I created the internal feature gate without a tracking issue.
autodiffdidn’t seem like it was the right one.