Dear Devendra, Devendra Singh <[email protected]> writes: > I am very new to GPU Programming. I want to compile Python code written in > PyCuda, but I don't have access to GPU. > Can we use PyCuda with GPU Ocelot to compile Python based GPU code.
I've never tried that, but it should be possible. > Otherwise what can I do ?? An alternative is to use (Py)OpenCL, which can talk to CPUs and GPUs (including Nvidia ones). Grab a CPU implementation from AMD [1] or Intel [2], develop away, and then test on a real GPU when your code is ready. [1] http://developer.amd.com/tools/heterogeneous-computing/amd-accelerated-parallel-processing-app-sdk/ [2] http://software.intel.com/en-us/vcsource/tools/opencl-sdk HTH, Andreas _______________________________________________ PyCUDA mailing list [email protected] http://lists.tiker.net/listinfo/pycuda
