Closed steven-murray closed 1 year ago
Patch coverage: 100.00
% and no project coverage change.
Comparison is base (
75bf09b
) 100.00% compared to head (e4c5105
) 100.00%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
This fixes the setting of block and grid sizes. The total block size has to be less or equal to the nthreads (usually 1024). This was failing when there were too many ants. I've now refactored it out to a function which does it properly (for the case where the first axis is fastest).
It may be useful to check out whether there's any preference in CUDA itself for which axis should be fastest.