From e524661c83c087161cb02770832025a3aee086de Mon Sep 17 00:00:00 2001 From: likun104 Date: Thu, 31 Oct 2024 10:31:26 +0800 Subject: [PATCH] update makefile & readme --- cplusplus/level1_single_api/3_ir/IRBuild/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cplusplus/level1_single_api/3_ir/IRBuild/Makefile b/cplusplus/level1_single_api/3_ir/IRBuild/Makefile index b127b21f4..8a544f2b1 100644 --- a/cplusplus/level1_single_api/3_ir/IRBuild/Makefile +++ b/cplusplus/level1_single_api/3_ir/IRBuild/Makefile @@ -1,5 +1,5 @@ ifeq (${ASCEND_INSTALL_PATH},) - ASCEND_PATH := /usr/local/Ascend + ASCEND_PATH := /usr/local/Ascend/latest else ASCEND_PATH := ${ASCEND_INSTALL_PATH} endif -- Gitee