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

Function make_cuda

deps/GraphBLAS/rmm_wrap/rmm_wrap.cpp:69–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67#endif
68
69inline auto make_cuda()
70{
71 return std::make_shared<rmm::mr::cuda_memory_resource>() ;
72}
73
74inline auto make_managed()
75{

Callers 1

make_and_set_device_poolFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected