Hi,

I'm using pycuda quite a while. Now I'm supposed to distribute my software
without installing a C++ compiler on all machines. How can I distribute
"compiled" kernels.

I found the option module_from_file but when I'm using it on the standard
kernel 'multiply_them' I get
logicError: cuModuleLoad failed: invalid context

I found the Thread
http://stackoverflow.com/questions/5918937/pycudathreading-invalid-handles-on-kernel-invocations/5919737#5919737

But How do I get the correct function name?

Thanks for your help,

Matthias
_______________________________________________
PyCUDA mailing list
PyCUDA@tiker.net
http://lists.tiker.net/listinfo/pycuda

Reply via email to