-
It would be nice to have a universal translator between:
- [ChainRulesCore.jl](https://juliadiff.org/ChainRulesCore.jl/stable/)
- [ForwardDiffChainRules.jl](https://juliadiff.org/ChainRulesCore.jl…
-
I hope this message finds you well. First and foremost, I wanted to express my deepest gratitude for the incredible work you've put into developing [nombre del proyecto]. It's been an invaluable tool …
-
Trying to get more information on this one. If there's anything more I can collect please let me know.
```
Assertion failed: FT, file /workspace/srcdir/Enzyme/enzyme/Enzyme/AdjointGenerator.h, line 1…
-
**Describe the bug 🐞**
All the examples in the `SciMLSensitivity.jl` Documentation use a user-defined function for the ODEProblem. I need instead to define a parameter-dependent `SciMLOperator` (e.…
-
Is the data available?
> a total of 328, 192 enzyme-reaction pairs, comprising 145, 782 unique enzymes and 17, 868 unique reactions
-
The Enzyme library is being replaced across the open edx platform with the react testing library.
The edx-platform uses Enzyme for a very small number of its tests. These tests should be migrated …
-
I propose integrating the GPU version of [Trixi.jl](https://github.com/trixi-framework/Trixi.jl) with [Enzyme.jl](https://enzyme.mit.edu) for differentiable programming.
**Benefits:**
- **Diffe…
-
I'm getting a weird typecasting issue in Enzyme. What could be the source of it?
https://fwd.gymni.ch/vATLS0
-
I had to implement `Enzyme.onehot` to make forward-differentiation work with Enzyme/Reactant.
Thanks to the `replace`, we can reuse the arrays that are unchanged when doing multiple replications + …
-
```julia
using Enzyme, Lux, SimpleChains, Random
model = Chain(Dense(10, 10, tanh), Dense(10, 10, tanh))
scmodel = ToSimpleChainsAdaptor(static((10,)))(model)
x = rand(Float32, 10, 2)
ps, st …