| 132 | } |
| 133 | |
| 134 | inline std::shared_ptr<rmm::cuda_stream_pool> make_and_set_cuda_stream_pool |
| 135 | ( |
| 136 | std::size_t num_streams |
| 137 | ) |
| 138 | { |
| 139 | return std::make_shared<rmm::cuda_stream_pool>(num_streams); |
| 140 | } |
| 141 | |
| 142 | inline cudaStream_t make_cuda_stream() |
| 143 | { |
no outgoing calls
no test coverage detected