prefetch

Function prefetch 

Source
pub fn prefetch<'c>(
    context: &'c Context,
    memref: Value<'c, '_>,
    indices: &[Value<'c, '_>],
    is_write: Attribute<'c>,
    locality_hint: IntegerAttribute<'c>,
    is_data_cache: Attribute<'c>,
    map: Attribute<'c>,
    location: Location<'c>,
) -> AffinePrefetchOperation<'c>
Expand description

Creates a prefetch operation.