eyalroz / cuda-kat

CUDA kernel author's tools
BSD 3-Clause "New" or "Revised" License
106 stars 8 forks source link

is_XXXXX functions in grid_info should return bool #93

Open eyalroz opened 3 years ago

eyalroz commented 3 years ago

Functions like is_first(), is_last() etc. in on_device/grid_info.cuh should return a boolean value, not an unsigned integer, which they currently do.