Skip to content

Commit

Permalink
Add a field for pcie bandwidth in SchedulerConfig
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 728835685
  • Loading branch information
Google-ML-Automation committed Feb 25, 2025
1 parent 2efc815 commit 13e2c53
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions xla/service/latency_hiding_scheduler.h
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ struct SchedulerConfig {
int64_t max_hops_to_closest_selective_overlap = 0;
int64_t rerun = 0;
int64_t parallel_collective_overlap_limit = 1;
double pcie_bandwidth_in_bytes_per_second = 6.0 * 1e9;
};

// Class used estimate latency between instructions and cost of HLOs.
Expand Down

0 comments on commit 13e2c53

Please sign in to comment.