Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[XLA:MSA] Adding two debugging functions for memory space assignment …
…to facilitate reproduction of production bugs in small tests through steering decisions at two key points in the MSA pass flow, before and after AllocateSegment() call: 1) debugging_allocation_request_modifier_fn(): allows modification of AllocationRequest before AllocateSegment(AllocationRequest) calls. 2) debugging_allocation_result_modifier_fn(): enables enforcing arbitrary failures on allocation requests, modifying the output of AllocateSegment(AllocationRequest) calls. PiperOrigin-RevId: 695826893
- Loading branch information