distributed-join icon indicating copy to clipboard operation
distributed-join copied to clipboard

Replace `cudaStreamDefault`

Open gaohao95 opened this issue 3 years ago • 2 comments

cudaStreamDefault is a flag used for passing to cudaStreamCreateWithFlags instead of a valid stream. We should replace that with either rmm::cuda_stream_default or 0.

gaohao95 avatar Dec 03 '20 17:12 gaohao95