-
Error:
```
┌ Warning: Using fallback BLAS replacements for (["sgemm_64_"]), performance may be degraded
└ @ Enzyme.Compiler C:\Users\prbzr\.julia\packages\GPUCompiler\kqxyC\src\utils.jl:59
ERROR: …
-
Hi Enzyme Team,
I cannot get this MWE, which I've structured as similar to the documentation for F-o-R as possible, to work. Any suggestions for how I might fix it? For reference, this is my atte…
-
am now running into:
```ERROR: ArgumentError: cannot reinterpret an `ForwardDiff.Dual{nothing, Float64, 11}` array to `ForwardDiff.Dual{ForwardDiff.Tag{var"#39#40", Float64}, Float64, 12}` whose fi…
-
Hello all,
I have been seeing occasional issues when adding a variational reference. It seems to quite be sensitive to the model and the number of chains used. I have finally found a MWE that consist…
-
I would like to explore using JuMP.jl to set up mixed-integer programming optimization problems in [SymbolicRegression.jl ](https://github.com/MilesCranmer/SymbolicRegression.jl) and [PySR](https://gi…
-
Please provide as much information as you can:
* **GO term ID label:**
These annotations are still present, I will raise a taxon restriction for
GO:0015039 | NADPH-adrenodoxin reductase activi…
-
### Node Version Compatibility Issue with @prismatic-io/embedded
#### Environment:
- **Node.js version**: 16.9.1
- **Package Version**: @prismatic-io/embedded
- **React App Dependencies**: (incl…
-
Despite yesterday's PR #291, I still can't install the latest versions of both SparseDiffTools and Enzyme in an otherwise empty environment. Each time I try one, the other gets downgraded. Any idea wh…
-
**Minimal Reproducible Example 👇**
```julia
import ADTypes, ComponentArrays, ContinuousNormalizingFlows, Lux, StableRNGs, Zygote
rng = StableRNGs.StableRNG(12345)
nvars = 2^3
naugs = nvars
n…
-
## Problem
I am getting a randomly incorrect gradient in Julia 1.9.4 using the main version of Enzyme. The MWE is
```julia
using Enzyme
function inplace_map(out, inner, a, b)
map!(out,…