Joseph Kump

Results 23 comments of Joseph Kump

https://github.com/DJ4Earth/Enzymanigans.jl/blob/jlk9/reduce-for-catke-0210/dynamical_core/autodiff_double_gyre.jl

[error_0310.txt](https://github.com/user-attachments/files/19164524/error_0310.txt)

Current MWE: ``` using Enzyme using KernelAbstractions: @kernel, CPU as KCPU Enzyme.API.looseTypeAnalysis!(true) Enzyme.API.strictAliasing!(true) function compute_diffusivities!(J, tracers) top_tracer_bcs = NamedTuple(c => tracers[c].boundary_conditions.top for c in propertynames(tracers)) worksize = (16, 16) loop!...