Hi Daniel, On Tue, 06 Dec 2011 10:04:41 +0100, Daniel Krieg <[email protected]> wrote: > 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).
can you try the git version and let me know if it's fixed? If so, I'd release 2011.2.1 with that fix. Andreas
pgpQggT1gq79F.pgp
Description: PGP signature
_______________________________________________ PyCUDA mailing list [email protected] http://lists.tiker.net/listinfo/pycuda
