>
> sounds interesting, but what is the context of this? Is this built
> into Pharo, what version? Or what library?
Those methods are not built into Pharo. They are present in the OpenCL
bindings ( http://smalltalkhub.com/#!/~ronsaldo/OpenCL ), and I don't think
they are very efficient in my opi
On Fri, Jun 12, 2015 at 10:38 PM, cheikhou wrote:
>
> Finally I have found a useful method called "asCLFloatArray" that converts
> float arrays of CPU as CL float arrays of GPU. The reverse action is
> possible by using "asFloatArrayFromCL".(from GPU to CPU memory)
sounds interesting, but what is
Finally I have found a useful method called "asCLFloatArray" that converts
float arrays of CPU as CL float arrays of GPU. The reverse action is
possible by using "asFloatArrayFromCL".(from GPU to CPU memory)
Thanks.
-
Cheikhou
--
View this message in context:
http://forum.world.st/Use-ar