MCPcopy Create free account
hub / github.com/Meshcapade/difflocks / stream

Method stream

extensions/include/cuMat/src/Context.h:220–220  ·  view source on GitHub ↗

* \brief Returns the cuda stream accociated with this context * \return the cuda stream */

Source from the content-addressed store, hash-verified

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()

Callers 15

CwiseOp.hFile · 0.80
evalMethod · 0.80
evalMethod · 0.80
evalMethod · 0.80
evalMethod · 0.80
evalMethod · 0.80
evalMethod · 0.80
evalMethod · 0.80
CusolverApiMethod · 0.80
assignMethod · 0.80
assignFunction · 0.80
_solve_implMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected