Browse Source

!697 op_compiler_cache_dir

From: @dimitri_rose
Reviewed-by: @xchu42,@ji_chen
Signed-off-by: @ji_chen
tags/v1.2.0
mindspore-ci-bot Gitee 3 years ago
parent
commit
2f362d78b2
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      ge/offline/main.cc

+ 1
- 1
ge/offline/main.cc View File

@@ -305,7 +305,7 @@ class GFlagUtils {
" --debug_dir Set the save path of operator compilation intermediate files.\n" " --debug_dir Set the save path of operator compilation intermediate files.\n"
"Default value: ./kernel_meta\n" "Default value: ./kernel_meta\n"
" --op_compiler_cache_dir Set the save path of operator compilation cache files.\n" " --op_compiler_cache_dir Set the save path of operator compilation cache files.\n"
"Default value: $HOME/atc_data/kernel_cache\n"
"Default value: $HOME/atc_data\n"
" --op_compiler_cache_mode Set the operator compilation cache mode." " --op_compiler_cache_mode Set the operator compilation cache mode."
"Options are disable(default), enable and force(force to refresh the cache)"); "Options are disable(default), enable and force(force to refresh the cache)");




Loading…
Cancel
Save