[XLA:GPU] Retire the flops-to-bytes heuristic for fusion.
Benchmarks suggest that this heuristic rarely triggers in practice and is not effective when it does. It is only used by FusionMerger but no other fusion pass. Removing this heuristic reduces code complexity and is a step towards more consistency in fusion passes. PiperOrigin-RevId: 235667025
Loading
Please sign in to comment