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

Method View

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

Source from the content-addressed store, hash-verified

652}
653
654Result<std::shared_ptr<CudaBuffer>> CudaContext::View(uint8_t* data, int64_t nbytes) {
655 return std::make_shared<CudaBuffer>(data, nbytes, this->shared_from_this(), false);
656}
657
658Result<std::shared_ptr<CudaIpcMemHandle>> CudaContext::ExportIpcBuffer(const void* data,
659 int64_t size) {

Callers 7

MakeRandomArrayMethod · 0.45
BinaryWithRepeatsMethod · 0.45
ArrayOfMethod · 0.45
BatchesFunction · 0.45
ExecuteImplMethod · 0.45
TestMethod · 0.45
TESTFunction · 0.45

Calls

no outgoing calls

Tested by 2

TestMethod · 0.36
TESTFunction · 0.36