[PyCUDA] CUDA 3.0 64-bit host code

2009-11-23 Thread Bryan Catanzaro
Hi All - I built 64-bit versions of Boost and PyCUDA on Mac OS X Snow Leopard, as well as the 64-bit Python interpreter supplied by Apple, as well as the CUDA 3.0 beta. Everything built fine, but when I ran pycuda.autoinit, I got an interesting CUDA error, which PyCUDA reported as pointer is

Re: [PyCUDA] CUDA 3.0 64-bit host code

2009-11-23 Thread Andreas Klöckner
Hey Bryan, On Montag 23 November 2009, Bryan Catanzaro wrote: I built 64-bit versions of Boost and PyCUDA on Mac OS X Snow Leopard, as well as the 64-bit Python interpreter supplied by Apple, as well as the CUDA 3.0 beta. Everything built fine, but when I ran pycuda.autoinit, I got an

Re: [PyCUDA] CUDA 3.0 64-bit host code

2009-11-23 Thread Bryan Catanzaro
Sorry for not describing my problem more clearly. This error happens without even invoking nvcc. Here's a little more detail: Using CUDA 3.0 Beta, Python 2.6, Mac OS X 10.6: 1. Python running in 32 bit mode, Boost PyCUDA compiled for 32-bit architecture = no problems. 2. (Default on OS X