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

Method handle

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

Source from the content-addressed store, hash-verified

93}
94
95const void* CudaIpcMemHandle::handle() const { return &impl_->ipc_handle; }
96
97int64_t CudaIpcMemHandle::memory_size() const { return impl_->memory_size; }
98

Calls

no outgoing calls