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

Method handle

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

Source from the content-addressed store, hash-verified

234int64_t CudaDevice::total_memory() const { return impl_->props.total_memory_; }
235
236int CudaDevice::handle() const { return impl_->props.handle_; }
237
238Result<std::shared_ptr<CudaDevice>> CudaDevice::Make(int device_number) {
239 ARROW_ASSIGN_OR_RAISE(auto manager, CudaDeviceManager::Instance());

Callers 10

OpenIpcBufferMethod · 0.45
MakeStreamMethod · 0.45
WaitEventMethod · 0.45
SynchronizeMethod · 0.45
WaitMethod · 0.45
RecordMethod · 0.45
MakeDeviceSyncEventMethod · 0.45
CopyNonOwnedFromMethod · 0.45
AllocateHostMethod · 0.45

Calls 1

context_handleMethod · 0.80

Tested by

no test coverage detected