Hey everybody! I am new to CUDA and pycuda, but I am working hard to
understand.
My question is this:

Is there a way for me to use multiple python threads in order to run cuda
code on multiple GPUs?

I have created several threads, and in each I attempt to create a context
for a different cuda device, but I am getting an "invalid context" error
when I try to copy an array over.
Any suggestions?

Thanks in advance!

    >>>Chris
_______________________________________________
PyCuda mailing list
[email protected]
http://tiker.net/mailman/listinfo/pycuda_tiker.net

Reply via email to