xla
xla copied to clipboard
Convert row reduction tests to hlo tests.
Convert row reduction tests to hlo tests.
This unifies the three types of tests we have right now (IR, correctness, indexing) using two tools: one that converts the HLO to MLIR, and one that verifies result correctness and indexing map correctness. Both operate directly on hlo files.