pub fn spmv_buffer_size<'c>(
    context: &'c Context,
    buffer_sz: Type<'c>,
    async_dependencies: &[Value<'c, '_>],
    spmat_a: Value<'c, '_>,
    dn_x: Value<'c, '_>,
    dn_y: Value<'c, '_>,
    compute_type: TypeAttribute<'c>,
    location: Location<'c>
) -> SpMVBufferSizeOperation<'c>
Expand description

Creates a spmv_buffer_size operation.