PyCuda Pycuda kernel compile error

Hello,

Whenever PyCuda compiles a kernel with a syntax mistake, it reports an error but does not give the details about the error. Thus it becomes difficult to debug non-trivial kernels.

Is there a way to see the error details? Am I missing something?

thanks
Siddharth

Since you have to write the kernel in C anyway with PyCuda, just take the code, cram it into a .cu file, and use nvcc to compile it. Simple and efficient.

Regards,
Alex

Really? I see nvcc output just fine on the console. Try the pycuda mailing list.

regards,
Nicholas

also, you could try Linux if you’re not using it :)