提交 c3df8153 authored 作者: carriepl's avatar carriepl

Add section on PushOutScanOutput

上级 8873906c
...@@ -218,6 +218,16 @@ many times on many smaller tensors. However, this optimization can lead to ...@@ -218,6 +218,16 @@ many times on many smaller tensors. However, this optimization can lead to
increased memory usage. increased memory usage.
PushOutScanOutput
-----------------
This optimizations attempts to push out some of the computation at the end
of the inner function to the outer function, to be executed after the Scan
node. Like PushOutSeqScan, this optimization aims to replace many operations
on small tensors by few operations on large tensors. It can also lead to
increased memory usage.
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论