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

Method GetDevice

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

Source from the content-addressed store, hash-verified

613}
614
615Result<std::shared_ptr<CudaDevice>> CudaDeviceManager::GetDevice(int device_number) {
616 return impl_->GetDevice(device_number);
617}
618
619Result<std::shared_ptr<CudaContext>> CudaDeviceManager::GetContext(int device_number) {
620 return impl_->GetContext(device_number);

Callers 4

MakeMethod · 0.45
SetUpMethod · 0.45
mainFunction · 0.45
mainFunction · 0.45

Calls

no outgoing calls

Tested by 1

SetUpMethod · 0.36