Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ ~CudaBuffer
Method
~CudaBuffer
cpp/src/arrow/gpu/cuda_memory.cc:114–114 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
112
: CudaBuffer(reinterpret_cast<uint8_t*>(address), size, context, own_data, is_ipc) {}
113
114
CudaBuffer::~CudaBuffer() { ARROW_CHECK_OK(Close()); }
115
116
Status CudaBuffer::Close() {
117
if (own_data_) {
Callers
nothing calls this directly
Calls
1
Close
Function · 0.50
Tested by
no test coverage detected