-
I am on Enzyme main (d096464a8a6bbb7e87b74bd938541c243492e2d3), StaticArrays 1.9.8 and Julia 1.10.6. This is a rather long example but it is self-contained, I found it hard to trim it down. I could ge…
-
#### Current behavior:
15 genes are discovered to be uncorrelated with their corresponding reactions about subsystems of amino acid metabolism.
| Gene| UniProtID| Reaction| Subsystem| GPR| C…
-
#### Current behavior:
23 genes are discovered to be uncorrelated with their corresponding reactions in Vitamin A/B2/C/D/E metabolism.
| Gene| UniProtID| Reaction| GPR| Correlation| Manually…
-
This could be implemented in a similar way to [`DifferentiateWith`](https://github.com/gdalle/DifferentiationInterface.jl/blob/8077dce045055f76b28adc67c334dbb62ce79a3e/DifferentiationInterface/src/mis…
-
| Metadata | |
| -------- | --- |
| Owner(s) | @ZuseZ4 |
| Team(s) | [compiler](http://github.com/rust-lang/compiler-team), [lang](http://github.com/rust-lang/lang-team) |
| Goal…
-
First, let me say that I'm extremely excited about having automatic differentiation like this in Rust --- thank you for your hard work on everything!
I'm trying to compile from a clean checkout of …
-
#### Current behavior:
23 genes are discovered to be uncorrelated with their corresponding reactions in `Sphingolipid metabolism`
| Gene| UniProtID| Reaction| GPR| Correlation| Manually chec…
-
I was annotating PMID:1588921 (https://www.ncbi.nlm.nih.gov/pubmed/?term=1588921) and had a hard time identifying the appropriate function term for the enzyme named DHEA-ST and described as "capable o…
-
Currently, Enzyme.jl's reverse mode autodiff doesn't work correctly with Bumper.jl because if you give it a `Duplicated` buffer, it'll `+=` accumulate results into the duplicated buffer making the ans…
-
I am on Julia 1.10.3 and Enzyme main (5fc23099cdac3dbdfa9d413ee3f17b34759bb6f2). The following works:
```julia
struct A1{T}
x::T
end
struct B{T}
as::T
end
function f1(x, ::Val{AT})…