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

Method device

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

Source from the content-addressed store, hash-verified

187 }
188
189 std::shared_ptr<CudaDevice> device() const {
190 return checked_pointer_cast<CudaDevice>(mm_->device());
191 }
192
193 const std::shared_ptr<CudaMemoryManager>& memory_manager() const { return mm_; }
194

Callers

nothing calls this directly

Calls 1

deviceMethod · 0.45

Tested by

no test coverage detected