Various fixes.
* Change HloDomainIsolator to take a factory of DomainCreators. The pass was previously not safe to run on a HloModuleGroup containing multiple modules because the DomainCreator held stale data from the earlier modules. * Move entry ComputationLayout verification in HloVerifier into a virtual method on ShapeVerifier. This enables backend-specific checking. * Make HloPassPipeline copyable. PiperOrigin-RevId: 217962214
Loading
Please sign in to comment