ocannl
ocannl copied to clipboard
`Cudajit`: Reconsider if it is better to use `uint` or `size_t` rather than `int` where it's closer to C API
For things like sizes in bytes, grid_dim_x etc. Currently I'm suggesting int everywhere for convenience, except in kernel_param.Size_t.