Skip to content

Commit 37a78dc

Browse files
committed
change rep image as a gif
1 parent 58bc103 commit 37a78dc

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

imgs/example-rep.gif

3.68 MB
Loading

imgs/example-rep.png

-350 KB
Binary file not shown.

pages/docs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ rep(0)(x => x+1)
303303

304304
counts how many rounds each device has executed. Indeed, the first time the `rep` expression is evaluated at some device, `x` is bound to `0`, and the expression evaluates to `0+1=1`; the next round on the same device, `x` is bound to `1` (i.e., to the value of the expression in the previous round) and the expression evaluates to `1+1=2`; and so on. It is still -- in general -- a non-uniform field since the update phase and frequency of the devices may vary both between devices and across time for a given device. The following figure shows a snapshot of a field generated by the above expression.
305305

306-
![Dynamically evolving field with rep.](/imgs/example-rep.png){:.centered}
306+
![Dynamically evolving field with rep.](/imgs/example-rep.gif){:.centered}
307307

308308
Notice that if we assume a bulk synchronous execution model, the output of the above expression would be a **non-constant but uniform field**.
309309

0 commit comments

Comments
 (0)