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

Method CopyToHost

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

Source from the content-addressed store, hash-verified

159}
160
161Status CudaBuffer::CopyToHost(const int64_t position, const int64_t nbytes,
162 void* out) const {
163 return context_->CopyDeviceToHost(out, data_ + position, nbytes);
164}
165
166Status CudaBuffer::CopyFromHost(const int64_t position, const void* data,
167 int64_t nbytes) {

Callers 3

AssertCudaBufferEqualsFunction · 0.80
TEST_FFunction · 0.80

Calls 1

CopyDeviceToHostMethod · 0.45

Tested by 2

AssertCudaBufferEqualsFunction · 0.64
TEST_FFunction · 0.64