Skip to content

Commit

Permalink
[XLA:GPU] Cleanup dead ExecTimeOptimizationEffort.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 708338000
  • Loading branch information
allanrenucci authored and Google-ML-Automation committed Dec 20, 2024
1 parent 2f17c82 commit 211ca72
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions xla/service/gpu/flag_utils.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,6 @@ limitations under the License.
namespace xla {
namespace gpu {

// Returns compile time optimization effort in range [-1.0, 1.0] where values <
// 0.0 indicate skipping passes which might optimize the final runtime (thus
// improving compile time), and values > 0.0 indicate running additional passes
// which may improve runtime at the cost of compilation time.
float ExecTimeOptimizationEffort(const HloModuleConfig& config);

// Defines the optimization effort to trigger additional passes which optimize
// communication compute overlap.
constexpr float kExtraCollectiveOptimizations = 0.2;
Expand Down

0 comments on commit 211ca72

Please sign in to comment.