On Wed, 23 Nov 2011 01:45:04 +0400, Alexander Myltsev <[email protected]> wrote: > Good day, everyone! > > http://gpulab.imm.dtu.dk/Workshop2011/lec2.pdf , page 56, "gpuarray: > Simple Linear Algebra". What does it mean that gpuarray allows access to > raw bits? Could you share an example?
That was a figure of speech, meaning that you can pass the buffer
underlying a PyOpenCL array to your own kernels ("array.data"). If you
need to do some bit-flipping, then you need to write your own kernels
for that, though.
HTH,
Andreas
pgpk60yWcesfh.pgp
Description: PGP signature
_______________________________________________ PyCUDA mailing list [email protected] http://lists.tiker.net/listinfo/pycuda
