pub fn read_device_row_count(
provider: &CudaKernelProvider,
buffer: &CudaBuffer,
) -> Result<usize, XlogError>Expand description
Reads the device-side row count through the provider’s public metadata API.
pub fn read_device_row_count(
provider: &CudaKernelProvider,
buffer: &CudaBuffer,
) -> Result<usize, XlogError>Reads the device-side row count through the provider’s public metadata API.