docs: document show optimizer configuration option

This commit is contained in:
Umut
2022-11-15 11:34:26 +01:00
parent 31d5915cee
commit 02ec19ce1b

View File

@@ -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.