rapidsai / cuhornet

BSD 3-Clause "New" or "Revised" License
25 stars 26 forks source link

Clean up literal zero cuda_stream_view arguments #48

Closed hlinsen closed 3 years ago

hlinsen commented 3 years ago

Use of rmm::cuda_stream_default instead of passing a literal 0 to address new RMM breaking change in: https://github.com/rapidsai/cugraph/issues/1499

BradReesWork commented 3 years ago

@gpucibot merge