Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/reference/MIGraphX-dev-env-vars.rst
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ Model performance tunable variables change the compilation behavior of a model.
| Default: No tuning is done for composable kernels.

* - | ``MIGRAPHX_REWRITE_LRN``
| Turns on LRN-to-pooling lowering in the rewrite_pooling pass.
| Turns on LRN-to-pooling lowering in the ``rewrite_pooling`` pass.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a bit ambiguous. Is it turning on the lowering of LRN-to-pooling? Or is it turning on "LRN-to-pooling lowering"?


- | ``1``: Turns on LRN-to-pooling lowering.
| ``0``: Returns to default behavior.
Expand Down
Loading