ocannl icon indicating copy to clipboard operation
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

Open lukstafi opened this issue 2 years ago • 0 comments

For things like sizes in bytes, grid_dim_x etc. Currently I'm suggesting int everywhere for convenience, except in kernel_param.Size_t.

lukstafi avatar Jun 08 '23 12:06 lukstafi