Skip to main content

checked_shape_len

Function checked_shape_len 

Source
pub fn checked_shape_len(
    context: &str,
    dimensions: &[usize],
) -> Result<usize, GpuError>
Expand description

The element count of a row-major buffer with the given dimensions, or a GpuError::DriverCallFailed naming context when the product overflows usize — the one place a device buffer’s shape is multiplied out (#2470).