Yes, it works with examples/demo.py. I am on Linux, CentOS:
uname -s -r -p
Linux 2.6.18-194.8.1.el5 x86_64
Here is a minimal program that causes this issue:
import sys
def main(argv=None):
if argv is None:
argv = sys.argv[1:]
if __name__ == "__main__":
sys.exit(main())
I've also tried appending this code to the end of demo.py. It failed at the
same line.
--
View this message in context:
http://pycuda.2962900.n2.nabble.com/cuda-gdb-problem-global-names-not-found-tp5568559p5586334.html
Sent from the PyCuda mailing list archive at Nabble.com.
_______________________________________________
PyCUDA mailing list
[email protected]
http://lists.tiker.net/listinfo/pycuda