diff --git a/docs/howto/configure.md b/docs/howto/configure.md index ca2f86baf..d5e3aad6e 100644 --- a/docs/howto/configure.md +++ b/docs/howto/configure.md @@ -58,6 +58,9 @@ Additional kwarg to `compile` function have higher precedence. So if you set an * **show\_mlir**: bool = False * Whether to print MLIR during compilation. +* **show\_optimizer**: bool = False + * Whether to print optimizer output during compilation. + * **verbose**: bool = False * Whether to print computation graph and MLIR during compilation.