Initialize manually allocated static memory.
()
| 329 | |
| 330 | |
| 331 | def _initialize_mem_buffs(): |
| 332 | """Initialize manually allocated static memory.""" |
| 333 | args = get_args() |
| 334 | |
| 335 | # Initialize memory for checkpointed activations. |
| 336 | if args.distribute_checkpointed_activations: |
| 337 | mpu.init_checkpointed_activations_memory_buffer() |
no test coverage detected