kernel arguments of type `size_t' is not passed correctly
Opened this issue · 1 comments
hujiajie commented
`size_t' is not handled in parseType, and as a result, the argument in the ArrayBuffer will be interpreted as a float in clSetKernelArg.
wolfviking0 commented
Hi,
I push a fix for support size_t let me know if it's working for you