MCPcopy Create free account
hub / github.com/RedisGraph/RedisGraph / make_cuda_stream

Function make_cuda_stream

deps/GraphBLAS/rmm_wrap/rmm_wrap.cpp:142–147  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140}
141
142inline 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//------------------------------------------------------------------------------

Callers 1

rmm_wrap_initializeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected