Valentin Churavy
Valentin Churavy
Oh I did... Yes wrong Ali
Well you want to write some tests ;)
Might be fixed by https://github.com/vchuravy/GPUifyLoops.jl/pull/55
@lcw @jkozdon so you have a particular egregious example? I can't quite reproduce the example that motivated JuliaGPU/CUDAnative.jl#404
Ok! #69 should help with that one and #70 should give better profiling information in nvvp.
I typically avoid checking in the Manifest (and that is part of the reason why StructArrays is not a package in itself). I have a cut down Manifest in-place for...
Besides GPU support the big difference is that this implementation supports automatic recursive unpacking and currently handle's singleton types. (eg. structs with no fields). `StructArrays` uses a function to determine...
thanks! Can you remind me which branch of clima caused these?
Hm, no I think that won't be necessary. Thanks for sticking with it. It's weird that the inlining hack we are doing in GPUifyLoops didn't stick, but nested generated functions...
Might be fixed by https://github.com/vchuravy/GPUifyLoops.jl/pull/58