From c01569f0e0b4bec1a040c6bcbff83696da242570 Mon Sep 17 00:00:00 2001 From: Tron Zhang Date: Mon, 22 Jun 2020 10:26:26 +0800 Subject: [PATCH] Change akg as on default for D backend --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 04bbe633aa..a033e35989 100755 --- a/build.sh +++ b/build.sh @@ -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