cogciprocate / ocl

OpenCL for Rust
Other
721 stars 75 forks source link

Changed the primitive type used by Uint8 from i8 to u32 #185

Open dgerblick opened 4 years ago

dgerblick commented 4 years ago

Uint8 used i8 instead u32 like the other Uintn types