bartekkuncer commented on a change in pull request #20606: URL: https://github.com/apache/incubator-mxnet/pull/20606#discussion_r723110890
########## File path: docs/static_site/src/pages/api/faq/env_var.md ########## @@ -375,7 +375,7 @@ If ctypes is used, it must be `mxnet._ctypes.ndarray.NDArrayBase`. - 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="MKLDNN")``` if ONEDNN is avaliable, otherwise ```(default="")``` + - Values: String ```(default="DNNL")``` if ONEDNN is avaliable, otherwise ```(default="")``` - This variable controls the subgraph partitioning in MXNet. - This variable is used to perform ONEDNN FP32 operator fusion and quantization. Please refer to the [ONEDNN operator list](https://github.com/apache/incubator-mxnet/blob/v1.5.x/docs/tutorials/mkldnn/operator_list.md) for how this variable is used and the list of fusion passes. Review comment: changed ONEDNN -> oneDNN -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
