MCPcopy Create free account
hub / github.com/apache/arrow / default_memory_manager

Method default_memory_manager

cpp/src/arrow/gpu/cuda_context.cc:243–245  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

241}
242
243std::shared_ptr<MemoryManager> CudaDevice::default_memory_manager() {
244 return CudaMemoryManager::Make(shared_from_this());
245}
246
247Result<std::shared_ptr<CudaContext>> CudaDevice::GetContext() {
248 // XXX should we cache a default context in CudaDevice instance?

Callers 6

DefaultCUDADeviceMapperFunction · 0.45
InitMethod · 0.45
InitSharedMethod · 0.45
SetUpMethod · 0.45
TEST_FFunction · 0.45
TestWithArrayFactoryMethod · 0.45

Calls 1

MakeFunction · 0.50

Tested by 3

SetUpMethod · 0.36
TEST_FFunction · 0.36
TestWithArrayFactoryMethod · 0.36