File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ only the subset of the command graph necessary for executing locally relevant
2727commands is created on each node, so e.g. if nodes 0 and 1 communicate with each
2828other 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
3131consumed by __ executor threads__ , which finally leads to actually running the
3232computations described by each kernel in the input program, distributed among
3333the 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
4343Despite these simplifications, this illustration captures the basic execution
You can’t perform that action at this time.
0 commit comments