Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ SetBufferSize
Method
SetBufferSize
cpp/src/arrow/gpu/cuda_memory.cc:454–456 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
452
}
453
454
Status CudaBufferWriter::SetBufferSize(const int64_t buffer_size) {
455
return impl_->SetBufferSize(buffer_size);
456
}
457
458
int64_t CudaBufferWriter::buffer_size() const { return impl_->buffer_size(); }
459
Callers
4
CudaBufferWriterBenchmark
Function · 0.45
GetBufferWriter
Method · 0.45
TestWrites
Method · 0.45
TEST_F
Function · 0.45
Calls
no outgoing calls
Tested by
2
TestWrites
Method · 0.36
TEST_F
Function · 0.36