| 140 | } |
| 141 | |
| 142 | inline cudaStream_t make_cuda_stream() |
| 143 | { |
| 144 | cudaStream_t user_stream; |
| 145 | RMM_WRAP_CHECK_CUDA(cudaStreamCreate(&user_stream)); |
| 146 | return user_stream; |
| 147 | } |
| 148 | //------------------------------------------------------------------------------ |
| 149 | // rmm_wrap_finalize: destroy the global rmm_wrap_context |
| 150 | //------------------------------------------------------------------------------ |
no outgoing calls
no test coverage detected