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

Function IsCudaMemoryManager

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

Source from the content-addressed store, hash-verified

508}
509
510bool IsCudaMemoryManager(const MemoryManager& mm) { return IsCudaDevice(*mm.device()); }
511
512Result<std::shared_ptr<CudaMemoryManager>> AsCudaMemoryManager(
513 const std::shared_ptr<MemoryManager>& mm) {

Callers 2

CopyNonOwnedFromMethod · 0.85
AsCudaMemoryManagerFunction · 0.85

Calls 2

IsCudaDeviceFunction · 0.85
deviceMethod · 0.45

Tested by

no test coverage detected