Rename HloSchedule to GpuHloSchedule.
A followup cl (cl/210228646) adds a class HloSchedule which holds a sequential schedule for an HloModule. This new class will replaces the bare map<HloComputation*, std::vector<HloInstruction*>> that we pass around now. Renaming the existing HloSchedule to GpuHloSchedule as it is GPU-specific. PiperOrigin-RevId: 211025385
Loading
Please sign in to comment