From 02ec19ce1ba58cce9981bd3ef48841d3b1fc7bd5 Mon Sep 17 00:00:00 2001 From: Umut Date: Tue, 15 Nov 2022 11:34:26 +0100 Subject: [PATCH] docs: document show optimizer configuration option --- docs/howto/configure.md | 3 +++ 1 file changed, 3 insertions(+) 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.