未验证 提交 a037378f 编写于 作者: Q qingqing01 提交者: GitHub

Fix error with cuDNN version less than 7.1. (#15219)

Since conv_fusion_op is not exposed into Python, remote the env flag in __init__.py
test=develop
上级 e29f10d3
......@@ -155,7 +155,7 @@ def __bootstrap__():
'fraction_of_gpu_memory_to_use', 'cudnn_deterministic',
'enable_cublas_tensor_op_math', 'conv_workspace_size_limit',
'cudnn_exhaustive_search', 'memory_optimize_debug', 'selected_gpus',
'cudnn_exhaustive_search_times', 'sync_nccl_allreduce'
'sync_nccl_allreduce'
]
core.init_gflags([sys.argv[0]] +
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册