cuda - Python GPU programming -
i working on project in python, , make use of gpu calculations.
at first glance seems there many tools available; @ second glance, feel im missing something.
copperhead looks awesome has not yet been released. appear im limited writing low-level cuda or opencl kernels; no thrust, no cudpp. if id have sorted, im going have myself.
that doesnt seem quite right me. indeed missing something? or gpu-scripting not quite living hype yet?
edit: gpulib seems might need. documentation rudimentary, , python bindings mentioned in passing, im applying download link right now. has experience that, or links similar free-for-academic-use gpu libraries? reedit: ok, python bindings infact nonexistant.
edit2: guess best bet write in c/cuda , call python?
pycuda provides integration cuda , has several helper interfaces make writing cuda code easier in straight c api. here example wiki 2d fft without needing c code @ all.
Comments
Post a Comment