-
I'm wondering why the ability to do JVPs depends on your choice of adjoint? It should be possible to get the ODE for the JVP directly from the original ODE using autodiff. Here's an example:
```p…
-
Does feos do any optimizations when calculating multiple derivatives from the model at the same time? With the help of @allanleal we have been able to get the complete set of derivatives of order 2 (0…
-
Can I do something differently here?
```jl
[21141c5a] AMDGPU v1.0.1
[7da242da] Enzyme v0.12.34
[09ab397b] StructArrays v0.6.18
julia> versioninfo()
Julia Version 1.10.3
Commit 0b4590a…
-
Hello all, and thanks for the promising package.
I'm experimenting with adding Enzyme to my package Octofitter.jl in place of ForwardDiff. Enzyme looks very promising for some of the calls. However…
-
On Julia versions before 1.9 and Enzyme main (d7a68c407872b5d5a63a740150efedd902bd9e8b) it appears there is an error with `get` when LLVM assertions are enabled:
```julia
using Enzyme, Test
f12(x, …
-
### Description
I'm working on an optimization problem over a large sparse system. When the (sparse BCOO) matrix describing the system is created by addition or simply constructed with appropriate in…
-
@TSGut @dlfivefifty @MikaelSlevinsky I am witnessing instability in the lowering/raising when considering Semiclassical Jacobi with a large c parameter.
E.g. the following works:
`
ρ=0.02; t=inv…
-
I found this when trying to diff through https://github.com/FluxML/NNlib.jl/blob/acf87f5316e7579ac1e7eb16a278f43a9ca435dc/src/softmax.jl#L115.
MWE:
```julia
using Enzyme
function f(out, x)
…
-
## 🐛 Bug
Hi all I'm trying to build Caffe2 on Pytorch from Binaries, have used Python 2.7 with VS 2019 and CUDA 10.1. Cmake donwloaded manually and also updated via Conda as read from other users p…
-
I'm trying to run the following code which can be found [here](https://github.com/matinraayai/Redbird.jl/blob/main/test/diff/test_cart2bary.jl)
```julia
using Redbird
using SparseArrays
import Red…