On Sonntag 03 Mai 2009, James Rubino wrote: > Thanks for your reply. > My understanding of the multiprocessing is still a bit primitive. > > My understanding is that python is CPU bound because of the GIL. > Breaking away from the CPU via the GPU is what I meant by "work around".
The GPU threads you launch from PyCuda aren't constrained by the GIL. > If there is an official PyCuda forum online I will gladly send my questions > there. There's a mailing list. http://tiker.net/mailman/listinfo/pycuda_tiker.net Andreas
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ PyCuda mailing list [email protected] http://tiker.net/mailman/listinfo/pycuda_tiker.net
