Skip to content

Commit 39ee84a

Browse files
PeterThpsalz
authored andcommitted
Documentation review updates
1 parent 7fdd7c3 commit 39ee84a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ only the subset of the command graph necessary for executing locally relevant
2727
commands is created on each node, so e.g. if nodes 0 and 1 communicate with each
2828
other locally, node 2 need not be aware of the related commands.
2929

30-
On each node the jobs encoded withing the command graph are asynchronously
30+
On each node the jobs encoded within the command graph are asynchronously
3131
consumed by __executor threads__, which finally leads to actually running the
3232
computations described by each kernel in the input program, distributed among
3333
the GPUs in the cluster.
@@ -37,7 +37,7 @@ in several aspects:
3737

3838
- The details of data allocations, exchange and execution are omitted.
3939
- For this illustration, there are only three nodes in the system.
40-
- In practice, *[Horizons](https://link.springer.com/chapter/10.1007/978-3-031-32316-4_2)*
40+
- In practice, *[Horizons](../research)*
4141
constrain the tasks and commands being actively processed by the system into a sliding window.
4242

4343
Despite these simplifications, this illustration captures the basic execution

0 commit comments

Comments
 (0)