[PyCUDA] PyCUDA on Mac

2010-07-24 Thread GARRETT B WRIGHT
I am successfully building and installing PyCUDA on mac by using macports python26. However I am receiving the following architecture mismatch error on import of pycuda: dionysus:test garrettwright$ python test_driver.py Traceback (most recent call last): File test_driver.py, line 4, in module

[PyCUDA] PyCUDA0.94 error building against CUDA3.2RC

2010-09-15 Thread GARRETT B WRIGHT
Hello all, I just downloaded Nvidia's most current developer release of CUDA3.2 toolkit and devdriver260. They installed and I have built/tested their SDK examples on this Ubuntu10.04 box. When I attempt to build a fresh PyCUDA, I get unfamiliar errors causing the build to fail:

[PyCUDA] Announce: PyCULA: Python bindings for CULA

2010-09-24 Thread GARRETT B WRIGHT
Hi All, As a few of you may remember, back in June we announced PyCULAhttp://www.mail-archive.com/pycuda@tiker.net/msg01236.html, a complete set of python bindings for CULAtools LAPACK that integrates with PyCUDA. A short time later in August our software was recognized by

Re: [PyCUDA] PyCUDA Digest, Vol 29, Issue 7

2010-11-17 Thread GARRETT B WRIGHT
On linux this kernel timeout is only an issue if you are using the computing gpu also for a display. If you have multiple cards, or an onboard graphics solution, use CUDA on the device that is not time out locked. A cheap graphics card for display in an open slot (CUDA capable or otherwise) is a

Re: [PyCUDA] pycuda and CULA R10

2011-01-12 Thread GARRETT B WRIGHT
Hello, I have the following setup and cannot reproduce your error from the test snippet. I spent a few minutes changing my PATH and LD_LIBRARY_PATH to see if I could break it. CUDAtoolkit 3.2.16 CUDA devdriver 260.19.26 PyCUDAv2011.1 CULA-R10 I had such failures with CUDA-RC, RC2 and some

Re: [PyCUDA] pycuda and CULA R10

2011-01-13 Thread GARRETT B WRIGHT
version after breakfast. At least we may narrow down something reproducible... On Wed, Jan 12, 2011 at 11:27 PM, Lev Givon l...@columbia.edu wrote: Received from GARRETT B WRIGHT on Wed, Jan 12, 2011 at 08:20:27PM EST: Hello, I have the following setup and cannot reproduce your error from

Re: [PyCUDA] pycuda and CULA R10

2011-01-13 Thread GARRETT B WRIGHT
Yes, I was able to find it on their developer site as a pre-release cuda driver. Have you tried rolling back to 260.19.26? On Thu, Jan 13, 2011 at 10:33 AM, Lev Givon l...@columbia.edu wrote: Received from GARRETT B WRIGHT on Thu, Jan 13, 2011 at 09:59:42AM EST: Is that devdriver an Nvidia