| 211 | } |
| 212 | |
| 213 | Result<uintptr_t> CudaHostBuffer::GetDeviceAddress( |
| 214 | const std::shared_ptr<CudaContext>& ctx) { |
| 215 | return ::arrow::cuda::GetDeviceAddress(data(), ctx); |
| 216 | } |
| 217 | |
| 218 | // ---------------------------------------------------------------------- |
| 219 | // CudaBufferReader |
nothing calls this directly
no test coverage detected