Skip to content

Commit 7156573

Browse files
Oroejnesis arch comment update
1 parent 29d0bdd commit 7156573

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

examples/arches/orojenesis.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,10 @@ arch:
1818
# Keep only intermediates -> allow fusion
1919
tensors: {keep: ~Intermediates, may_keep: All}
2020

21-
# We'll set up the mapper to also optimize for global buffer usage. Note: Global
22-
# buffer size can not be infinity (because usage would be forced to zero), but we make
23-
# it large enough that it'll never reasonably be oversubscribed.
21+
# We'll set up the mapper to also optimize for global buffer usage. We make it large
22+
# enough that it'll never reasonably be oversubscribed, then count the usage as the
23+
# "size" of our global buffer. Note that we cannot set the size to infinity, as usage
24+
# would be zero and there would be nothing to optimize for.
2425
- !Memory
2526
name: GlobalBuffer
2627
component_class: Dummy

0 commit comments

Comments
 (0)