Changes

Jump to: navigation, search

GPU621/Chapel

272 bytes added, 23:58, 29 November 2022
Data Parallelism
== Data Parallelism ==
=== Range ===
Ranges represent regular sequences of values, such as integers, and are typically defined in terms of a low and high bound.
const r = 1..10, // 1, 2, 3, ..., 10
r2 = 0..n, // 0, 1, 2, ..., n
r3 = lo..hi; // -3, -2, -1, ..., 3
= Reference =
73
edits

Navigation menu