wolfviking0/webcl-translator

kernel arguments of type `size_t' is not passed correctly

Opened this issue · 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.

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