[PyOpenCL] (de) Problem mit global_offset Parameter

Philip Kaufmann phil.kaufmann at t-online.de
Thu Feb 2 02:06:56 PST 2012


Hi Andreas,

> Odd--I did try that version to, just to see if it would provoke a crash
> (it shouldn't), and it didn't. What version are you on?

self.kernel.XYZ(self.commandQueue, (data.size, ), (self.WORKSIZE, ), 
*(kernelargs), global_offset=data.baseNum[i])

The above crashes with 0.92 and I guess the other one is 2011.2, but 
this one crashes on: self.interface.debug('using PyOpenCL version ' + 
cl.VERSION_TEXT), which 0.92 does not ^^.

Regards,
Philip



More information about the PyOpenCL mailing list