m4rs-mt / ILGPU

ILGPU JIT Compiler for high-performance .Net GPU programs

Home Page:http://www.ilgpu.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Better error messages when kernel program failed to run.

12345swordy opened this issue · comments

Kernel code in question
I found out the problem. However I wish the exception also contain the source code generated as part of the error message, so I don't have to waste time trying to get the source generated from the kernel function, in order to figure out what the error message generated from.

@12345swordy as part of the exception thrown by ILGPU, there is an inner exception that contains details like the file and line number where the error occurred.