We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29d0bdd commit 7156573Copy full SHA for 7156573
1 file changed
examples/arches/orojenesis.yaml
@@ -18,9 +18,10 @@ arch:
18
# Keep only intermediates -> allow fusion
19
tensors: {keep: ~Intermediates, may_keep: All}
20
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.
+ # We'll set up the mapper to also optimize for global buffer usage. We make it large
+ # enough that it'll never reasonably be oversubscribed, then count the usage as the
+ # "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.
25
- !Memory
26
name: GlobalBuffer
27
component_class: Dummy
0 commit comments