[FIXED] OpenCL Missing API: clSetKernelArg cannot accept CLMem, but kernel.setArg can

Started by Diablo-D3, December 06, 2010, 14:57:09

Previous topic - Next topic

Diablo-D3

As the topic says, clSetKernelArg cannot accept CLMem, but kernel.setArg can

spasi

Thanks Diablo-D3, I've added clSetKernelArg support for CLObject and __local arguments.

Diablo-D3