aaronmarkham commented on a change in pull request #14891: [Doc] Add MKL-DNN
operator list
URL: https://github.com/apache/incubator-mxnet/pull/14891#discussion_r283909071
##########
File path: docs/faq/env_var.md
##########
@@ -280,6 +280,11 @@ When USE_PROFILER is enabled in Makefile or CMake, the
following environments ca
- Values: Int ```(default=4)```
- This variable controls how many CuDNN dropout state resources to create
for each GPU context for use in operator.
+* MXNET_SUBGRAPH_BACKEND
+ - Values: String ```(default="")```
+ - This variable controls the subgraph partitioning in MXNet.
+ - This variable is used to perform MKL-DNN FP32 operator fusion and
quantization. Please refer to [MKL-DNN operator
list](../tutorials/mkldnn/operator_list.md) for how this variable is used and
the list of fusion pass.
Review comment:
```suggestion
- This variable is used to perform MKL-DNN FP32 operator fusion and
quantization. Please refer to the [MKL-DNN operator
list](../tutorials/mkldnn/operator_list.md) for how this variable is used and
the list of fusion passes.
```
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services