I decided to try CUDA on OS X again now that there is 64-bit support. I downloaded PyCUDA from the git repository http://git.tiker.net/trees/pycuda.git . I installed PyCUDA using a siteconf.py available in a recent thread here (exactly as at http://www.mail-archive.com/[email protected]/msg01415.html by Art as I'm using MacPorts as well). The installation appeared to finish without errors. The cumath and driver tests worked fine. During the gpuarray test, I get the console output located at http://pastie.org/1260713 . To test my CUDA installation, I downloaded the SDK and ran make in /Developer/GPU\ Computing/C, which seemed to compile without errors as well.
What else can be done to test this? I'm using a MacBook with a GeForce 9400M which I would like to use for testing purposes. My code runs well with PyCUDA on Ubuntu with a Tesla C1060. Faisal _______________________________________________ PyCUDA mailing list [email protected] http://lists.tiker.net/listinfo/pycuda
