Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
GitHub Copilot
Write better code with AI
GitHub Spark
New
Build and deploy intelligent apps
GitHub Models
New
Manage and compare prompts
GitHub Advanced Security
Find and fix vulnerabilities
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Discussions
Collaborate outside of code
Code Search
Find more, search less
Explore
Why GitHub
Documentation
GitHub Skills
Blog
Integrations
GitHub Marketplace
MCP Registry
View all features
Solutions
By company size
Enterprises
Small and medium teams
Startups
Nonprofits
By use case
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
By industry
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
Topics
AI
DevOps
Security
Software Development
View all
Explore
Learning Pathways
Events & Webinars
Ebooks & Whitepapers
Customer Stories
Partners
Executive Insights
Open Source
GitHub Sponsors
Fund open source developers
The ReadME Project
GitHub community articles
Repositories
Topics
Trending
Collections
Enterprise
Enterprise platform
AI-powered developer platform
Available add-ons
GitHub Advanced Security
Enterprise-grade security features
Copilot for business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
is:issue state:open label:F-autodiff
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
rust-lang
/
rust
Public
Notifications
You must be signed in to change notification settings
Fork
13.9k
Star
107k
Code
Issues
5k+
Pull requests
877
Actions
Projects
9
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security
Insights
Draft release notes for 1.91
#147010 ·
Mark-Simulacrum
opened
on Sep 25, 2025
19
Issues
Search Issues
is
:
issue
state
:
open
label
:
F-autodiff
is:issue state:open label:F-autodiff
Search
Labels
Milestones
New issue
Search results
Open
Closed
autodiff incorrectly applies fat-lto to proc-macro crate.
C-bug
Category: This is a bug.
Category: This is a bug.
E-easy
Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
F-autodiff
`#![feature(autodiff)]`
`#![feature(autodiff)]`
Status: Open.
#147487
In rust-lang/rust;
·
ZuseZ4
opened
on Oct 8, 2025
Split <code>std::batching</code> out of <code>std::autodiff</code> to enable AoS and SoA vectorization.
A-frontend
Area: Compiler frontend (errors, parsing and HIR)
Area: Compiler frontend (errors, parsing and HIR)
C-enhancement
Category: An issue proposing an enhancement or a PR with one.
Category: An issue proposing an enhancement or a PR with one.
F-autodiff
`#![feature(autodiff)]`
`#![feature(autodiff)]`
F-batching
`#![feature(batching)]`
`#![feature(batching)]`
Status: Open.
Feature Request
#145900
In rust-lang/rust;
·
ZuseZ4
opened
on Aug 26, 2025
Add <code>std::autodiff</code> and Rust to the Enzyme CI
A-CI
Area: Our Github Actions CI
Area: Our Github Actions CI
C-enhancement
Category: An issue proposing an enhancement or a PR with one.
Category: An issue proposing an enhancement or a PR with one.
E-easy
Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
F-autodiff
`#![feature(autodiff)]`
`#![feature(autodiff)]`
Status: Open.
Enhancement
#145899
In rust-lang/rust;
·
ZuseZ4
opened
on Aug 26, 2025
“Enzyme: No forward mode derivative found” when using function that calls autodiff-generated function inside closure
C-bug
Category: This is a bug.
Category: This is a bug.
F-autodiff
`#![feature(autodiff)]`
`#![feature(autodiff)]`
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Relevant to the compiler team, which will review and decide on the PR/issue.
Status: Open.
#143516
In rust-lang/rust;
·
SabrinaJewson
opened
on Jul 6, 2025
Enzyme should be loaded on-demand at runtime
A-LLVM
Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.
Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.
C-enhancement
Category: An issue proposing an enhancement or a PR with one.
Category: An issue proposing an enhancement or a PR with one.
F-autodiff
`#![feature(autodiff)]`
`#![feature(autodiff)]`
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Relevant to the compiler team, which will review and decide on the PR/issue.
T-infra
Relevant to the infrastructure team, which will review and decide on the PR/issue.
Relevant to the infrastructure team, which will review and decide on the PR/issue.
T-libs
Relevant to the library team, which will review and decide on the PR/issue.
Relevant to the library team, which will review and decide on the PR/issue.
Status: Open.
Enhancement
#143295
In rust-lang/rust;
·
workingjubilee
opened
on Jul 1, 2025
Error building rustc on M2 chip MacBook
C-bug
Category: This is a bug.
Category: This is a bug.
F-autodiff
`#![feature(autodiff)]`
`#![feature(autodiff)]`
T-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
Status: Open.
#142349
In rust-lang/rust;
·
TheDeveloper101
opened
on Jun 11, 2025
Fix autodiff builds on Apple CI
A-CI
Area: Our Github Actions CI
Area: Our Github Actions CI
C-bug
Category: This is a bug.
Category: This is a bug.
E-easy
Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
F-autodiff
`#![feature(autodiff)]`
`#![feature(autodiff)]`
O-apple
Operating system: Apple (macOS, iOS, tvOS, visionOS, watchOS)
Operating system: Apple (macOS, iOS, tvOS, visionOS, watchOS)
T-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
Status: Open.
Bug
#140137
In rust-lang/rust;
·
ZuseZ4
opened
on Apr 22, 2025
Build autodiff with download-ci-llvm=true
A-contributor-roadblock
Area: Makes things more difficult for new or seasoned contributors to Rust
Area: Makes things more difficult for new or seasoned contributors to Rust
C-bug
Category: This is a bug.
Category: This is a bug.
F-autodiff
`#![feature(autodiff)]`
`#![feature(autodiff)]`
T-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
Status: Open.
#139779
In rust-lang/rust;
·
ZuseZ4
opened
on Apr 14, 2025
Add error handling for incorrect activities in Forward mode autodiff
C-bug
Category: This is a bug.
Category: This is a bug.
F-autodiff
`#![feature(autodiff)]`
`#![feature(autodiff)]`
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Relevant to the compiler team, which will review and decide on the PR/issue.
Status: Open.
#139590
In rust-lang/rust;
·
vayunbiyani
opened
on Apr 9, 2025
Migrate #[autodiff] and #[rustc_autodiff] to the new attribute parser.
A-attributes
Area: Attributes (`#[…]`, `#![…]`)
Area: Attributes (`#[…]`, `#![…]`)
A-docs
Area: Documentation for any part of the project, including the compiler, standard library, and tools
Area: Documentation for any part of the project, including the compiler, standard library, and tools
C-cleanup
Category: PRs that clean code up or issues documenting cleanup.
Category: PRs that clean code up or issues documenting cleanup.
F-autodiff
`#![feature(autodiff)]`
`#![feature(autodiff)]`
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Relevant to the compiler team, which will review and decide on the PR/issue.
Status: Open.
#137774
In rust-lang/rust;
·
ZuseZ4
opened
on Feb 28, 2025
std::autodiff does not work in dependencies
C-bug
Category: This is a bug.
Category: This is a bug.
F-autodiff
`#![feature(autodiff)]`
`#![feature(autodiff)]`
Status: Open.
#137520
In rust-lang/rust;
·
ZuseZ4
opened
on Feb 24, 2025
Tracking Issue for autodiff
B-experimental
Blocker: In-tree experiment; RFC pending, not yet approved or unneeded (requires FCP to stabilize).
Blocker: In-tree experiment; RFC pending, not yet approved or unneeded (requires FCP to stabilize).
C-tracking-issue
Category: An issue tracking the progress of sth. like the implementation of an RFC
Category: An issue tracking the progress of sth. like the implementation of an RFC
F-autodiff
`#![feature(autodiff)]`
`#![feature(autodiff)]`
T-lang
Relevant to the language team
Relevant to the language team
Status: Open.
#124509
In rust-lang/rust;
·
traviscross
opened
on Apr 29, 2024
You can’t perform that action at this time.