forked from mindspore-Ecosystem/mindspore
Change akg as on default for D backend
This commit is contained in:
parent
c9b8a8da0a
commit
c01569f0e0
2
build.sh
2
build.sh
|
@ -92,7 +92,7 @@ checkopts()
|
||||||
COMPILE_PREDICT="off"
|
COMPILE_PREDICT="off"
|
||||||
USE_GLOG="on"
|
USE_GLOG="on"
|
||||||
PREDICT_PLATFORM=""
|
PREDICT_PLATFORM=""
|
||||||
ENABLE_AKG="off"
|
ENABLE_AKG="on"
|
||||||
ENABLE_SERVING="off"
|
ENABLE_SERVING="off"
|
||||||
# Process the options
|
# Process the options
|
||||||
while getopts 'drvj:c:t:hsb:a:g:p:ie:m:I:LRP:Q:D:zM:V:K:s' opt
|
while getopts 'drvj:c:t:hsb:a:g:p:ie:m:I:LRP:Q:D:zM:V:K:s' opt
|
||||||
|
|
Loading…
Reference in New Issue