tf_1.8_xla_doc
List of all members
xla::cpu::ParallelizationPreparation Class Reference

#include <cpu_parallelization_preparation.h>

Inherits HloPassInterface.

Detailed Description

Google docs:

This pass prepares an HLO module for parallel execution by transforming subgraphs of the top-level computation into embedded computations which can be executed in parallel. TODO(b/29630486): Currently, it is limited to turning all instructions (which are not constants or parameters) in the entry computation into embedded computations. However, it could make sense to coarsen the parallelization to improve cache locality. Also, we will need to do something to intelligently handle While constructs.


The documentation for this class was generated from the following files: