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
These functions seem to have the undefined behavior (remainder of zero division) for the case when the pool size is zero (which is the default in raft::handle_t and as such is rather dangerous):
The text was updated successfully, but these errors were encountered:
achirkin
changed the title
Potentially undefined behavior of cuda_stream_pool::get_stream
[BUG] Potentially undefined behavior of cuda_stream_pool::get_stream
Sep 15, 2021
These functions seem to have the undefined behavior (remainder of zero division) for the case when the pool size is zero (which is the default in raft::handle_t and as such is rather dangerous):
rmm/include/rmm/cuda_stream_pool.hpp
Lines 61 to 64 in fe53a72
rmm/include/rmm/cuda_stream_pool.hpp
Lines 76 to 79 in fe53a72
The text was updated successfully, but these errors were encountered: