Merge pull request !33859 from xumengjuan1/code_docs_f6
This commit is contained in:
i-robot 2022-05-05 11:17:18 +00:00 committed by Gitee
commit dd79e3cc13
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 1 additions and 1 deletions

View File

@ -797,7 +797,7 @@ def set_context(**kwargs):
If enable_graph_kernel is set to True, acceleration can be enabled.
For details of graph kernel fusion, please check
`Enabling Graph Kernel Fusion
<https://www.mindspore.cn/docs/en/master/design/enable_graph_kernel_fusion.html>`_.
<https://www.mindspore.cn/docs/en/master/design/graph_fusion_engine.html>`_.
graph_kernel_flags (str)
Optimization options of graph kernel fusion, and the priority is higher when it conflicts
with enable_graph_kernel. Only for experienced users.