From d360a920ba11f1469c7698a39ca0710c5a40bd29 Mon Sep 17 00:00:00 2001 From: AtlasAccount Date: Sat, 21 Jun 2025 04:03:12 +0000 Subject: [PATCH 1/4] add tests/mytest.py. Signed-off-by: AtlasAccount --- tests/mytest.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 tests/mytest.py diff --git a/tests/mytest.py b/tests/mytest.py new file mode 100644 index 00000000..0aba17d1 --- /dev/null +++ b/tests/mytest.py @@ -0,0 +1 @@ +import os \ No newline at end of file -- Gitee From 1fec5b53faee6b4d641cc633bf617a8107e54111 Mon Sep 17 00:00:00 2001 From: AtlasAccount Date: Mon, 18 Aug 2025 07:22:07 +0000 Subject: [PATCH 2/4] update include/atb/types.h. Signed-off-by: AtlasAccount --- include/atb/types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/atb/types.h b/include/atb/types.h index 5ce82c92..18609110 100644 --- a/include/atb/types.h +++ b/include/atb/types.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Huawei Technologies Co., Ltd. + * Copyright (c) 2024 Huawei Technologies Co., Ltd. test ut * This file is a part of the CANN Open Software. * Licensed under CANN Open Software License Agreement Version 1.0 (the "License"). * Please refer to the License for details. You may not use this file except in compliance with the License. -- Gitee From cea1df6f04a73ae1b7b873621155fea65f8cd77b Mon Sep 17 00:00:00 2001 From: AtlasAccount Date: Tue, 19 Aug 2025 08:29:13 +0000 Subject: [PATCH 3/4] update include/atb/types.h. Signed-off-by: AtlasAccount --- include/atb/types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/atb/types.h b/include/atb/types.h index 18609110..5ce82c92 100644 --- a/include/atb/types.h +++ b/include/atb/types.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Huawei Technologies Co., Ltd. test ut + * Copyright (c) 2024 Huawei Technologies Co., Ltd. * This file is a part of the CANN Open Software. * Licensed under CANN Open Software License Agreement Version 1.0 (the "License"). * Please refer to the License for details. You may not use this file except in compliance with the License. -- Gitee From 631540cd61b04f7e098d5bf9ff1d393b647b4a9b Mon Sep 17 00:00:00 2001 From: AtlasAccount Date: Mon, 22 Sep 2025 11:16:06 +0000 Subject: [PATCH 4/4] =?UTF-8?q?ci=E6=B5=8B=E8=AF=95=E5=8B=BF=E5=90=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: AtlasAccount --- scripts/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build.sh b/scripts/build.sh index e322bd43..bbf6ba8c 100644 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -6,7 +6,7 @@ # Please refer to the License for details. You may not use this file except in compliance with the License. # THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER EXPRESS OR IMPLIED, # INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY, OR FITNESS FOR A PARTICULAR PURPOSE. -# See LICENSE in the root of the software repository for the full text of the License. +# See LICENSE in the root of the software repository for the full text of the License.ci # set -e -- Gitee