Changes

Jump to: navigation, search

GPU621/Chapel

280 bytes added, 23:36, 29 November 2022
Basic
The following (commented out) statements are compile time errors:
nothingVar = 1;
 
== Parallel Iterators ==
Chapel has two main types of parallel iterators:
*Standalone parallel iterators are the simpler form and can be used to define parallelism for a simple forall loop.
*Leader-follower iterators are a more involved form that support zippered forall loops.
= Reference =
73
edits

Navigation menu