ocannl
ocannl copied to clipboard
Consistently use `size_t` (or `unsigned int`) for indices in `Exec_as_gccjit`
This improves consistency and avoids bugs when printing %d vs. %u.
Rewriting Exec_as_cuda currently.