Function melior::dialect::ods::gpu::spmv

source ·
pub fn spmv<'c>(
    context: &'c Context,
    async_dependencies: &[Value<'c, '_>],
    spmat_a: Value<'c, '_>,
    dn_x: Value<'c, '_>,
    dn_y: Value<'c, '_>,
    buffer: Value<'c, '_>,
    compute_type: TypeAttribute<'c>,
    location: Location<'c>
) -> SpMVOperation<'c>
Expand description

Creates a spmv operation.