GPUifyLoops.jl icon indicating copy to clipboard operation
GPUifyLoops.jl copied to clipboard

Better error experience

Open vchuravy opened this issue 6 years ago • 4 comments

overdub destroys stacktraces :/

Partial fix is in https://github.com/JuliaGPU/CUDAnative.jl/pull/404, but I wonder if we can fix that in general. Also includes profiling etc...

vchuravy avatar May 14 '19 23:05 vchuravy

@lcw @jkozdon so you have a particular egregious example? I can't quite reproduce the example that motivated JuliaGPU/CUDAnative.jl#404

vchuravy avatar Jun 02 '19 20:06 vchuravy

Valentin Churavy [email protected] writes:

@lcw @jkozdon so you have a particular egregious example? I can't quite reproduce the example that motivated JuliaGPU/CUDAnative.jl#404

The main place I notice this issue is when I am trying to profile kernels. It would be nice to have the name of the original kernel somewhere in the name the profiler spits out.

lcw avatar Jun 03 '19 17:06 lcw

Ok! #69 should help with that one and #70 should give better profiling information in nvvp.

vchuravy avatar Jun 04 '19 02:06 vchuravy

Valentin Churavy [email protected] writes:

Ok! #69 should help with that one and #70 should give better profiling information in nvvp.

Awesome!

lcw avatar Jun 04 '19 15:06 lcw