-
**Concisely describe the proposed feature**
I would like to add real function support so that no more IR spam space wasting and finally support recursion.
**Describe the solution you'd like (if an…
-
https://gist.github.com/rxwei/30ba75ce092ab3b0dce4bde1fc2c9f1d
@jrevels this is a very very interesting read that has some potential ideas for Julia's AD ecosystem.
@jekbradbury knows more.
-
I made some comparison with the [CMPFit](https://github.com/gcalderone/CMPFit.jl) package, a wrapper to a C library implementing the MINPACK minimization algorithm. The results of the CMPFit library …
-
-
Right now Klara is not usable under 1.0.
One reason is the dependency on ReverseDiff, which is not yet ported as well :(
OT: Is there any gradient-based MCMC solution that I can use for now?
-
Hi Enzyme Team,
I'm trying to compute a hessian (or a hessian-vector product) using Forward-over-Reverse, doing my best to follow what's in the documentation, but I'm crashing and can't tell if I'v…
-
Currently, scikit-hep phasespace is used to produce phase space decays. It uses Tensroflow making HelixGen dependent on Tensorflow, too. Once phasespace generation is implemented with Jax, HelixGen wi…
-
rlouf updated
3 months ago
-
Some examples / text from a conversation with @harshithamenon I'm copying here so we don't lose/forget about, and we can reincorporate into docs: https://fwd.gymni.ch/WfDU2f
```c
#include
#inclu…
-
The following snippet prints null gradients while if using `backward(c, true)` we get the right value (5.0, 2.0):
```C++
using FloatD = DiffArray;
FloatD a = 2.0f;
FloatD b = 5.0f;
set_requires…