Skip to content
Merged
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
3 changes: 2 additions & 1 deletion docs/reference/MIGraphX-dev-env-vars.rst
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ Model performance tunable variables change the compilation behavior of a model.
| Default: Composable Kernel workarounds are disabled.

* - | ``MIGRAPHX_REWRITE_LRN``
| Turns on LRN-to-pooling lowering in the rewrite_pooling pass.
| When set, transforms LRN to use pooling in the ``rewrite_pooling`` pass.

- | ``1``: Turns on LRN-to-pooling lowering.
| ``0``: Returns to default behavior.
Expand Down Expand Up @@ -734,3 +734,4 @@ Advanced settings

- Takes a positive integer.


Loading