-
### Description
I've assigned preliminary priorities for the issues, but this should be revisited.
## High priority:
- [ ] #54214
**Note:** FIXME(TF-977): Fix incorrect derivative for arr…
-
Automatic differentiation would be useful so we don't have to implement linearizations or Jacobians of complicated analytic functions. Examples where autodiff would help:
- Jacobians and Hessians o…
-
So here are some notes on the implementation of Autodiff for embedded triangulations. A similar discussion on this can be found in [here](https://arxiv.org/pdf/2303.13672).
## Overview of the probl…
-
I'm trying to integrate autodiff with a linear algebra library other than Eigen, specifically Blaze: https://bitbucket.org/blaze-lib/blaze. Do you have a tutorial or documentation describing the steps…
-
output of `rustc +enzyme --version --verbose`:
rustc 1.84.0-nightly (1203575c6 2024-10-30)
binary: rustc
commit-hash: 1203575c627a2e96bc3543145526b5091a58be65
commit-date: 2024-10-30
host: x86_64-unk…
-
We currently default to finite differencing of the Jacobian due to it being much faster, see #1832. Autodiff generally should be more accurate and a bit faster, so perhaps there is some place we need …
visr updated
2 months ago
-
Running this script:
[https://github.com/glwagner/Enzymanigans.jl/blob/main/dynamical_core/autodiff_double_gyre.jl](url)
with loose type analysis produces the attached error. I am using the latest m…
-
## Feature request
It would be great if Numba supported automatic differentiation. Maybe using [Enzyme](https://github.com/EnzymeAD/Enzyme) would be the easiest way as it operates directly on th…
-
This is a tracking issue for the automatic differentiation experiment ("autodiff").
The feature gate for the issue will be `#![feature(autodiff)]`.
### About tracking issues
Tracking issues are use…
-
This output is generated by
`slang-test -bindir %BINDIR% -category full -api wgpu tests/autodiff/custom-intrinsic.slang`
...
error: ERROR:
EXPECTED{{{
result code = 0
stand…