is_XXXXX functions in grid_info should return bool #93
Labels
bug
Something isn't working
fixed on development
A fix for this issue has been committed to the development branch
Functions like
is_first()
,is_last()
etc. inon_device/grid_info.cuh
should return a boolean value, not an unsigned integer, which they currently do.The text was updated successfully, but these errors were encountered: