Re: [PyCUDA] Weird bug when slicing arrays on Kepler cards

2014-06-20 Thread Lev Givon
Received from Thomas Unterthiner on Fri, Jun 20, 2014 at 10:13:52AM EDT: Hi there! I am currently chasing a very weird bug in my code: The following code will consistently crash on Kepler-type GPUs (tested on a Tesla K40 and on a GTX 780), but runs fine on my Fermi-class notebook GPU:

Re: [PyCUDA] Development environment

2014-06-20 Thread Andreas Kloeckner
Hi Daniel, Daniel daniel.pa...@andphysicsforall.com writes: I just installed PyCuda and got it working on my Windows 8.1 laptop. I'm able to run the examples in VS 2010. My question concerns the 'preferred' development environment for PyCuda: While it runs on Windows, I'm not able to

Re: [PyCUDA] Weird bug when slicing arrays on Kepler cards

2014-06-20 Thread Thomas Unterthiner
On 2014-06-20 17:48, Lev Givon wrote: When I tried running the above code against a K20Xm GPU with Ubuntu 14.04, CUDA 5.5, pycuda 2013.1.1 (stock Ubuntu package), and the latest code from scikits.cuda master, I observed a different exception: Traceback (most recent call last): File