webcl-translator icon indicating copy to clipboard operation
webcl-translator copied to clipboard

kernel arguments of type `size_t' is not passed correctly

Open hujiajie opened this issue 10 years ago • 1 comments

`size_t' is not handled in parseType, and as a result, the argument in the ArrayBuffer will be interpreted as a float in clSetKernelArg.

hujiajie avatar Dec 04 '14 07:12 hujiajie

Hi, I push a fix for support size_t let me know if it's working for you

wolfviking0 avatar Dec 04 '14 07:12 wolfviking0