Hi Andreas, git version works for me... thanks. Daniel
On 06/12/11 20:39, Andreas Kloeckner wrote: > 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 > -- 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
