* \brief Returns the cuda stream accociated with this context * \return the cuda stream */
| 218 | * \return the cuda stream |
| 219 | */ |
| 220 | cudaStream_t stream() const { return stream_; } |
| 221 | |
| 222 | #if CUMAT_CONTEXT_USE_CUB_ALLOCATOR==1 |
| 223 | static cub::CachingDeviceAllocator& getCubAllocator() |