-
Hello,
I believe the previous version of BAT had an interface for working with RooFit likelihoods (that can be stored in a RooFit workspace in a ROOT file). I am curious if there are plans to provide…
-
Hi JAX developers,
I'm wondering if it's possible to calculate `jvp` for intermediate variables defined in a function. Here's an example:
```
def f(x, params_1, params_2, params_3):
W1, …
-
## Summary
I compiled successfully `gpu_spectral`. Upon running, I got this issue. CPU rendering works fine.
## System configuration
*For bug report, please enter information regarding your s…
-
**Describe the bug**
The function leaky_integrator_box does not seem to be set up for multi-gpu training on native pytorch, at least in data parallel mode.
**To Reproduce**
Steps to reproduce th…
-
## 🚀 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…
-
## Description
Vectorised unary functions (e.g., ```exp```, ```log```) currently use either looping or Eigen's vectorised functions (for arithmetic types only) to evaluate containers. We could instea…
-
### Expected behavior
I was trying to compute the Hessian and saw that the Jax interface breaks down if we have the JIT on. Without JIT, it works fine. The error seems to be due to the non-availabi…
-
Forward sensitivity speeds are currently held back by the parameter jacobian evaluations, which can be enormously expensive to compute for our problems (lots of parameters) without sparse differentiat…
-
/cc @sherm1
We would like to capture some sort of baseline data from the cassie benchmark program to help guide development of performance optimizations. I have argued it should be stored out-of-tr…
-
Trying to differentiate through a matrix exponential took a very very very long time, and then finally errored.
MWE:
```julia
julia> let M = rand(2, 2)
∂M = similar(M)
au…