-
@vchuravy I am trying to create an example for the docs as you suggested on my tweet:
https://twitter.com/MilesCranmer/status/1643782144941080576?s=20
I was wondering if you could help me with thi…
-
Hello folks,
I tried to make calculate a second order derivative using Enzyme and wasn't able to. Is it possible?
Here is the code
```
using Enzyme
# Impure implementation of the f(x) = x…
-
I know that there are still a few compatibility issues with 1.11 (#1358) but I'm wondering if changes are necessary on the DI side. My test suite which used to pass on 1.10 suddenly segfaults. Here is…
-
The recently proposed [NEP-47](https://numpy.org/neps/nep-0047-array-api-standard.html) attempts to unify the APIs of various tensor frameworks (NumPy, Tensorflow, PyTorch, Dask, JAX, CuPy, MXNet, etc…
-
**Describe the bug**
The following Swift code causes a compiler crash.
**To Reproduce**
Steps to reproduce the behavior:
1. Copy the following reproducer into a Swift file on your computer, name…
-
The old issue #1018 from August was getting a bit lengthy so I'm moving to a new issue – feel free to close that one.
This relates to my one-year effort to try to get Enzyme.jl working as one of th…
-
The SciML ecosystem has had it's own "AD-backend" types since before AbstractDifferentiation.jl was created. Those have more recently been exposed in the standalone packages ADTypes.jl.
From a user…
-
Hi, nice work and thanks for making the repository public!
As a test, I was trying to optimize a matrix variable _T=[A|t]_, given _N_ corresponding 3D points: _p_src, p_tgt_, with `p_tgt = A@p_src…
cxlcl updated
7 months ago
-
## Description
I was benchmarking determinant and log_determinant today.
For reverse mode for each of these functions you need to evaluate the determinant, and to get the gradients you need the …
-
Inplace BatchNorm seems to be developed by Mapillary here: https://github.com/mapillary/inplace_abn
This would be a very nice addition to core PyTorch (for memory savings).
cc @ezyang @gchanan @…