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

Function make_and_set_cuda_stream_pool

deps/GraphBLAS/rmm_wrap/rmm_wrap.cpp:134–140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

132}
133
134inline 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
142inline cudaStream_t make_cuda_stream()
143{

Callers 1

rmm_wrap_initializeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected