Function melior::dialect::ods::gpu::spmm

source ·
pub fn spmm<'c>(
    context: &'c Context,
    async_dependencies: &[Value<'c, '_>],
    spmat_a: Value<'c, '_>,
    dnmat_b: Value<'c, '_>,
    dnmat_c: Value<'c, '_>,
    buffers: &[Value<'c, '_>],
    compute_type: TypeAttribute<'c>,
    location: Location<'c>
) -> SpMMOperation<'c>
Expand description

Creates a spmm operation.