pub fn parallel<'c>(
context: &'c Context,
results: &[Type<'c>],
lower_bound: &[Value<'c, '_>],
upper_bound: &[Value<'c, '_>],
step: &[Value<'c, '_>],
init_vals: &[Value<'c, '_>],
region: Region<'c>,
location: Location<'c>
) -> ParallelOperation<'c>
Expand description
Creates a parallel
operation.