| 178 | static cudaStream_t current_cuda_stream = nullptr; |
| 179 | |
| 180 | cudaStream_t GetCurrentStream() { |
| 181 | return current_cuda_stream; |
| 182 | } |
| 183 | |
| 184 | void SetCurrentStream(cudaStream_t stream) { |
| 185 | current_cuda_stream = stream; |
no outgoing calls
no test coverage detected