On Samstag 09 Januar 2010, David Dreisigmeyer wrote: > That didn't work.
Check your pycuda/pycuda/tools.py. It should have mark_cuda_test(). Now check that your installed copy has that symbol: >>> import pycuda.tools >>> hasattr(pycuda.tools, "mark_cuda_test") True >>> pycuda.__file__ '/home/andreas/src/pycuda/pycuda/__init__.pyc' >>> If not, your Python is still finding the old version. The __file__ query above may help you find what's going on. Andreas
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ PyCUDA mailing list [email protected] http://tiker.net/mailman/listinfo/pycuda_tiker.net
