You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @willtryagain, std::ceil is defined in the cmath header per https://en.cppreference.com/w/cpp/numeric/math/ceil. Similarly, cuda::std::ceil can be found in the cuda/std/cmath header. Once all instances of int_div_ceil are replaced with cuda::std::ceil, we can remove the detail math.cuh file.
we can probably remove
cuCollections/include/cuco/detail/utility/math.cuh
Line 38 in 6816740
and use
cuda::std::ceil
insteadOriginally posted by @PointKernel in #630 (comment)
The text was updated successfully, but these errors were encountered: