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

Method device

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

Source from the content-addressed store, hash-verified

738void* CudaContext::handle() const { return impl_->context_handle(); }
739
740std::shared_ptr<CudaDevice> CudaContext::device() const { return impl_->device(); }
741
742std::shared_ptr<CudaMemoryManager> CudaContext::memory_manager() const {
743 return impl_->memory_manager();

Callers 15

buffer.hFile · 0.45
SetMemoryManagerFunction · 0.45
CopyBufferMethod · 0.45
CopyNonOwnedMethod · 0.45
ViewBufferMethod · 0.45
CopyBufferSliceToCPUMethod · 0.45
AssertIsCPUBufferFunction · 0.45
TEST_FFunction · 0.45
deviceMethod · 0.45
GetBufferReaderMethod · 0.45
GetBufferWriterMethod · 0.45
IsCudaMemoryManagerFunction · 0.45

Calls

no outgoing calls

Tested by 5

AssertIsCPUBufferFunction · 0.36
TEST_FFunction · 0.36
AssertCudaBufferEqualsFunction · 0.36
TEST_FFunction · 0.36
CheckBuffersOnDeviceFunction · 0.36