This is an automated email from the ASF dual-hosted git repository.

zhasheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git


The following commit(s) were added to refs/heads/master by this push:
     new 95095e4  Set the autotune default to 1 in docs (#9653)
95095e4 is described below

commit 95095e4138b67ce033b999e8acc487ade6bf9018
Author: Kellen Sunderland <kellen.sunderl...@gmail.com>
AuthorDate: Fri Feb 2 22:06:45 2018 +0100

    Set the autotune default to 1 in docs (#9653)
    
    From the usages I see, the default value is 1.
    
    
https://github.com/apache/incubator-mxnet/blob/2cc2aa2272881326c8a50c6204aedd71e1821c3f/src/operator/nn/cudnn/cudnn_convolution-inl.h#L100
    and
    
https://github.com/apache/incubator-mxnet/blob/2cc2aa2272881326c8a50c6204aedd71e1821c3f/src/operator/nn/cudnn/cudnn_deconvolution-inl.h#L97
---
 docs/faq/env_var.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/faq/env_var.md b/docs/faq/env_var.md
index 41b8bca..af698ca 100644
--- a/docs/faq/env_var.md
+++ b/docs/faq/env_var.md
@@ -110,7 +110,7 @@ When USE_PROFILER is enabled in Makefile or CMake, the 
following environments ca
 ## Other Environment Variables
 
 * MXNET_CUDNN_AUTOTUNE_DEFAULT
-  - Values: 0(false) or 1(true) ```(default=0)```
+  - Values: 0(false) or 1(true) ```(default=1)```
   - The default value of cudnn auto tunning for convolution layers.
   - Auto tuning is turned off by default. For benchmarking, set this to 1 to 
turn it on by default.
 

-- 
To stop receiving notification emails like this one, please contact
zhash...@apache.org.

Reply via email to