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

Method CopyDeviceToAnotherDevice

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

Source from the content-addressed store, hash-verified

686}
687
688Status CudaContext::CopyDeviceToAnotherDevice(const std::shared_ptr<CudaContext>& dst_ctx,
689 uintptr_t dst, uintptr_t src,
690 int64_t nbytes) {
691 return impl_->CopyDeviceToAnotherDevice(dst_ctx, dst, src, nbytes);
692}
693
694Status CudaContext::CopyDeviceToAnotherDevice(const std::shared_ptr<CudaContext>& dst_ctx,
695 void* dst, const void* src,

Callers 2

CopyFromAnotherDeviceMethod · 0.45
CopyNonOwnedFromMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected