Browse Source

!2669 Change comment for akg compilation option

Merge pull request !2669 from TronZhang/akg_default
tags/v0.6.0-beta
mindspore-ci-bot Gitee 5 years ago
parent
commit
8c99f35241
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      build.sh

+ 1
- 1
build.sh View File

@@ -52,7 +52,7 @@ usage()
echo " -M Enable MPI and NCCL for GPU training, gpu default on"
echo " -V Specify the minimum required cuda version, default CUDA 10.1"
echo " -I Compile predict, default off"
echo " -K Compile with AKG, default off"
echo " -K Compile with AKG, default on"
echo " -s Enable serving module, default off"
echo " -B Enable debugger, default off"
}


Loading…
Cancel
Save