From 1cbc90ba2b07aa03125d822ee9b53be770c725dc Mon Sep 17 00:00:00 2001 From: wuweikang Date: Wed, 22 Apr 2020 15:44:32 +0800 Subject: [PATCH 1/2] test for smoke --- src/ge/client/ge_api.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ge/client/ge_api.cc b/src/ge/client/ge_api.cc index 5b42c9db..7a89333c 100644 --- a/src/ge/client/ge_api.cc +++ b/src/ge/client/ge_api.cc @@ -14,6 +14,7 @@ * limitations under the License. */ + #include "ge/ge_api.h" #include #include "common/debug/log.h" From cdf034641982252b0c99121c2f6a74fb5074d848 Mon Sep 17 00:00:00 2001 From: HW_KK Date: Fri, 24 Apr 2020 10:53:14 +0800 Subject: [PATCH 2/2] update src/ge/client/ge_api.cc. --- src/ge/client/ge_api.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ge/client/ge_api.cc b/src/ge/client/ge_api.cc index 7a89333c..ac26744c 100644 --- a/src/ge/client/ge_api.cc +++ b/src/ge/client/ge_api.cc @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - +KK #include "ge/ge_api.h" #include