-
I am on Enzyme main (b63f36f6) and Julia 1.10.6. The following used to work.
```julia
using Enzyme
f_nest(x) = 2 * x^4
deriv(f, x) = first(first(autodiff(Reverse, f, Active(x))))
f′(x) = deriv(f_nest,…
-
I will generate an MWE in the morning. Testing out FNOs (https://github.com/SciML/NeuralOperators.jl/pull/52) with #245
```julia
julia> ∇fno_compiled = @compile ∇fno(fno, ps, st, x)
error: FFT/IFFT/…
-
Hi!
The following code segfaults on 1.10:
```julia
using Bijectors
using LinearAlgebra
using Functors
using Optimisers
using Enzyme
using Random, StableRNGs
struct TestProb1 end
logdensity(::TestP…
-
Not sure how this is possible, but the following code throws a segfault:
```julia
using Oceananigans
using Oceananigans.BoundaryConditions: fill_halo_regions!
partition = Partition(y=2)
arch …
-
It would be great if lsp-bridge has julialang support.
-
Describe the bug
---
Hello,
While trying to test if this package is compatible with https://github.com/JuliaIO/ZipArchives.jl I occasionally got segmentation faults. I created a MWE below where I …
-
Hoping somebody who understands HIP/ROCM better than me can help me understand whats going on here.
Using the version you get when you use "add AMDGPU" I get a core dump instantly.
By going into src/d…
-
Attempting to `instantiate` and `precompile` this package on the new stable release of Julia throws an error.
For convenience I'm pasting the error message below:
```julia-repl
(GATlab) pkg> prec…
-
Chris Rackauckas
Sep 7th at 7:48 PM
(construct(::Type{T}, nodes::Tuple{Vararg{
-
Opening an issue for RISC-V support. I couldn't find an existing issue. Discussed here: https://github.com/JuliaLang/julia/pull/56105#issuecomment-2476250165