-
Zygote defines an adjoint of `AbstractFFTs.[i]rfft` [here](https://github.com/FluxML/Zygote.jl/blame/master/src/lib/array.jl#L733-L739).
On the other hand, `AbstractFFTs` defines `rrule`s for `[i]rff…
-
Thanks again for making this!!
Just had a few things about the [linear regression example](https://github.com/eddelbuettel/rcppfastad/blob/master/src/linear_regression.cpp).
- I noticed that you…
-
@olynch, I was trying to use the new lens stuff to build an SIR model where beta and gamma oscillate.
```julia
sir = @lens ThRing begin
dom = [s, i, r] | [ds, di, dr, dβ, dγ]
codom = [s, i, …
-
With the CRTM v3 test branch ([feature/v241_merge_test](https://github.com/JCSDA/CRTMv3/tree/feature/v241_merge_test)), the other group of tests constantly failed are `test_adjoint_Simple`, see issue …
-
We need an easier way to register custom adjoints that are compatible with Enzyme. The tricky bit here is coming up with a good ABI.
The goal would be to somewhat mimic Diffractor,jl (cc: @simeonsc…
-
A category is dagger pivotal when it is both rigid and dagger in a compatible way, see an implementation [here](https://github.com/toumix/thesis/blob/main/discopy/pivotal.py).
In a pivotal category, …
-
`mat` transpose is very common in scientific computing. If we want to support that, can we write a function in `reverse/core/unary.hpp` to directly transpose underneath values and adjoints?
I would…
-
Hi,
I cloned, build and played around with enzyme and I am very happy so far!:)
I want to point out that enzyme is not only calculating gradients, but also implements the adjoint semantics (this i…
-
It was pretty straightforward to extend the example to also return a derivative with respect to the volatitliy parameter ("vega") (see [here](https://github.com/eddelbuettel/rcppfastad/blob/master/src…
-
Do you plan to support second order derivatives? Or there is already a way to do these types of computations.
```
import numpy as np
import math
import torch
import warp as wp
import warp.…