Hi, I could't find a bug tracker for pycuda so I hope its ok to send that over the mailinglist.
I downloaded pycuda-2011.2 last friday and it didn't compile against Cuda with API version 3.1 (3010) The problem are the BLOCKING_SYNC and SCHED_BLOCKING_SYNC in file src/wrapper/wrap_cudadrv.cpp on line 530. Both constants are taking the value of CU_CTX_SCHED_BLOCKING_SYNC which is not defined in cuda api version 3010. You need to use the value of CU_CTX_BLOCKING_SYNC (which is now deprecated in version 4.0). Best, Daniel -- Daniel Krieg PhD Student Frankfurt Institute for Advanced Studies (FIAS) Ruth-Moufang-Straße 1 D-60438 Frankfurt am Main Germany Phone: +49 (0)69 798 47608 E-mail: [email protected] _______________________________________________ PyCUDA mailing list [email protected] http://lists.tiker.net/listinfo/pycuda
