MCPcopy 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
114CudaBuffer::~CudaBuffer() { ARROW_CHECK_OK(Close()); }
115
116Status CudaBuffer::Close() {
117 if (own_data_) {

Callers

nothing calls this directly

Calls 1

CloseFunction · 0.50

Tested by

no test coverage detected