Sean Breckling <[email protected]> writes: > Cuda is definitely 64bit. > > > Python 2.7.6 (default, Jun 22 2015, 17:58:13) > [GCC 4.8.2] on linux2 > > The command: $python -c 'import sys;print("%x" % sys.maxsize, sys.maxsize > > 2**32)' > returns: > ('7fffffffffffffff', True) > > I'm not sure what else I could have running 32bit that would get in the way?
Try running 'ldd' on PyCUDA's _driver.so and see what that says. Andreas _______________________________________________ PyCUDA mailing list [email protected] http://lists.tiker.net/listinfo/pycuda
