On Wed, 04 Jan 2012 15:40:12 +0100, Omar <[email protected]> wrote: > Hi everyone, > > 1. is there a method to view the current memory usage of the gpu? > 2. What could this error mean? > > "pyopencl.RuntimeError: clWaitForEvents failed: out of resources" > > Mind you, all i do is call a Kernel-object and .wait() for the resulting > event like this: > > kernel(...).wait()
That's one of the ways Nvidia GPUs say 'you had a segfault in your kernel'. (Do note, however, that the error message also arises in a few other contexts--but 'segfault' is the most common one.) Andreas
pgpHLyAMrFmJv.pgp
Description: PGP signature
_______________________________________________ PyOpenCL mailing list [email protected] http://lists.tiker.net/listinfo/pyopencl
