Valentin Churavy

Results 1411 comments of Valentin Churavy

I was planning on grabbing Jarrett this week and see if we can figure it out. (I am in the progress to add GPU support to Cthulhu so that should...

Ok! The debugging session with Jarrett proved fruitful, we are down to 10ish failures :)

I think we are down to two Cassette related issues while the rest is adjustment of tests/one level of indirection missing things up.

I agree that losing the ability to redefine is annoying. Regarding: ``` julia> function kernel1(T, i) sink(i) return end kernel1 (generic function with 1 method) julia> @cuda kernel1(Int, 1) ERROR:...

``` argument count: Error During Test at /builds/JuliaGPU/CUDAnative.jl/test/device/execution.jl:440 Got exception outside of a @test InvalidIRError: compiling #103(Int64, Int64, Int64, Int64, Int64, Int64, Int64, Int64, Int64, Int64, Int64, Int64, Int64, Int64,...

Ok that reduces it down to: - `dummy` - 265 for Cassette, https://github.com/jrevels/Cassette.jl/issues/6 - https://github.com/JuliaGPU/CUDAnative.jl/pull/334#issuecomment-466184514 - Traces now have `overdub` in them, would be lovely to filter those out