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

Method memory_manager

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

Source from the content-addressed store, hash-verified

740std::shared_ptr<CudaDevice> CudaContext::device() const { return impl_->device(); }
741
742std::shared_ptr<CudaMemoryManager> CudaContext::memory_manager() const {
743 return impl_->memory_manager();
744}
745
746int CudaContext::device_number() const { return impl_->device()->device_number(); }
747

Callers 2

CudaBufferMethod · 0.45
TEST_FFunction · 0.45

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.36