From 8f6315feb2685f71bd8de154a8e77bfdf5279f1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=82=85=E9=AA=8F?= Date: Mon, 19 Sep 2022 20:38:03 +0000 Subject: [PATCH] =?UTF-8?q?!671=20=E5=8E=BB=E9=99=A4All-In-One=E5=85=BC?= =?UTF-8?q?=E5=AE=B9=E6=80=A7=E7=9B=AE=E5=BD=95=20Merge=20pull=20request?= =?UTF-8?q?=20!671=20from=20=E5=82=85=E9=AA=8F/br=5Fremove=5Fall=5Fin=5Fon?= =?UTF-8?q?e=5Fsoftlinks?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- parser/stub/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/parser/stub/README.md b/parser/stub/README.md index a085e53..fc47b12 100644 --- a/parser/stub/README.md +++ b/parser/stub/README.md @@ -16,7 +16,7 @@ Makefile: ''' -ATC_INCLUDE_DIR := $(ASCEND_PATH)/atc/include +ATC_INCLUDE_DIR := $(ASCEND_PATH)/compiler/include OPP_INCLUDE_DIR := $(ASCEND_PATH)/opp/op_proto/built-in/inc LOCAL_MODULE_NAME := ir_build CC := g++ @@ -26,7 +26,7 @@ INCLUDES := -I $(ASCEND_OPP_PATH)/op_proto/built-in/inc \ -I $(ATC_INCLUDE_DIR)/graph \ -I $(ATC_INCLUDE_DIR)/ge \ -LIBS := -L ${ASCEND_PATH}/atc/lib64/stub \ +LIBS := -L ${ASCEND_PATH}/compiler/lib64/stub \ -lgraph \ -lge_compiler ir_build: @@ -38,7 +38,7 @@ clean: ''' make -## Run the application after set the LD_LIBRARY_PATH to include the real path of the library which locates in the directory of atc/lib64 +## Run the application after set the LD_LIBRARY_PATH to include the real path of the library which locates in the directory of compiler/lib64 -export LD_LIBRARY_PATH= $(ASCEND_PATH)/atc/lib64 +export LD_LIBRARY_PATH= $(ASCEND_PATH)/compiler/lib64 - ./ ir_build