Hi, I'm just curious about the feasibility of running python code in a gpu
by extending pypy.
I don't have the time (and probably the knowledge neither) to develop that
pypy extension, but I just want to know if it's possible.
I'm interested in languages like openCL and nvidia's CUDA because I think
the future of supercomputing is going to be GPGPU. There's people working in
bringing GPGPU to python:
http://mathema.tician.de/software/pyopenclhttp://mathema.tician.de/software/pycuda
Would …
[View More]it be possible to run python code in parallel without the need (for
the developer) of actively parallelizing the code?
I'm not talking about code of hard concurrency, but of code with intrinsic
parallelism (let's say matrix multiplication).
Would a JIT compilation be capable of detecting parallelism?
Would it be interesting or that's a job we must leave to humans by now?
What do you think?
I don't know if I had explain myself because English is not my first
language.
Cheers,
Jorge Timón
[View Less]