* Create Fingerprint() method for HloModule, HloInstruction, and...
* Create Fingerprint() method for HloModule, HloInstruction, and HloComputation for hashing to accelerate checking identical HLO modules. * Make HloRunner's CreateExecutable method public so that an HLO graph can be compiled without running. Make HloRunner's ExecuteWithDeviceBuffers method accept an executable that has already been compiled. These two changes enable parallelizing compilation of multiple configs of each HLO op. PiperOrigin-RevId: 223439459
Loading
Please sign in to comment