Skip to content

Commit

Permalink
[XLA:CPU Next][NFC] Fix pipeline option description
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 523661137
  • Loading branch information
tyb0807 authored and copybara-github committed Apr 12, 2023
1 parent 3dc6781 commit 301f86a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion xla/mlir_hlo/gml_st/transforms/passes.h
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,8 @@ struct GmlStCPUTilingOptions

Option<int64_t> statsDetailLevel{
*this, "stats-detail-level",
llvm::cl::desc("Vector size for a 1D reduction."), llvm::cl::init(0)};
llvm::cl::desc("Detail level for collecting IR statistics."),
llvm::cl::init(0)};

Option<bool> fuseDegenerateReshapes{
*this, "fuse-degenerate-reshapes",
Expand Down

0 comments on commit 301f86a

Please sign in to comment.