Browse Source

!2427 Change akg's compile option to on defualt for D backen

Merge pull request !2427 from TronZhang/akg_default_on
tags/v0.5.0-beta
mindspore-ci-bot Gitee 5 years ago
parent
commit
9b1b93eede
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      build.sh

+ 1
- 1
build.sh View File

@@ -92,7 +92,7 @@ checkopts()
COMPILE_PREDICT="off"
USE_GLOG="on"
PREDICT_PLATFORM=""
ENABLE_AKG="off"
ENABLE_AKG="on"
ENABLE_SERVING="off"
# Process the options
while getopts 'drvj:c:t:hsb:a:g:p:ie:m:I:LRP:Q:D:zM:V:K:s' opt


Loading…
Cancel
Save