Unverified Commit b466e84e authored by Chunyang Wen's avatar Chunyang Wen Committed by GitHub
Browse files

fix redundant (#228)

parent e62afbc8
...@@ -95,7 +95,7 @@ pre-defined sized buffer large enough to achieve great performance without the ...@@ -95,7 +95,7 @@ pre-defined sized buffer large enough to achieve great performance without the
unnecessary memory overhead. unnecessary memory overhead.
### Contiguous Memory Optimization (CMO) ### Contiguous Memory Optimization (CMO)
CMO reduces reduces memory fragmentation during training, preventing out of memory errors CMO reduces memory fragmentation during training, preventing out of memory errors
due to lack of contiguous memory. Memory fragmentation is a result of interleaving between due to lack of contiguous memory. Memory fragmentation is a result of interleaving between
short lived and long lived memory objects. During the forward propagation activation short lived and long lived memory objects. During the forward propagation activation
checkpoints are long lived but the activations that recomputed are short lived. Similarly, checkpoints are long lived but the activations that recomputed are short lived. Similarly,
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment