Valentin Churavy

Results 435 issues of Valentin Churavy

For debugging Enzyme under ASAN we should have the asan pipeline included https://github.com/JuliaLang/julia/blob/2e26583cd9f55c7862c2c3ce03691f1ecd0a603a/src/pipeline.cpp#L99-L184 cc: @gbaraldi

I was just looking at a backtrace in CUDA and the following was not that helpful. ``` 3×1000000 CuArray{Float32, 2, CUDA.DeviceMemory}: ERROR: a BoundsError was thrown during kernel execution on...

Given #652 I was thinking on how we best could test the correct legalization, For now this adds some tests for the status quo.

In https://github.com/EnzymeAD/Enzyme.jl/pull/2675 I am seeing a "Bus Error" locally. ``` ~/src/julia-1.12/julia -g2 --project=. -e "using Enzyme; autodiff(Forward, identity, Duplicated(1.0, 1.0 ))" [121250] signal 7 (128): Bus error in expression starting...