Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
510
bool IsCudaMemoryManager(const MemoryManager& mm) { return IsCudaDevice(*mm.device()); }
511
512
Result<std::shared_ptr<CudaMemoryManager>> AsCudaMemoryManager(
513
const std::shared_ptr<MemoryManager>& mm) {
Callers
2
CopyNonOwnedFrom
Method · 0.85
AsCudaMemoryManager
Function · 0.85
Calls
2
IsCudaDevice
Function · 0.85
device
Method · 0.45
Tested by
no test coverage detected