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

Method GetDeviceAddress

cpp/src/arrow/gpu/cuda_memory.cc:213–216  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

211}
212
213Result<uintptr_t> CudaHostBuffer::GetDeviceAddress(
214 const std::shared_ptr<CudaContext>& ctx) {
215 return ::arrow::cuda::GetDeviceAddress(data(), ctx);
216}
217
218// ----------------------------------------------------------------------
219// CudaBufferReader

Callers

nothing calls this directly

Calls 2

GetDeviceAddressFunction · 0.85
dataFunction · 0.50

Tested by

no test coverage detected