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

Method device_number

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

Source from the content-addressed store, hash-verified

228}
229
230int CudaDevice::device_number() const { return impl_->props.device_number_; }
231
232std::string CudaDevice::device_name() const { return impl_->props.name_; }
233

Callers 3

SetBufferSizeMethod · 0.80
EqualsMethod · 0.80
TEST_FFunction · 0.80

Calls 1

deviceMethod · 0.45

Tested by 1

TEST_FFunction · 0.64