-
Forward-over-reverse may result in a `MethodError` that seems to indicate that `typetree` is receiving an instance where it expects a type. In the MWE below, `tanh` can be replaced by any hyperbolic f…
-
## Description
This is a meta issue to list out the steps needed for static matrices (list is in no particular order). If I'm missing anything please make a comment and I'll update
- [x] A. Code…
-
Would you have any suggestions here?
```jl
using DifferentiationInterface, Enzyme, Zygote, ThreadsX, OhMyThreads, LinearAlgebra
let n = 1000, k = 3, X = randn(n,k), β = randn(k), ε = randn(n), y …
-
Here's @ChrisRackauckas's MWE from Slack, though I get a different error message than him:
```julia
(jl_fqJRlD) pkg> st
Status `/tmp/jl_fqJRlD/Project.toml`
[7da242da] Enzyme v0.13.4
[b1df26…
-
Per request from the Discourse [thread](https://discourse.julialang.org/t/enzyme-attempting-to-call-an-indirect-active-function-whose-runtime-value-is-inactive-in-forward-over-reverse-mode/116841).
…
-
## 🚀 Feature
Is JAX backend on your roadmap? Given the increasing popularity and XLA features I think it would be very interesting to include JAX.
## Motivation
## Alternatives
## Pi…
-
Luckily, adjoint methods for (most) eigenvalue problems tend to be rather trivial _if you are optimizing the eigenvalue directly_. So, for example, if you want to match the effective index of two mode…
-
The code refactoring in #92, #95, and #96 added much more robust and extensive fitting capabilities (even after removing the dependence on the very slow `astropy.modeling` classes) at the expense of s…
-
The current implementation of Runge-Kutta with adjoint reverse-mode gradients is great, but there are a few things I still find myself missing, and I'd really love to help contribute, or just see in J…
-
The old issue #1018 from August was getting a bit lengthy so I'm moving to a new issue – feel free to close that one.
This relates to my one-year effort to try to get Enzyme.jl working as one of th…