快速安装/升级/卸载Ascend配套软件包

一、参考资料

配套MindSpore 昇腾软件安装指引(23.0.RC3)

快速安装CANN

二、安装Ascend配套软件包

1. Ascend配套软件包简介

Ascend配套软件包,包括:固件、驱动和CANN(Compute Architecture for Neural Networks,AI异构计算架构)。Ascend配套软件包提供商用版社区版两种版本,其中 商用版下载需要申请权限,社区版下载不受限制。

软件类型软件介绍
固件固件包含昇腾AI处理器自带的OS 、电源器件和功耗管理器件控制软件,分别用于后续加载到AI处理器的模型计算、芯片启动控制和功耗控制。
驱动部署在昇腾服务器,用于管理查询昇腾AI处理器,同时为上层CANN软件提供芯片控制、资源分配等接口。
CANN部署在昇腾服务器,包含Runtime、算子库、图引擎、媒体数据处理等组件,通过AscendCL(Ascend Computing Language)对外提供Device管理、Context管理、Stream管理、内存管理、模型加载与执行、算子加载与执行、媒体数据处理等API,帮助开发者实现在昇腾CANN平台上进行深度学习推理计算、图像预处理、单算子加速计算。

本文以社区版本为例,介绍Ascend配套软件包下载安装过程。Ascend配套软件包和测试服务器信息如下:

软件/硬件版本/型号
MindSpore1.9.0
CANNCANN 6.0.RC1.alpha005
软件包名称:Ascend-cann-toolkit_6.0.RC1_linux-aarch64.run
固件1.0.17.1.alpha
软件包名称:A800-9000-npu-firmware_6.0.rc1.run
驱动1.0.17.1.alpha
软件包名称:A800-9000-npu-driver_6.0.rc1_linux-aarch64.run
服务器Atlas 800 训练服务器(型号:9000)
开发者套件Atlas 200 DK(型号:3000)

Atlas 200 DK既作为开发环境,又作为运行环境,也就是“开发环境与运行环境合设”。

2. 准备工作

2.1 准备用户

制作SD卡时,已经在Atlas 200 DK上创建了用于运行应用程序的 HwHiAiUser 用户,请直接使用此用户作为CANN软件的安装运行用户。

2.2 下载固件和驱动

通过 链接 查询并下载CANN软件包的下载链接。推荐下载并安装 *.run 格式的软件包。

在这里插入图片描述

2.3 下载CANN软件包

通过 链接 查询并下载CANN软件包的下载链接。推荐下载并安装 *.run 格式的软件包。

在这里插入图片描述

在这里插入图片描述

3. 安装驱动和固件

配套MindSpore 昇腾软件安装指引(23.0.RC3)

安装驱动和固件的详细步骤,请参考:快速安装CANN

4. 安装CANN软件包(ascend-toolkit)

安装CANN软件包的详细步骤,请参考:快速安装CANN

首先,将开发套件包上传到Atlas 200 DK任意目录,切换到 HwHiAiUser 用户,并执行相关指令。

# 给安装包增加可执行权限
chmod +x Ascend-cann-toolkit_{version}_linux-aarch64.run# 校验安装包的一致性和完整性
./Ascend-cann-toolkit_{version}_linux-aarch64.run --check# 默认安装路径为 `$HOME/Ascend`
./Ascend-cann-toolkit_8.0.RC1.alpha003_linux-x86_64.run --install# 安装到指定路径
./Ascend-cann-toolkit_8.0.RC1.alpha003_linux-x86_64.run --install-path=<path> 

CANN软件包相关指令

HwHiAiUser@davinci-mini:~/Downloads# ./Ascend-cann-toolkit_6.0.RC1_linux-aarch64.run --help
Usage: ./Ascend-cann-toolkit_6.0.RC1_linux-aarch64.run [options]
Options:--help | -h                       Print this message--info                            Print embedded info : title, default target directory, embedded script ...--list                            Print the list of files in the archive--check                           Checks integrity and version dependency of the archive--quiet                           Quiet install mode, skip human-computer interactions--nox11                           Do not spawn an xterm--noexec                          Do not run embedded script--extract=<path>                  Extract directly to a target directory (absolute or relative)Usually used with --noexec to just extract files without running--tar arg1 [arg2 ...]             Access the contents of the archive through the tar command--install                         Install run mode--uninstall                       Uninstall--upgrade                         Upgrade--devel                           Install devel mode--version                         Show version--install-for-all                 Install for all users--install-path=<path>             Install to specific path--chip=<chip_type>                Appoint chip type, must be Ascend310, Ascend910, Ascend310P or Ascend310-minirc--feature-list=<feature>          Upgrade feature separately, must be Acclibs--alternative                     Show all supported features--whitelist=<feature_type>        Install features, must be atc, devtools, nnrt, nnae--full                            Install full mode

校验软件包的一致性和完整性

HwHiAiUser@davinci-mini:~/Downloads$ ./Ascend-cann-toolkit_6.0.RC1_linux-aarch64.run --check
Verifying archive integrity...  100%   SHA256 checksums are OK. ./Ascend-cann-toolkit_6.0.RC1_linux-aarch64.run does not contain an embedded MD5 checksum../Ascend-cann-toolkit_6.0.RC1_linux-aarch64.run does not contain a CRC checksum.All good.
Verifying archive integrity...  100%   SHA256 checksums are OK. All good.
Uncompressing ASCEND_RUN_PACKAGE  100%
[Toolkit] [20240408-05:48:23] [INFO] LogFile:/home/HwHiAiUser/var/log/ascend_seclog/ascend_toolkit_install.log

HwHiAiUser 用户下的默认安装路径:/home/HwHiAiUser/Ascend/ascend-toolkit

HwHiAiUser@davinci-mini:~/Downloads$ ./Ascend-cann-toolkit_6.0.RC1_linux-aarch64.run --install
Verifying archive integrity...  100%   SHA256 checksums are OK. All good.
Uncompressing ASCEND_RUN_PACKAGE  100%
[Toolkit] [20240408-06:29:47] [INFO] LogFile:/home/HwHiAiUser/var/log/ascend_seclog/ascend_toolkit_install.log
[Toolkit] [20240408-06:29:47] [INFO] install start
[Toolkit] [20240408-06:29:47] [INFO] The installation path is /home/HwHiAiUser/Ascend.
[Toolkit] [20240408-06:29:47] [INFO] install package CANN-runtime-1.83.10.1.252-linux.aarch64.run start
[Toolkit] [20240408-06:30:02] [INFO] CANN-runtime-1.83.10.1.252-linux.aarch64.run --full --quiet --nox11 install success
[Toolkit] [20240408-06:30:02] [INFO] install package CANN-compiler-1.83.10.1.252-linux.aarch64.run start[notice] A new release of pip available: 22.3 -> 24.0
[notice] To update, run: pip install --upgrade pip[notice] A new release of pip available: 22.3 -> 24.0
[notice] To update, run: pip install --upgrade pip[notice] A new release of pip available: 22.3 -> 24.0
[notice] To update, run: pip install --upgrade pip[notice] A new release of pip available: 22.3 -> 24.0
[notice] To update, run: pip install --upgrade pip[notice] A new release of pip available: 22.3 -> 24.0
[notice] To update, run: pip install --upgrade pip[notice] A new release of pip available: 22.3 -> 24.0
[notice] To update, run: pip install --upgrade pip
[Toolkit] [20240408-06:32:20] [INFO] CANN-compiler-1.83.10.1.252-linux.aarch64.run --full --pylocal --quiet --nox11 install success
[Toolkit] [20240408-06:32:20] [INFO] install package CANN-opp-1.83.10.1.252-linux.aarch64.run start
[Toolkit] [20240408-06:34:16] [INFO] CANN-opp-1.83.10.1.252-linux.aarch64.run --full --quiet --nox11 install success
[Toolkit] [20240408-06:34:16] [INFO] install package CANN-toolkit-1.83.10.1.252-linux.aarch64.run start
[Toolkit] [20240408-06:36:13] [INFO] CANN-toolkit-1.83.10.1.252-linux.aarch64.run --full --pylocal --quiet --nox11 install success
[Toolkit] [20240408-06:36:13] [INFO] install package CANN-aoe-1.83.10.1.252-linux.aarch64.run start
[Toolkit] [20240408-06:36:22] [INFO] CANN-aoe-1.83.10.1.252-linux.aarch64.run --full --quiet --nox11 install success
[Toolkit] [20240408-06:36:22] [INFO] install package Ascend-mindstudio-toolkit_5.0.RC3_linux-aarch64.run start
[Toolkit] [20240408-06:36:48] [INFO] Ascend-mindstudio-toolkit_5.0.RC3_linux-aarch64.run --full --quiet --nox11 install success
[Toolkit] [20240408-06:36:48] [INFO] install package Ascend-test-ops_6.0.RC1_linux.run start
[Toolkit] [20240408-06:36:48] [INFO] Ascend-test-ops_6.0.RC1_linux.run --full --quiet --nox11 install success
[Toolkit] [20240408-06:36:48] [INFO] install package Ascend-pyACL_6.0.RC1_linux-aarch64.run start
[Toolkit] [20240408-06:36:49] [INFO] Ascend-pyACL_6.0.RC1_linux-aarch64.run --full --quiet --nox11 install success
[Toolkit] [20240408-06:36:49] [INFO] The /home/HwHiAiUser/Ascend/ascend_cann_install.info is written successfully.
[Toolkit] [20240408-06:36:49] [INFO] Please make sure that:
PATH includes :/home/HwHiAiUser/Ascend/ascend-toolkit/latest/bin:/home/HwHiAiUser/Ascend/ascend-toolkit/latest/compiler/ccec_compiler/bin:
LD_LIBRARY_PATH includes :/home/HwHiAiUser/Ascend/ascend-toolkit/latest/lib64:/home/HwHiAiUser/Ascend/ascend-toolkit/latest/lib64/plugin/opskernel:/home/HwHiAiUser/Ascend/ascend-toolkit/latest/lib64/plugin/nnengine:
PYTHONPATH includes :/home/HwHiAiUser/Ascend/ascend-toolkit/latest/python/site-packages:/home/HwHiAiUser/Ascend/ascend-toolkit/latest/opp/op_impl/built-in/ai_core/tbe:
ASCEND_AICPU_PATH includes :/home/HwHiAiUser/Ascend/ascend-toolkit/latest:
ASCEND_OPP_PATH includes :/home/HwHiAiUser/Ascend/ascend-toolkit/latest/opp:
TOOLCHAIN_HOME includes :/home/HwHiAiUser/Ascend/ascend-toolkit/latest/toolkit:
ASCEND_HOME_PATH includes :/home/HwHiAiUser/Ascend/ascend-toolkit/latest:
[Toolkit] [20240408-06:36:49] [INFO] If your service is started using the shell script, you can call the /home/HwHiAiUser/Ascend/ascend-toolkit/set_env.sh script to configure environment variables. Note that this script can not be executed mannually.
[Toolkit] [20240408-06:36:49] [INFO] Ascend-cann-toolkit_6.0.RC1_linux-aarch64 install success. The installation path is /home/HwHiAiUser/Ascend.

root 用户下的默认安装路径:/usr/local/Ascend/ascend-toolkit

root@davinci-mini:/home/HwHiAiUser/Downloads# ./Ascend-cann-toolkit_6.0.RC1_linux-aarch64.run --install
Verifying archive integrity...  100%   SHA256 checksums are OK. All good.
Uncompressing ASCEND_RUN_PACKAGE  100%
[Toolkit] [20240409-06:29:00] [INFO] LogFile:/var/log/ascend_seclog/ascend_toolkit_install.log
[Toolkit] [20240409-06:29:00] [INFO] install start
[Toolkit] [20240409-06:29:00] [INFO] The installation path is /usr/local/Ascend.
[Toolkit] [20240409-06:29:00] [INFO] install package CANN-runtime-1.83.10.1.252-linux.aarch64.run start
[Toolkit] [20240409-06:29:16] [INFO] CANN-runtime-1.83.10.1.252-linux.aarch64.run --full --quiet --nox11 install success
[Toolkit] [20240409-06:29:16] [INFO] install package CANN-compiler-1.83.10.1.252-linux.aarch64.run start
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
WARNING: There was an error checking the latest version of pip.
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
WARNING: There was an error checking the latest version of pip.
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
WARNING: There was an error checking the latest version of pip.
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
WARNING: There was an error checking the latest version of pip.
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
WARNING: There was an error checking the latest version of pip.
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
WARNING: There was an error checking the latest version of pip.
[Toolkit] [20240409-06:31:30] [INFO] CANN-compiler-1.83.10.1.252-linux.aarch64.run --full --pylocal --quiet --nox11 install success
[Toolkit] [20240409-06:31:30] [INFO] install package CANN-opp-1.83.10.1.252-linux.aarch64.run start
[Toolkit] [20240409-06:33:29] [INFO] CANN-opp-1.83.10.1.252-linux.aarch64.run --full --quiet --nox11 install success
[Toolkit] [20240409-06:33:29] [INFO] install package CANN-toolkit-1.83.10.1.252-linux.aarch64.run start
[Toolkit] [20240409-06:35:28] [INFO] CANN-toolkit-1.83.10.1.252-linux.aarch64.run --full --pylocal --quiet --nox11 install success
[Toolkit] [20240409-06:35:28] [INFO] install package CANN-aoe-1.83.10.1.252-linux.aarch64.run start
[Toolkit] [20240409-06:35:37] [INFO] CANN-aoe-1.83.10.1.252-linux.aarch64.run --full --quiet --nox11 install success
[Toolkit] [20240409-06:35:37] [INFO] install package Ascend-mindstudio-toolkit_5.0.RC3_linux-aarch64.run start
[Toolkit] [20240409-06:36:03] [INFO] Ascend-mindstudio-toolkit_5.0.RC3_linux-aarch64.run --full --quiet --nox11 install success
[Toolkit] [20240409-06:36:03] [INFO] install package Ascend-test-ops_6.0.RC1_linux.run start
[Toolkit] [20240409-06:36:04] [INFO] Ascend-test-ops_6.0.RC1_linux.run --full --quiet --nox11 install success
[Toolkit] [20240409-06:36:04] [INFO] install package Ascend-pyACL_6.0.RC1_linux-aarch64.run start
[Toolkit] [20240409-06:36:04] [INFO] Ascend-pyACL_6.0.RC1_linux-aarch64.run --full --quiet --nox11 install success
[Toolkit] [20240409-06:36:04] [INFO] The /etc/Ascend/ascend_cann_install.info is written successfully.
[Toolkit] [20240409-06:36:04] [INFO] Please make sure that:
PATH includes :/usr/local/Ascend/ascend-toolkit/latest/bin:/usr/local/Ascend/ascend-toolkit/latest/compiler/ccec_compiler/bin:
LD_LIBRARY_PATH includes :/usr/local/Ascend/ascend-toolkit/latest/lib64:/usr/local/Ascend/ascend-toolkit/latest/lib64/plugin/opskernel:/usr/local/Ascend/ascend-toolkit/latest/lib64/plugin/nnengine:
PYTHONPATH includes :/usr/local/Ascend/ascend-toolkit/latest/python/site-packages:/usr/local/Ascend/ascend-toolkit/latest/opp/op_impl/built-in/ai_core/tbe:
ASCEND_AICPU_PATH includes :/usr/local/Ascend/ascend-toolkit/latest:
ASCEND_OPP_PATH includes :/usr/local/Ascend/ascend-toolkit/latest/opp:
TOOLCHAIN_HOME includes :/usr/local/Ascend/ascend-toolkit/latest/toolkit:
ASCEND_HOME_PATH includes :/usr/local/Ascend/ascend-toolkit/latest:
[Toolkit] [20240409-06:36:04] [INFO] If your service is started using the shell script, you can call the /usr/local/Ascend/ascend-toolkit/set_env.sh script to configure environment variables. Note that this script can not be executed mannually.
[Toolkit] [20240409-06:36:05] [INFO] Ascend-cann-toolkit_6.0.RC1_linux-aarch64 install success. The installation path is /usr/local/Ascend.

安装过程中,npu资源占用情况:

在这里插入图片描述

注意说明:官方文档推荐切换到 HwHiAiUser 用户进行安装,否则容易出现意想不到的问题。

WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
WARNING: There was an error checking the latest version of pip.
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
WARNING: There was an error checking the latest version of pip.
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
WARNING: There was an error checking the latest version of pip.
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
WARNING: There was an error checking the latest version of pip.
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
WARNING: There was an error checking the latest version of pip.
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
WARNING: There was an error checking the latest version of pip.

5. 升级CANN

升级操作

在驱动和固件和CANN软件配套场景下,可单独升级CANN软件包。

# 切换为root用户
su - root# 指定安装路径
./Ascend-cann-toolkit_{version}_linux-aarch64.run --upgrade --install-path=<path># 默认安装目录
./Ascend-cann-toolkit_{version}_linux-aarch64.run --upgrade

如果升级失败,请尝试:

# 切换为root用户
su - root# 升级CANN
./Ascend-cann-toolkit_{version}_linux-aarch64.run --upgrade
HwHiAiUser@davinci-mini:~$ su - root
Password:
root@davinci-mini:~# /home/HwHiAiUser/Downloads/Ascend-cann-toolkit_6.0.RC1_linux-aarch64.run --install --install-for-all --quiet
[Toolkit] [20240408-08:44:15] [INFO] LogFile:/var/log/ascend_seclog/ascend_toolkit_install.log
[Toolkit] [20240408-08:44:16] [INFO] install start
[Toolkit] [20240408-08:44:16] [INFO] The installation path is /usr/local/Ascend.
[Toolkit] [20240408-08:44:16] [INFO] install package CANN-runtime-1.83.10.1.252-linux.aarch64.run start
[Toolkit] [20240408-08:44:30] [INFO] CANN-runtime-1.83.10.1.252-linux.aarch64.run --full --quiet --nox11 --install-for-all install success
[Toolkit] [20240408-08:44:30] [INFO] install package CANN-compiler-1.83.10.1.252-linux.aarch64.run start
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
WARNING: There was an error checking the latest version of pip.
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
WARNING: There was an error checking the latest version of pip.
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
WARNING: There was an error checking the latest version of pip.
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
WARNING: There was an error checking the latest version of pip.
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
WARNING: There was an error checking the latest version of pip.
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
WARNING: There was an error checking the latest version of pip.
[Toolkit] [20240408-08:46:39] [INFO] CANN-compiler-1.83.10.1.252-linux.aarch64.run --full --pylocal --quiet --nox11 --install-for-all install success
[Toolkit] [20240408-08:46:39] [INFO] install package CANN-opp-1.83.10.1.252-linux.aarch64.run start
[Toolkit] [20240408-08:48:29] [INFO] CANN-opp-1.83.10.1.252-linux.aarch64.run --full --quiet --nox11 --install-for-all install success
[Toolkit] [20240408-08:48:29] [INFO] install package CANN-toolkit-1.83.10.1.252-linux.aarch64.run start
[Toolkit] [20240408-08:50:26] [INFO] CANN-toolkit-1.83.10.1.252-linux.aarch64.run --full --pylocal --quiet --nox11 --install-for-all install success
[Toolkit] [20240408-08:50:26] [INFO] install package CANN-aoe-1.83.10.1.252-linux.aarch64.run start
[Toolkit] [20240408-08:50:35] [INFO] CANN-aoe-1.83.10.1.252-linux.aarch64.run --full --quiet --nox11 --install-for-all install success
[Toolkit] [20240408-08:50:35] [INFO] install package Ascend-mindstudio-toolkit_5.0.RC3_linux-aarch64.run start
[Toolkit] [20240408-08:50:59] [INFO] Ascend-mindstudio-toolkit_5.0.RC3_linux-aarch64.run --full --quiet --nox11 --install-for-all install success
[Toolkit] [20240408-08:50:59] [INFO] install package Ascend-test-ops_6.0.RC1_linux.run start
[Toolkit] [20240408-08:51:00] [INFO] Ascend-test-ops_6.0.RC1_linux.run --full --quiet --nox11 --install-for-all install success
[Toolkit] [20240408-08:51:00] [INFO] install package Ascend-pyACL_6.0.RC1_linux-aarch64.run start
[Toolkit] [20240408-08:51:00] [INFO] Ascend-pyACL_6.0.RC1_linux-aarch64.run --full --quiet --nox11 --install-for-all install success
[Toolkit] [20240408-08:51:00] [INFO] Please make sure that:
PATH includes :/usr/local/Ascend/ascend-toolkit/latest/bin:/usr/local/Ascend/ascend-toolkit/latest/compiler/ccec_compiler/bin:
LD_LIBRARY_PATH includes :/usr/local/Ascend/ascend-toolkit/latest/lib64:/usr/local/Ascend/ascend-toolkit/latest/lib64/plugin/opskernel:/usr/local/Ascend/ascend-toolkit/latest/lib64/plugin/nnengine:
PYTHONPATH includes :/usr/local/Ascend/ascend-toolkit/latest/python/site-packages:/usr/local/Ascend/ascend-toolkit/latest/opp/op_impl/built-in/ai_core/tbe:
ASCEND_AICPU_PATH includes :/usr/local/Ascend/ascend-toolkit/latest:
ASCEND_OPP_PATH includes :/usr/local/Ascend/ascend-toolkit/latest/opp:
TOOLCHAIN_HOME includes :/usr/local/Ascend/ascend-toolkit/latest/toolkit:
ASCEND_HOME_PATH includes :/usr/local/Ascend/ascend-toolkit/latest:
[Toolkit] [20240408-08:51:00] [INFO] If your service is started using the shell script, you can call the /usr/local/Ascend/ascend-toolkit/set_env.sh script to configure environment variables. Note that this script can not be executed mannually.
[Toolkit] [20240408-08:51:00] [INFO] Ascend-cann-toolkit_6.0.RC1_linux-aarch64 install success. The installation path is /usr/local/Ascend.

注意说明:升级CANN是在旧版CANN的基础上进行软件安装,需要较大的存储空间和计算资源,容易出现存储空间不足导致升级失败的问题。博主测试32GB版本的Atlas 200 DK(型号:3000),存储空间勉强能满足升级要求。升级完成后,存储空间仅剩1.5GB。解决办法是卸载旧版本CANN,详细步骤,请参见后文。

在这里插入图片描述

6. 设置环境变量

6.1 临时设置环境变量

./home/HwHiAiUser/Ascend/ascend-toolkit/set_env.sh    

6.2 永久设置环境变量

# 编辑
vi ~/.bashrc
sudo gedit ~/.bashrc# 添加
. /home/HwHiAiUser/Ascend/ascend-toolkit/set_env.sh   # 激活环境变量
source ~/.bashrc

7. 卸载软件包相关指令

卸载

7.1 卸载ascend-toolkit软件包

卸载CANN软件包

# 切换root用户
su - root# 进入卸载脚本所在路径
cd /usr/local/Ascend/ascend-toolkit/{version}/# 执行卸载
./cann_uninstall.sh

输出结果

HwHiAiUser@davinci-mini:~/Ascend/ascend-toolkit/6.0$ ./cann_uninstall.sh
[Runtime] [2024-04-09 06:06:16] [INFO]: Start time:2024-04-09 06:06:16
[Runtime] [2024-04-09 06:06:16] [INFO]: LogFile:/home/HwHiAiUser/var/log/ascend_seclog/ascend_install.log
[Runtime] [2024-04-09 06:06:16] [INFO]: InputParams:--uninstall
[Runtime] [2024-04-09 06:06:16] [INFO]: uninstall /home/HwHiAiUser/Ascend/ascend-toolkit full
[Runtime] [2024-04-09 06:06:16] [INFO]: step into run_runtime_uninstall.sh ......
[Runtime] [2024-04-09 06:06:16] [INFO]: uninstall target dir /home/HwHiAiUser/Ascend/ascend-toolkit/6.0.RC1, type full.
[Runtime] [2024-04-09 06:06:23] [INFO]: Runtime package uninstalled successfully! Uninstallation takes effect immediately.
[Runtime] [2024-04-09 06:06:23] [INFO]: End time:2024-04-09 06:06:23
[Compiler] [2024-04-09 06:06:23] [INFO]: Start time:2024-04-09 06:06:23
[Compiler] [2024-04-09 06:06:23] [INFO]: LogFile:/home/HwHiAiUser/var/log/ascend_seclog/ascend_install.log
[Compiler] [2024-04-09 06:06:23] [INFO]: InputParams:--uninstall
[Compiler] [2024-04-09 06:06:23] [INFO]: uninstall /home/HwHiAiUser/Ascend/ascend-toolkit full
[Compiler] [2024-04-09 06:06:23] [INFO]: step into run_compiler_uninstall.sh ......
[Compiler] [2024-04-09 06:06:23] [INFO]: uninstall target dir /home/HwHiAiUser/Ascend/ascend-toolkit/6.0.RC1, type full.
[Compiler] [2024-04-09 06:06:28] [INFO]: uninstall tbe compiler tool begin...
[Compiler] [2024-04-09 06:06:36] [INFO]: te uninstalled successfully!
[Compiler] [2024-04-09 06:06:39] [INFO]: opc_tool uninstalled successfully!
[Compiler] [2024-04-09 06:06:42] [INFO]: topi uninstalled successfully!
[Compiler] [2024-04-09 06:06:46] [INFO]: hccl uninstalled successfully!
[Compiler] [2024-04-09 06:06:49] [INFO]: auto_tune uninstalled successfully!
[Compiler] [2024-04-09 06:06:55] [INFO]: schedule_search uninstalled successfully!
[Compiler] [2024-04-09 06:06:55] [INFO]: tbe compiler tool uninstalled successfully!
[Compiler] [2024-04-09 06:06:55] [INFO]: /home/HwHiAiUser/Ascend/ascend-toolkit/6.0.RC1/python/site-packages/schedule_search.egg uninstalled successfully!
[Compiler] [2024-04-09 06:06:55] [INFO]: /home/HwHiAiUser/Ascend/ascend-toolkit/6.0.RC1/python/site-packages/auto_tune.egg uninstalled successfully!
[Compiler] [2024-04-09 06:06:55] [INFO]: /home/HwHiAiUser/Ascend/ascend-toolkit/6.0.RC1/python/site-packages dir is not empty.
[Compiler] [2024-04-09 06:06:55] [INFO]: /home/HwHiAiUser/Ascend/ascend-toolkit/6.0.RC1/python dir is not empty.
[Compiler] [2024-04-09 06:07:01] [INFO]: Compiler package uninstalled successfully! Uninstallation takes effect immediately.
[Compiler] [2024-04-09 06:07:01] [INFO]: End time:2024-04-09 06:07:01
[Opp] [2024-04-09 06:07:01] [INFO]: Start Time: 2024-04-09 06:07:01
[Opp] [2024-04-09 06:07:01] [INFO]: Uninstall the version before multi version of opp successfully!
[Opp] [2024-04-09 06:07:01] [INFO]: Execute the opp run package.
[Opp] [2024-04-09 06:07:01] [INFO]: OperationLogFile path: /home/HwHiAiUser/var/log/ascend_seclog/ascend_install.log.
[Opp] [2024-04-09 06:07:02] [INFO]: Input params: --uninstall --install-path=/home/HwHiAiUser/Ascend/ascend-toolkit/6.0.RC1
[Opp] [2024-04-09 06:07:02] [INFO]: Begin uninstall the opp module.
[Opp] [2024-04-09 06:07:02] [INFO]: Delete the ops soft link (/home/HwHiAiUser/Ascend/ascend-toolkit/6.0.RC1/ops).
[Opp] [2024-04-09 06:07:02] [INFO]: Unset the environment path [ export ASCEND_OPP_PATH=/home/HwHiAiUser/Ascend/ascend-toolkit/6.0.RC1/opp ].
[Opp] [2024-04-09 06:07:02] [INFO]: Delete the installed opp source files in (/home/HwHiAiUser/Ascend/ascend-toolkit/6.0.RC1).
[Opp] [2024-04-09 06:07:13] [INFO]: Delete the version info file (/home/HwHiAiUser/Ascend/ascend-toolkit/6.0.RC1/opp/version.info).
[Opp] [2024-04-09 06:07:13] [INFO]: Delete the install info file (/home/HwHiAiUser/Ascend/ascend-toolkit/6.0.RC1/opp/ascend_install.info).
[Opp] [2024-04-09 06:07:14] [WARNING]: /home/HwHiAiUser/Ascend/ascend-toolkit/6.0.RC1/opp/test-ops, has files changed by users, cannot be delete.
[Opp] [2024-04-09 06:07:14] [INFO]: Opp package uninstalled successfully! Uninstallation takes effect immediately.
[Opp] [2024-04-09 06:07:14] [INFO]: Remove precheck info.
Install MAJOR HwHiAiUser 2024-04-09 06:07:14 127.0.0.1 OPP success install_type=full; cmdlist=--uninstall --install-path=/home/HwHiAiUser/Ascend/ascend-toolkit/6.0.RC1.
[Opp] [2024-04-09 06:07:14] [INFO]: End Time: 2024-04-09 06:07:14
[Toolkit] [2024-04-09 06:07:14] [INFO]: LogFile: /home/HwHiAiUser/var/log/ascend_seclog/ascend_install.log
[Toolkit] [2024-04-09 06:07:14] [INFO]: OperationLogFile: /home/HwHiAiUser/var/log/ascend_seclog/operation.log
[Toolkit] [2024-04-09 06:07:14] [INFO]: InputParams:
[Toolkit] [2024-04-09 06:07:14] [INFO]: base version is 1.83.10.1.252.
[Toolkit] [2024-04-09 06:07:14] [INFO] [Profiler]: Uninstall profiling successfully.
[Toolkit] [2024-04-09 06:08:18] [INFO]: Toolkit package uninstalled successfully! Uninstallation takes effect immediately.
[Aoe] [2024-04-09 06:08:19] [INFO]: Start time:2024-04-09 06:08:19
[Aoe] [2024-04-09 06:08:19] [INFO]: LogFile:/home/HwHiAiUser/var/log/ascend_seclog/ascend_install.log
[Aoe] [2024-04-09 06:08:19] [INFO]: InputParams:--uninstall
[Aoe] [2024-04-09 06:08:19] [INFO]: uninstall /home/HwHiAiUser/Ascend/ascend-toolkit full
[Aoe] [2024-04-09 06:08:19] [INFO]: step into run_aoe_uninstall.sh ......
[Aoe] [2024-04-09 06:08:19] [INFO]: uninstall targetdir /home/HwHiAiUser/Ascend/ascend-toolkit/6.0.RC1, type full.
[Aoe] [2024-04-09 06:08:21] [INFO]: Start create installed packages softlink.
[Aoe] [2024-04-09 06:08:22] [INFO]: Aoe package uninstalled successfully! Uninstallation takes effect immediately.
[Aoe] [2024-04-09 06:08:22] [INFO]: End time:2024-04-09 06:08:22
[Mindstudio-toolkit] [2024-04-09 06:08:22] [INFO]: Start Time: 2024-04-09 06:08:22
[Mindstudio-toolkit] [2024-04-09 06:08:22] [INFO]: LogFile: /home/HwHiAiUser/var/log/ascend_seclog/ascend_install.log
[Mindstudio-toolkit] [2024-04-09 06:08:22] [INFO]: InputParams:
[Mindstudio-toolkit] [2024-04-09 06:08:54] [INFO]: Mindstudio toolkit uninstall success!
[Mindstudio-toolkit] [2024-04-09 06:08:54] [INFO]: End Time: 2024-04-09 06:08:54
[test-ops] [2024-04-09 06:08:55] [INFO]: uninstall successfully
[pyACL] [2024-04-09 06:08:55] [INFO]: delete file /home/HwHiAiUser/Ascend/ascend-toolkit/6.0/pyACL/ascend-pyACL_install.info successfully
[pyACL] [2024-04-09 06:08:55] [INFO]: delete file /home/HwHiAiUser/Ascend/ascend-toolkit/6.0/pyACL/version.info successfully
[pyACL] [2024-04-09 06:08:55] [INFO]: delete file /home/HwHiAiUser/Ascend/ascend-toolkit/6.0/pyACL/scene.info successfully
[pyACL] [2024-04-09 06:08:55] [INFO]: delete file /home/HwHiAiUser/Ascend/ascend-toolkit/6.0/pyACL/python successfully
[pyACL] [2024-04-09 06:08:55] [INFO]: delete file /home/HwHiAiUser/Ascend/ascend-toolkit/6.0/python/site-packages/acl/acl.so successfully
[pyACL] [2024-04-09 06:08:55] [INFO]: delete file /home/HwHiAiUser/Ascend/ascend-toolkit/6.0/python/site-packages/acl.so successfully
[pyACL] [2024-04-09 06:08:55] [INFO]: delete directory /home/HwHiAiUser/Ascend/ascend-toolkit/6.0/python/site-packages/acl/ successfully
[pyACL] [2024-04-09 06:08:55] [INFO]: delete directory /home/HwHiAiUser/Ascend/ascend-toolkit/6.0/python/site-packages successfully
[pyACL] [2024-04-09 06:08:55] [INFO]: delete directory /home/HwHiAiUser/Ascend/ascend-toolkit/6.0/python successfully
[pyACL] [2024-04-09 06:08:55] [INFO]: delete file /home/HwHiAiUser/Ascend/ascend-toolkit/6.0/pyACL/script/uninstall.sh successfully
[pyACL] [2024-04-09 06:08:55] [INFO]: delete directory /home/HwHiAiUser/Ascend/ascend-toolkit/6.0/pyACL/script/ successfully
[pyACL] [2024-04-09 06:08:55] [INFO]: delete directory /home/HwHiAiUser/Ascend/ascend-toolkit/6.0/pyACL successfully
[pyACL] [2024-04-09 06:08:55] [INFO]: delete file /home/HwHiAiUser/Ascend/ascend-toolkit/latest/pyACL successfully
[pyACL] [2024-04-09 06:08:55] [INFO]: delete file /home/HwHiAiUser/Ascend/ascend-toolkit/latest/python/site-packages/acl.so successfully
[pyACL] [2024-04-09 06:08:55] [INFO]: delete file /home/HwHiAiUser/Ascend/ascend-toolkit/latest/python/site-packages/acl/acl.so successfully
[pyACL] [2024-04-09 06:08:55] [INFO]: delete directory /home/HwHiAiUser/Ascend/ascend-toolkit/latest/python/site-packages/acl successfully
[pyACL] [2024-04-09 06:08:55] [INFO]: delete directory /home/HwHiAiUser/Ascend/ascend-toolkit/latest/python/site-packages successfully
[pyACL] [2024-04-09 06:08:55] [INFO]: delete directory /home/HwHiAiUser/Ascend/ascend-toolkit/latest/python successfully
[Toolkit] [2024-04-09 06:08:55] [INFO]:  delete file /home/HwHiAiUser/Ascend/ascend-toolkit/6.0.RC1/aarch64-linux/ascend_toolkit_install.info successfully.
[Toolkit] [2024-04-09 06:08:55] [INFO]:  delete file /home/HwHiAiUser/Ascend/ascend-toolkit/6.0.RC1/aarch64-linux/install.conf successfully.
[Toolkit] [2024-04-09 06:08:55] [INFO]:  delete file /home/HwHiAiUser/Ascend/ascend-toolkit/6.0.RC1/aarch64-linux/script/uninstall.sh successfully.
[Toolkit] [2024-04-09 06:08:55] [INFO]:  delete file /home/HwHiAiUser/Ascend/ascend-toolkit/6.0.RC1/aarch64-linux/script/set_env.sh successfully.
[Toolkit] [2024-04-09 06:08:55] [INFO]:  delete directory /home/HwHiAiUser/Ascend/ascend-toolkit/6.0.RC1/aarch64-linux/script successfully.
[Toolkit] [2024-04-09 06:08:55] [INFO]:  delete file /home/HwHiAiUser/Ascend/ascend-toolkit/6.0.RC1/aarch64-linux/runtime successfully.
[Toolkit] [2024-04-09 06:08:55] [INFO]:  delete directory /home/HwHiAiUser/Ascend/ascend-toolkit/6.0.RC1/aarch64-linux successfully.
[Toolkit] [2024-04-09 06:08:55] [INFO]:  delete file /home/HwHiAiUser/Ascend/ascend-toolkit/6.0.RC1/cann_uninstall.sh successfully.
[Toolkit] [2024-04-09 06:08:55] [INFO]:  delete directory /home/HwHiAiUser/Ascend/ascend-toolkit/6.0.RC1/combo_script successfully.
[Toolkit] [2024-04-09 06:08:55] [INFO]: The configuration file is deleted successfully.
[Toolkit] [2024-04-09 06:08:55] [INFO]: rm soft link /home/HwHiAiUser/Ascend/ascend-toolkit/6.0.RC1/arm64-linux
[Toolkit] [2024-04-09 06:08:55] [INFO]:  delete file /home/HwHiAiUser/Ascend/ascend-toolkit/6.0.RC1/arm64-linux successfully.
[Toolkit] [2024-04-09 06:08:55] [INFO]:  delete directory /home/HwHiAiUser/Ascend/ascend-toolkit/6.0.RC1 successfully.
[Toolkit] [2024-04-09 06:08:55] [INFO]: rm soft link /home/HwHiAiUser/Ascend/ascend-toolkit/latest/aarch64-linux/ascend_toolkit_install.info
[Toolkit] [2024-04-09 06:08:55] [INFO]:  delete file /home/HwHiAiUser/Ascend/ascend-toolkit/latest/aarch64-linux/ascend_toolkit_install.info successfully.
[Toolkit] [2024-04-09 06:08:55] [INFO]: rm soft link /home/HwHiAiUser/Ascend/ascend-toolkit/latest/aarch64-linux/install.conf
[Toolkit] [2024-04-09 06:08:55] [INFO]:  delete file /home/HwHiAiUser/Ascend/ascend-toolkit/latest/aarch64-linux/install.conf successfully.
[Toolkit] [2024-04-09 06:08:55] [INFO]: rm soft link /home/HwHiAiUser/Ascend/ascend-toolkit/latest/aarch64-linux/runtime
[Toolkit] [2024-04-09 06:08:55] [INFO]:  delete file /home/HwHiAiUser/Ascend/ascend-toolkit/latest/aarch64-linux/runtime successfully.
[Toolkit] [2024-04-09 06:08:55] [INFO]: rm soft link /home/HwHiAiUser/Ascend/ascend-toolkit/latest/aarch64-linux/script
[Toolkit] [2024-04-09 06:08:55] [INFO]:  delete file /home/HwHiAiUser/Ascend/ascend-toolkit/latest/aarch64-linux/script successfully.
[Toolkit] [2024-04-09 06:08:55] [INFO]:  delete directory /home/HwHiAiUser/Ascend/ascend-toolkit/latest/aarch64-linux successfully.
[Toolkit] [2024-04-09 06:08:55] [INFO]: rm soft link /home/HwHiAiUser/Ascend/ascend-toolkit/latest/arm64-linux
[Toolkit] [2024-04-09 06:08:55] [INFO]:  delete file /home/HwHiAiUser/Ascend/ascend-toolkit/latest/arm64-linux successfully.
[Toolkit] [2024-04-09 06:08:55] [INFO]:  delete directory /home/HwHiAiUser/Ascend/ascend-toolkit/latest successfully.
[Toolkit] [2024-04-09 06:08:55] [INFO]: rm soft link /home/HwHiAiUser/Ascend/ascend-toolkit/6.0
[Toolkit] [2024-04-09 06:08:55] [INFO]:  delete file /home/HwHiAiUser/Ascend/ascend-toolkit/6.0 successfully.
[Toolkit] [2024-04-09 06:08:55] [INFO]:  delete operation, the directory /home/HwHiAiUser/Ascend/ascend-toolkit is not empty.
[Toolkit] [2024-04-09 06:08:55] [WARNING]:  delete operation, the /home/HwHiAiUser/Ascend/ascend-toolkit/latest is not exist or not directory.
[Toolkit] [2024-04-09 06:08:55] [INFO]:  delete file /home/HwHiAiUser/Ascend/ascend-toolkit/set_env.sh successfully.
[Toolkit] [2024-04-09 06:08:55] [INFO]:  delete directory /home/HwHiAiUser/Ascend/ascend-toolkit successfully.
[Toolkit] [2024-04-09 06:08:55] [INFO]:  delete file /home/HwHiAiUser/Ascend/ascend_cann_install.info successfully.
[Toolkit] [2024-04-09 06:08:55] [INFO]: /home/HwHiAiUser/Ascend/ascend_cann_install.info uninstall success

如果卸载失败,请尝试:

# 切换root用户
su - rootcd /usr/local/Ascend/ascend-toolkit/{version}/{arch}-linux/script# 执行卸载
./uninstall.sh

输出结果

root@davinci-mini:~# /usr/local/Ascend/ascend-toolkit/5.1.RC2.alpha007/aarch64-linux/script/uninstall.sh
[Toolkit] [20240408-09:32:24] [INFO] LogFile:/var/log/ascend_seclog/ascend_toolkit_install.log
/usr/local/Ascend/ascend-toolkit/5.1.RC2.alpha007/cann_uninstall.sh: 11: cd: can't cd to /usr/local/Ascend/ascend-tool kit/5.1.RC2.alpha007/mindstudio-msprof/script
/usr/local/Ascend/ascend-toolkit/5.1.RC2.alpha007/cann_uninstall.sh: 12: /usr/local/Ascend/ascend-toolkit/5.1.RC2.alph a007/cann_uninstall.sh: ./uninstall.sh: not found
/usr/local/Ascend/ascend-toolkit/5.1.RC2.alpha007/cann_uninstall.sh: 11: cd: can't cd to /usr/local/Ascend/ascend-tool kit/5.1.RC2.alpha007/opp/test-ops/script
/usr/local/Ascend/ascend-toolkit/5.1.RC2.alpha007/cann_uninstall.sh: 12: /usr/local/Ascend/ascend-toolkit/5.1.RC2.alph a007/cann_uninstall.sh: ./uninstall.sh: not found
/usr/local/Ascend/ascend-toolkit/5.1.RC2.alpha007/cann_uninstall.sh: 11: cd: can't cd to /usr/local/Ascend/ascend-tool kit/5.1.RC2.alpha007/pyACL/script
/usr/local/Ascend/ascend-toolkit/5.1.RC2.alpha007/cann_uninstall.sh: 12: /usr/local/Ascend/ascend-toolkit/5.1.RC2.alph a007/cann_uninstall.sh: ./uninstall.sh: not found
/usr/local/Ascend/ascend-toolkit/5.1.RC2.alpha007/cann_uninstall.sh: 11: cd: can't cd to /usr/local/Ascend/ascend-tool kit/5.1.RC2.alpha007/combo_script
/usr/local/Ascend/ascend-toolkit/5.1.RC2.alpha007/cann_uninstall.sh: 12: /usr/local/Ascend/ascend-toolkit/5.1.RC2.alph a007/cann_uninstall.sh: ./uninstall.sh: not found
[Toolkit] [20240408-09:34:38] [ERROR] toolkit uninstall failed, Please refer to the log for more details: /var/log/asc end_seclog/ascend_toolkit_install.log

7.2 卸载nnae软件包

# 切换root用户
su - root# 进入卸载脚本所在路径
cd /usr/local/Ascend/nnae/{version}/script/# 执行卸载
./uninstall.sh

7.3 卸载nnrt软件包

卸载nnrt软件包

# 切换root用户
su - root# 进入卸载脚本所在路径
cd /usr/local/Ascend/nnrt/{version}/{arch}-linux/script# 执行卸载
./uninstall.sh

7.4 卸载驱动

注意事项:驱动和固件务必在其他软件包卸载之后才能卸载

# 切换root用户
su - root# 进入卸载脚本所在路径
cd /usr/local/Ascend/driver/script/# 执行卸载
./uninstall.sh

7.5 卸载固件

注意:Atlas 200 DK 开发者套件的驱动和固件为同一个软件包。

# 切换root用户
su - root# 进入卸载脚本所在路径
cd /usr/local/Ascend/firmware/script/# 执行卸载
./uninstall.sh

三、FAQ

Q:cp: cannot create directory '/usr/local/Ascend/ascend-toolkit_recover/latest': No space left on device

root@davinci-mini:~/Downloads# ./Ascend-cann-toolkit_6.0.RC1_linux-aarch64.run --upgrade
Verifying archive integrity...  100%   SHA256 checksums are OK. All good.
Uncompressing ASCEND_RUN_PACKAGE  100%
[Toolkit] [20240408-05:26:48] [INFO] LogFile:/var/log/ascend_seclog/ascend_toolkit_install.log
[Toolkit] [20240408-05:26:48] [INFO] upgrade start
cp: error writing '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_8_L1_SIZE_1024_repository_Ascend310P3_conv2d_forward.json': No space left on device
cp: error writing '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/repository_Ascend310P3_conv2d_bp_input.json': No space left on device
cp: error writing '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/repository_Ascend310P1_conv2d_bp_input.json': No space left on device
cp: error writing '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/repository_Ascend310P3_depthwise_conv2d.json': No space left on device
cp: error writing '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/repository_Ascend310P3_depthwise_bp_filter.json': No space left on device
cp: error writing '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/repository_Ascend310P3_depthwise_bp_input.json': No space left on device
cp: error writing '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/repository_Ascend310P1_depthwise_bp_filter.json': No space left on device
cp: error writing '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/repository_Ascend310P3_conv3d_forward.json': No space left on device
cp: error writing '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/repository_Ascend310P3_conv3d_bp_filter.json': No space left on device
cp: error writing '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/repository_Ascend310P1_conv3d_forward.json': No space left on device
cp: error writing '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/repository_Ascend310P3_matmul.json': No space left on device
cp: error writing '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/repository_Ascend310P1_matmul.json': No space left on device
cp: error writing '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_1_L1_SIZE_0_repository_Ascend310P3_conv2d_forward.bin': No space left on device
cp: error writing '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_1_L1_SIZE_0_repository_Ascend310P3_conv2d_bp_input.bin': No space left on device
cp: error writing '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_1_L1_SIZE_32_repository_Ascend310P3_conv2d_forward.bin': No space left on device
cp: error writing '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_1_L1_SIZE_32_repository_Ascend310P3_conv2d_bp_input.bin': No space left on device
cp: error writing '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_1_L1_SIZE_512_repository_Ascend310P3_conv2d_forward.bin': No space left on device
cp: error writing '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_1_L1_SIZE_512_repository_Ascend310P3_conv2d_bp_input.bin': No space left on device
cp: error writing '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_1_L1_SIZE_1024_repository_Ascend310P3_conv2d_forward.bin': No space left on device
cp: error writing '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_2_L1_SIZE_0_repository_Ascend310P3_conv2d_forward.bin': No space left on device
cp: error writing '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_2_L1_SIZE_0_repository_Ascend310P3_conv2d_bp_input.bin': No space left on device
cp: error writing '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_2_L1_SIZE_32_repository_Ascend310P3_conv2d_forward.bin': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_2_L1_SIZE_32_repository_Ascend310P3_conv2d_bp_input.bin': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_2_L1_SIZE_512_repository_Ascend310P3_conv2d_forward.bin': No space left on device
cp: error writing '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_2_L1_SIZE_1024_repository_Ascend310P3_conv2d_forward.bin': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_2_L1_SIZE_512_repository_Ascend310P3_conv2d_bp_input.bin': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_4_L1_SIZE_0_repository_Ascend310P3_conv2d_forward.bin': No space left on device
cp: error writing '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_4_L1_SIZE_0_repository_Ascend310P3_conv2d_bp_input.bin': No space left on device
cp: error writing '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_4_L1_SIZE_32_repository_Ascend310P3_conv2d_forward.bin': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_4_L1_SIZE_32_repository_Ascend310P3_conv2d_bp_input.bin': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_4_L1_SIZE_512_repository_Ascend310P3_conv2d_forward.bin': No space left on device
cp: error writing '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_4_L1_SIZE_512_repository_Ascend310P3_conv2d_bp_input.bin': No space left on device
cp: error writing '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_4_L1_SIZE_1024_repository_Ascend310P3_conv2d_forward.bin': No space left on device
cp: error writing '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_1_L1_SIZE_0_repository_Ascend310P3_matmul.bin': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_1_L1_SIZE_32_repository_Ascend310P3_matmul.bin': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_1_L1_SIZE_512_repository_Ascend310P3_matmul.bin': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_2_L1_SIZE_0_repository_Ascend310P3_matmul.bin': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_2_L1_SIZE_32_repository_Ascend310P3_matmul.bin': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_2_L1_SIZE_512_repository_Ascend310P3_matmul.bin': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_4_L1_SIZE_0_repository_Ascend310P3_matmul.bin': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_4_L1_SIZE_32_repository_Ascend310P3_matmul.bin': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_4_L1_SIZE_512_repository_Ascend310P3_matmul.bin': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_8_L1_SIZE_0_repository_Ascend310P3_matmul.bin': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_8_L1_SIZE_32_repository_Ascend310P3_matmul.bin': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_8_L1_SIZE_512_repository_Ascend310P3_matmul.bin': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_1_L1_SIZE_1024_repository_Ascend310P3_conv3d_forward.bin': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_1_L1_SIZE_1024_repository_Ascend310P3_conv3d_bp_input.bin': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_1_L1_SIZE_1024_repository_Ascend310P3_conv3d_bp_filter.bin': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_2_L1_SIZE_1024_repository_Ascend310P3_conv3d_forward.bin': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_2_L1_SIZE_1024_repository_Ascend310P3_conv3d_bp_input.bin': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_2_L1_SIZE_1024_repository_Ascend310P3_conv3d_bp_filter.bin': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_4_L1_SIZE_1024_repository_Ascend310P3_conv3d_forward.bin': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_4_L1_SIZE_1024_repository_Ascend310P3_conv3d_bp_input.bin': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_4_L1_SIZE_1024_repository_Ascend310P3_conv3d_bp_filter.bin': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_1_L1_SIZE_0_repository_Ascend310P1_conv2d_forward.bin': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_1_L1_SIZE_0_repository_Ascend310P1_conv2d_bp_input.bin': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_1_L1_SIZE_32_repository_Ascend310P1_conv2d_forward.bin': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_1_L1_SIZE_32_repository_Ascend310P1_conv2d_bp_input.bin': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_1_L1_SIZE_512_repository_Ascend310P1_conv2d_forward.bin': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_1_L1_SIZE_512_repository_Ascend310P1_conv2d_bp_input.bin': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_1_L1_SIZE_1024_repository_Ascend310P1_conv2d_forward.bin': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_2_L1_SIZE_0_repository_Ascend310P1_conv2d_forward.bin': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_2_L1_SIZE_0_repository_Ascend310P1_conv2d_bp_input.bin': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_2_L1_SIZE_32_repository_Ascend310P1_conv2d_forward.bin': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_2_L1_SIZE_32_repository_Ascend310P1_conv2d_bp_input.bin': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_2_L1_SIZE_512_repository_Ascend310P1_conv2d_forward.bin': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_2_L1_SIZE_512_repository_Ascend310P1_conv2d_bp_input.bin': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_2_L1_SIZE_1024_repository_Ascend310P1_conv2d_forward.bin': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_4_L1_SIZE_0_repository_Ascend310P1_conv2d_forward.bin': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_4_L1_SIZE_0_repository_Ascend310P1_conv2d_bp_input.bin': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_4_L1_SIZE_32_repository_Ascend310P1_conv2d_forward.bin': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_4_L1_SIZE_32_repository_Ascend310P1_conv2d_bp_input.bin': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_4_L1_SIZE_512_repository_Ascend310P1_conv2d_forward.bin': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_4_L1_SIZE_512_repository_Ascend310P1_conv2d_bp_input.bin': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_4_L1_SIZE_1024_repository_Ascend310P1_conv2d_forward.bin': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_8_L1_SIZE_0_repository_Ascend310P1_conv2d_forward.bin': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_8_L1_SIZE_0_repository_Ascend310P1_conv2d_bp_input.bin': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_8_L1_SIZE_32_repository_Ascend310P1_conv2d_forward.bin': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_8_L1_SIZE_32_repository_Ascend310P1_conv2d_bp_input.bin': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_8_L1_SIZE_512_repository_Ascend310P1_conv2d_forward.bin': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_8_L1_SIZE_512_repository_Ascend310P1_conv2d_bp_input.bin': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_8_L1_SIZE_1024_repository_Ascend310P1_conv2d_forward.bin': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_1_L1_SIZE_0_repository_Ascend310P1_matmul.bin': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_1_L1_SIZE_32_repository_Ascend310P1_matmul.bin': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_1_L1_SIZE_512_repository_Ascend310P1_matmul.bin': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_2_L1_SIZE_0_repository_Ascend310P1_matmul.bin': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_2_L1_SIZE_32_repository_Ascend310P1_matmul.bin': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_2_L1_SIZE_512_repository_Ascend310P1_matmul.bin': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_4_L1_SIZE_0_repository_Ascend310P1_matmul.bin': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_4_L1_SIZE_32_repository_Ascend310P1_matmul.bin': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_4_L1_SIZE_512_repository_Ascend310P1_matmul.bin': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_8_L1_SIZE_0_repository_Ascend310P1_matmul.bin': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_8_L1_SIZE_32_repository_Ascend310P1_matmul.bin': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_8_L1_SIZE_512_repository_Ascend310P1_matmul.bin': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_1_L1_SIZE_1024_repository_Ascend310P1_conv3d_forward.bin': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_1_L1_SIZE_1024_repository_Ascend310P1_conv3d_bp_input.bin': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_1_L1_SIZE_1024_repository_Ascend310P1_conv3d_bp_filter.bin': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_2_L1_SIZE_1024_repository_Ascend310P1_conv3d_forward.bin': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_2_L1_SIZE_1024_repository_Ascend310P1_conv3d_bp_input.bin': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_2_L1_SIZE_1024_repository_Ascend310P1_conv3d_bp_filter.bin': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_4_L1_SIZE_1024_repository_Ascend310P1_conv3d_forward.bin': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_4_L1_SIZE_1024_repository_Ascend310P1_conv3d_bp_input.bin': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_4_L1_SIZE_1024_repository_Ascend310P1_conv3d_bp_filter.bin': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_8_L1_SIZE_1024_repository_Ascend310P1_conv3d_forward.bin': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_8_L1_SIZE_1024_repository_Ascend310P1_conv3d_bp_input.bin': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_8_L1_SIZE_1024_repository_Ascend310P1_conv3d_bp_filter.bin': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_1_L1_SIZE_0_repository_Ascend310P3_conv2d_forward.json': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_1_L1_SIZE_0_repository_Ascend310P3_conv2d_bp_input.json': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_1_L1_SIZE_32_repository_Ascend310P3_conv2d_forward.json': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_1_L1_SIZE_32_repository_Ascend310P3_conv2d_bp_input.json': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_1_L1_SIZE_512_repository_Ascend310P3_conv2d_forward.json': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_1_L1_SIZE_512_repository_Ascend310P3_conv2d_bp_input.json': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_1_L1_SIZE_1024_repository_Ascend310P3_conv2d_forward.json': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_2_L1_SIZE_0_repository_Ascend310P3_conv2d_forward.json': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_2_L1_SIZE_0_repository_Ascend310P3_conv2d_bp_input.json': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_2_L1_SIZE_32_repository_Ascend310P3_conv2d_forward.json': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_2_L1_SIZE_32_repository_Ascend310P3_conv2d_bp_input.json': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_2_L1_SIZE_512_repository_Ascend310P3_conv2d_forward.json': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_2_L1_SIZE_512_repository_Ascend310P3_conv2d_bp_input.json': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_2_L1_SIZE_1024_repository_Ascend310P3_conv2d_forward.json': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_4_L1_SIZE_0_repository_Ascend310P3_conv2d_forward.json': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_4_L1_SIZE_0_repository_Ascend310P3_conv2d_bp_input.json': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_4_L1_SIZE_32_repository_Ascend310P3_conv2d_forward.json': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_4_L1_SIZE_32_repository_Ascend310P3_conv2d_bp_input.json': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_4_L1_SIZE_512_repository_Ascend310P3_conv2d_forward.json': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_4_L1_SIZE_512_repository_Ascend310P3_conv2d_bp_input.json': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_4_L1_SIZE_1024_repository_Ascend310P3_conv2d_forward.json': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_1_L1_SIZE_0_repository_Ascend310P3_matmul.json': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_1_L1_SIZE_32_repository_Ascend310P3_matmul.json': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_1_L1_SIZE_512_repository_Ascend310P3_matmul.json': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_2_L1_SIZE_0_repository_Ascend310P3_matmul.json': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_2_L1_SIZE_32_repository_Ascend310P3_matmul.json': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_2_L1_SIZE_512_repository_Ascend310P3_matmul.json': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_4_L1_SIZE_0_repository_Ascend310P3_matmul.json': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_4_L1_SIZE_32_repository_Ascend310P3_matmul.json': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_4_L1_SIZE_512_repository_Ascend310P3_matmul.json': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_8_L1_SIZE_0_repository_Ascend310P3_matmul.json': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_8_L1_SIZE_32_repository_Ascend310P3_matmul.json': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_8_L1_SIZE_512_repository_Ascend310P3_matmul.json': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_1_L1_SIZE_1024_repository_Ascend310P3_conv3d_forward.json': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_1_L1_SIZE_1024_repository_Ascend310P3_conv3d_bp_input.json': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_1_L1_SIZE_1024_repository_Ascend310P3_conv3d_bp_filter.json': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_2_L1_SIZE_1024_repository_Ascend310P3_conv3d_forward.json': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_2_L1_SIZE_1024_repository_Ascend310P3_conv3d_bp_input.json': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_2_L1_SIZE_1024_repository_Ascend310P3_conv3d_bp_filter.json': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_4_L1_SIZE_1024_repository_Ascend310P3_conv3d_forward.json': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_4_L1_SIZE_1024_repository_Ascend310P3_conv3d_bp_input.json': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_4_L1_SIZE_1024_repository_Ascend310P3_conv3d_bp_filter.json': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_1_L1_SIZE_0_repository_Ascend310P1_conv2d_forward.json': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_1_L1_SIZE_0_repository_Ascend310P1_conv2d_bp_input.json': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_1_L1_SIZE_32_repository_Ascend310P1_conv2d_forward.json': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_1_L1_SIZE_32_repository_Ascend310P1_conv2d_bp_input.json': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_1_L1_SIZE_512_repository_Ascend310P1_conv2d_forward.json': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_1_L1_SIZE_512_repository_Ascend310P1_conv2d_bp_input.json': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_1_L1_SIZE_1024_repository_Ascend310P1_conv2d_forward.json': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_2_L1_SIZE_0_repository_Ascend310P1_conv2d_forward.json': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_2_L1_SIZE_0_repository_Ascend310P1_conv2d_bp_input.json': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_2_L1_SIZE_32_repository_Ascend310P1_conv2d_forward.json': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_2_L1_SIZE_32_repository_Ascend310P1_conv2d_bp_input.json': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_2_L1_SIZE_512_repository_Ascend310P1_conv2d_forward.json': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_2_L1_SIZE_512_repository_Ascend310P1_conv2d_bp_input.json': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_2_L1_SIZE_1024_repository_Ascend310P1_conv2d_forward.json': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_4_L1_SIZE_0_repository_Ascend310P1_conv2d_forward.json': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_4_L1_SIZE_0_repository_Ascend310P1_conv2d_bp_input.json': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_4_L1_SIZE_32_repository_Ascend310P1_conv2d_forward.json': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_4_L1_SIZE_32_repository_Ascend310P1_conv2d_bp_input.json': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_4_L1_SIZE_512_repository_Ascend310P1_conv2d_forward.json': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_4_L1_SIZE_512_repository_Ascend310P1_conv2d_bp_input.json': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_4_L1_SIZE_1024_repository_Ascend310P1_conv2d_forward.json': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_8_L1_SIZE_0_repository_Ascend310P1_conv2d_forward.json': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_8_L1_SIZE_0_repository_Ascend310P1_conv2d_bp_input.json': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_8_L1_SIZE_32_repository_Ascend310P1_conv2d_forward.json': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_8_L1_SIZE_32_repository_Ascend310P1_conv2d_bp_input.json': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_8_L1_SIZE_512_repository_Ascend310P1_conv2d_forward.json': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_8_L1_SIZE_1024_repository_Ascend310P1_conv2d_forward.json': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_8_L1_SIZE_512_repository_Ascend310P1_conv2d_bp_input.json': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_1_L1_SIZE_0_repository_Ascend310P1_matmul.json': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_1_L1_SIZE_32_repository_Ascend310P1_matmul.json': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_1_L1_SIZE_512_repository_Ascend310P1_matmul.json': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_2_L1_SIZE_0_repository_Ascend310P1_matmul.json': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_2_L1_SIZE_32_repository_Ascend310P1_matmul.json': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_2_L1_SIZE_512_repository_Ascend310P1_matmul.json': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_4_L1_SIZE_0_repository_Ascend310P1_matmul.json': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_4_L1_SIZE_32_repository_Ascend310P1_matmul.json': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_4_L1_SIZE_512_repository_Ascend310P1_matmul.json': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_8_L1_SIZE_0_repository_Ascend310P1_matmul.json': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_8_L1_SIZE_32_repository_Ascend310P1_matmul.json': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_8_L1_SIZE_512_repository_Ascend310P1_matmul.json': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_1_L1_SIZE_1024_repository_Ascend310P1_conv3d_forward.json': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_1_L1_SIZE_1024_repository_Ascend310P1_conv3d_bp_input.json': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_1_L1_SIZE_1024_repository_Ascend310P1_conv3d_bp_filter.json': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_2_L1_SIZE_1024_repository_Ascend310P1_conv3d_forward.json': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_2_L1_SIZE_1024_repository_Ascend310P1_conv3d_bp_input.json': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_2_L1_SIZE_1024_repository_Ascend310P1_conv3d_bp_filter.json': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_4_L1_SIZE_1024_repository_Ascend310P1_conv3d_forward.json': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_4_L1_SIZE_1024_repository_Ascend310P1_conv3d_bp_input.json': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_4_L1_SIZE_1024_repository_Ascend310P1_conv3d_bp_filter.json': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_8_L1_SIZE_1024_repository_Ascend310P1_conv3d_forward.json': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_8_L1_SIZE_1024_repository_Ascend310P1_conv3d_bp_input.json': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_8_L1_SIZE_1024_repository_Ascend310P1_conv3d_bp_filter.json': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_1_L1_FUSION_cost_model_Ascend310P3_conv2d_forward.bin': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_1_L1_FUSION_cost_model_Ascend310P3_conv2d_bp_input.bin': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_1_NO_L1_FUSION_cost_model_Ascend310P3_conv2d_forward.bin': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_1_NO_L1_FUSION_cost_model_Ascend310P3_conv2d_bp_input.bin': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_2_L1_FUSION_cost_model_Ascend310P3_conv2d_forward.bin': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_2_L1_FUSION_cost_model_Ascend310P3_conv2d_bp_input.bin': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_2_NO_L1_FUSION_cost_model_Ascend310P3_conv2d_forward.bin': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_2_NO_L1_FUSION_cost_model_Ascend310P3_conv2d_bp_input.bin': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_4_L1_FUSION_cost_model_Ascend310P3_conv2d_forward.bin': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_4_L1_FUSION_cost_model_Ascend310P3_conv2d_bp_input.bin': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_4_NO_L1_FUSION_cost_model_Ascend310P3_conv2d_forward.bin': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_4_NO_L1_FUSION_cost_model_Ascend310P3_conv2d_bp_input.bin': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_1_L1_FUSION_cost_model_Ascend310P3_matmul.bin': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_1_NO_L1_FUSION_cost_model_Ascend310P3_matmul.bin': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_2_L1_FUSION_cost_model_Ascend310P3_matmul.bin': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_2_NO_L1_FUSION_cost_model_Ascend310P3_matmul.bin': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_4_L1_FUSION_cost_model_Ascend310P3_matmul.bin': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_4_NO_L1_FUSION_cost_model_Ascend310P3_matmul.bin': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_8_L1_FUSION_cost_model_Ascend310P3_matmul.bin': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_8_NO_L1_FUSION_cost_model_Ascend310P3_matmul.bin': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_1_NO_L1_FUSION_cost_model_Ascend310P3_conv3d_forward.bin': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_1_NO_L1_FUSION_cost_model_Ascend310P3_conv3d_bp_input.bin': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_1_NO_L1_FUSION_cost_model_Ascend310P3_conv3d_bp_filter.bin': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_2_NO_L1_FUSION_cost_model_Ascend310P3_conv3d_forward.bin': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_2_NO_L1_FUSION_cost_model_Ascend310P3_conv3d_bp_input.bin': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_2_NO_L1_FUSION_cost_model_Ascend310P3_conv3d_bp_filter.bin': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_4_NO_L1_FUSION_cost_model_Ascend310P3_conv3d_forward.bin': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_4_NO_L1_FUSION_cost_model_Ascend310P3_conv3d_bp_input.bin': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_4_NO_L1_FUSION_cost_model_Ascend310P3_conv3d_bp_filter.bin': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_1_L1_FUSION_cost_model_Ascend310P1_conv2d_forward.bin': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_1_L1_FUSION_cost_model_Ascend310P1_conv2d_bp_input.bin': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_1_NO_L1_FUSION_cost_model_Ascend310P1_conv2d_forward.bin': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_1_NO_L1_FUSION_cost_model_Ascend310P1_conv2d_bp_input.bin': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_2_L1_FUSION_cost_model_Ascend310P1_conv2d_forward.bin': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_2_L1_FUSION_cost_model_Ascend310P1_conv2d_bp_input.bin': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_2_NO_L1_FUSION_cost_model_Ascend310P1_conv2d_forward.bin': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_2_NO_L1_FUSION_cost_model_Ascend310P1_conv2d_bp_input.bin': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_4_L1_FUSION_cost_model_Ascend310P1_conv2d_forward.bin': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_4_L1_FUSION_cost_model_Ascend310P1_conv2d_bp_input.bin': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_4_NO_L1_FUSION_cost_model_Ascend310P1_conv2d_forward.bin': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_4_NO_L1_FUSION_cost_model_Ascend310P1_conv2d_bp_input.bin': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_8_L1_FUSION_cost_model_Ascend310P1_conv2d_forward.bin': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_8_L1_FUSION_cost_model_Ascend310P1_conv2d_bp_input.bin': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_8_NO_L1_FUSION_cost_model_Ascend310P1_conv2d_forward.bin': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_8_NO_L1_FUSION_cost_model_Ascend310P1_conv2d_bp_input.bin': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_1_L1_FUSION_cost_model_Ascend310P1_matmul.bin': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_1_NO_L1_FUSION_cost_model_Ascend310P1_matmul.bin': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_2_L1_FUSION_cost_model_Ascend310P1_matmul.bin': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_2_NO_L1_FUSION_cost_model_Ascend310P1_matmul.bin': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_4_L1_FUSION_cost_model_Ascend310P1_matmul.bin': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_4_NO_L1_FUSION_cost_model_Ascend310P1_matmul.bin': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_8_L1_FUSION_cost_model_Ascend310P1_matmul.bin': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_8_NO_L1_FUSION_cost_model_Ascend310P1_matmul.bin': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_1_NO_L1_FUSION_cost_model_Ascend310P1_conv3d_forward.bin': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_1_NO_L1_FUSION_cost_model_Ascend310P1_conv3d_bp_input.bin': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_1_NO_L1_FUSION_cost_model_Ascend310P1_conv3d_bp_filter.bin': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_2_NO_L1_FUSION_cost_model_Ascend310P1_conv3d_forward.bin': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_2_NO_L1_FUSION_cost_model_Ascend310P1_conv3d_bp_input.bin': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_2_NO_L1_FUSION_cost_model_Ascend310P1_conv3d_bp_filter.bin': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_4_NO_L1_FUSION_cost_model_Ascend310P1_conv3d_forward.bin': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_4_NO_L1_FUSION_cost_model_Ascend310P1_conv3d_bp_input.bin': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_4_NO_L1_FUSION_cost_model_Ascend310P1_conv3d_bp_filter.bin': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_8_NO_L1_FUSION_cost_model_Ascend310P1_conv3d_forward.bin': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_8_NO_L1_FUSION_cost_model_Ascend310P1_conv3d_bp_input.bin': No space left on device
cp: cannot create regular file '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/built-in/AIC_8_NO_L1_FUSION_cost_model_Ascend310P1_conv3d_bp_filter.bin': No space left on device
cp: cannot create directory '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310P/custom': No space left on device
cp: cannot create directory '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/ascend615': No space left on device
cp: cannot create directory '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/ascend610': No space left on device
cp: cannot create directory '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/ascend310': No space left on device
cp: cannot create directory '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Ascend310B': No space left on device
cp: cannot create directory '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Hi3796CV300ES': No space left on device
cp: cannot create directory '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/Hi3796CV300CS': No space left on device
cp: cannot create directory '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/tiling/SD3403': No space left on device
cp: cannot create directory '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/data/rl': No space left on device
cp: cannot create directory '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/framework': No space left on device
cp: cannot create directory '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/fusion_pass': No space left on device
cp: cannot create directory '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/fusion_rules': No space left on device
cp: cannot create directory '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/op_impl': No space left on device
cp: cannot create directory '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/op_proto': No space left on device
cp: error writing '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/scene.info': No space left on device
cp: error writing '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/version.info': No space left on device
cp: cannot create directory '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/Ascend310RC': No space left on device
cp: cannot create directory '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/Ascend310': No space left on device
cp: cannot create directory '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/Ascend310P': No space left on device
cp: cannot create directory '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/Ascend910': No space left on device
cp: cannot create directory '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/opp/test-ops': No space left on device
cp: cannot create directory '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/mindstudio-msprof': No space left on device
cp: cannot create directory '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/pyACL': No space left on device
cp: cannot create directory '/usr/local/Ascend/ascend-toolkit_recover/5.1.RC2.alpha007/combo_script': No space left on device
cp: error writing '/usr/local/Ascend/ascend-toolkit_recover/set_env.sh': No space left on device
cp: cannot create directory '/usr/local/Ascend/ascend-toolkit_recover/latest': No space left on device
[Toolkit] [20240408-05:30:13] [INFO] upgrade package CANN-runtime-1.83.10.1.252-linux.aarch64.run start
mkdir: cannot create directory ‘/root/selfgz1555215972’: No space left on device
Cannot create target directory /root/selfgz1555215972
You should try option --extract=<path>
[Toolkit] [20240408-05:30:16] [ERROR] package_name=CANN-runtime-1.83.10.1.252-linux.aarch64.run upgrade failed
[Toolkit] [20240408-05:30:16] [ERROR] package upgrade failed, Please refer to the log for more details: /var/log/ascend_seclog/ascend_toolkit_install.log
# 错误原因
root用户默认的安装路径是 /usr/local/Ascend,由于根目录的存储空间不足导致升级失败# 解决办法
清理根目录下的垃圾文件,重新升级
如果还是升级失败,则切换HwHiAiUser用户,重新安装到 /home/HwHiAiUser/Ascend 目录下

Q:path /home/HwHiAiUser/Ascend not exist, please set installation path !

HwHiAiUser@davinci-mini:~/Downloads$ ./Ascend-cann-toolkit_6.0.RC1_linux-aarch64.run --upgrade --extract=./cache
Creating directory ./cache
Verifying archive integrity...  100%   SHA256 checksums are OK. All good.
Uncompressing ASCEND_RUN_PACKAGE  100%
[Toolkit] [20240408-05:52:50] [INFO] LogFile:/home/HwHiAiUser/var/log/ascend_seclog/ascend_toolkit_install.log
[Toolkit] [20240408-05:52:50] [ERROR] path /home/HwHiAiUser/Ascend not exist, please set installation path !
# 错误原因
root用户无法安装到HwHiAiUser用户的所在目录# 解决办法
切换到root,安装到/usr/local/Ascend目录下
或者
切换到HwHiAiUser目录,安装到/home/HwHiAiUser/Ascend目录下

Q:run package is not installed on path /usr/local/Ascend !

root@davinci-mini:~# /home/HwHiAiUser/Downloads/Ascend-cann-toolkit_6.0.RC1_linux-aarch64.run --upgrade --install-path=/usr/local/Ascend/ --extract=/home/HwHiAiUser/Downloads/cache/
Creating directory /home/HwHiAiUser/Downloads/cache/
Verifying archive integrity...  100%   SHA256 checksums are OK. All good.
Uncompressing ASCEND_RUN_PACKAGE  100%
[Toolkit] [20240408-06:25:04] [INFO] LogFile:/var/log/ascend_seclog/ascend_toolkit_install.log
[Toolkit] [20240408-06:25:04] [ERROR] run package is not installed on path /usr/local/Ascend !

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处:http://www.hqwc.cn/news/618333.html

如若内容造成侵权/违法违规/事实不符,请联系编程知识网进行投诉反馈email:809451989@qq.com,一经查实,立即删除!

相关文章

【设计模式】六大设计原则

设计原则 研究 23 种设计模式是困难的&#xff0c;甚至是没必要的六大设计原则零、单一职责原则开闭原则里氏代换原则依赖倒置原则接口隔离原则迪米特法则合成复用原则 研究 23 种设计模式是困难的&#xff0c;甚至是没必要的 设计模式有23种&#xff0c;我认为对普通人来说想…

【C++成长记】C++入门 | 类和对象(上) |类的作用域、类的实例化、类的对象大小的计算、类成员函数的this指针

&#x1f40c;博主主页&#xff1a;&#x1f40c;​倔强的大蜗牛&#x1f40c;​ &#x1f4da;专栏分类&#xff1a;C❤️感谢大家点赞&#x1f44d;收藏⭐评论✍️ 目录 一、类的作用域 二、类的实例化 三、类对象模型 四、this指针 1、this指针的引出 2 this指针的特…

机械转行网络安全自学经历,零基础学网络安全,血泪总结的干货

机械转行网络安全自学经历&#xff0c;零基础学网络安全&#xff0c;血泪总结的干货 我为什么转行.转行之路面试之路自学路上的学习资源 求职路上亦是如此&#xff0c;打开这篇文章&#xff0c;相信你也有转行的想法。和身边的朋友聊过&#xff0c;入职后的他们&#xff0c;或…

linux 内存寻址

&#xff08;持续更新&#xff09; 相关概念 查看的书籍为 深入linux内核 内存地址 当使用80x86&#xff08;32位&#xff09;微处理器时&#xff0c;一般分为三种不同的地址&#xff1a; 逻辑地址 包含在机器语言指令中用来指定一个操作数或一条指令的地址。每一个逻辑地址…

踩了一堆坑,终于掌握了postgreSQL主从流的精髓

&#x1f4e2;&#x1f4e2;&#x1f4e2;&#x1f4e3;&#x1f4e3;&#x1f4e3; 哈喽&#xff01;大家好&#xff0c;我是【IT邦德】&#xff0c;江湖人称jeames007&#xff0c;10余年DBA及大数据工作经验 一位上进心十足的【大数据领域博主】&#xff01;&#x1f61c;&am…

【Linux】序列化与反序列化{服客编程/守护进程/JSON}

文章目录 1.引入2. 静态成员函数3.TCP&#xff1a;传输控制协议4.守护进程4.0前台进程4.1介绍4.2认识4.3会话4.3ps axj4.4理解4.5/dev/null4.6守护进程和孤儿进程 5.JSON6.完整代码6.1Makefile6.2Socket.hpp6.3Protocol.hpp6.4Log.hpp6.5Daemon.hpp6.6TcpServer.hpp6.7Client.c…

第二期书生浦语大模型训练营第三次作业

任务一&#xff1a;在茴香豆 Web 版中创建自己领域的知识问答助手 构建个人回答助手 进入web页面&#xff0c;传输属于自己的文件&#xff0c;此处进行输入大量投资领域资料&#xff0c;构建个人投资者问答助手 回答示例 茴香豆缺陷 此处会发现茴香豆仍然存在一些缺点&#…

Element-UI 自定义-下拉框选择年份

1.实现效果 场景表达&#xff1a; 默认展示当年的年份&#xff0c;默认展示前7年的年份 2.实现思路 创建一个新的Vue组件。 使用<select>元素和v-for指令来渲染年份下拉列表。 使用v-model来绑定选中的年份值。 3.实现代码展示 <template><div><el-…

数字乡村创新实践探索农业现代化与农村治理现代化新路径:科技赋能农村全面振兴与农民幸福生活

目录 引言 一、数字乡村与农业现代化 1、智慧农业技术的应用 2、农业产业链的数字化转型 二、数字乡村与农村治理现代化 1、农村信息化水平的提升 2、农村治理模式的创新 三、科技赋能农村全面振兴与农民幸福生活 1、提升农业生产效益与农民收入 2、促进农村产业结构…

DAY9|28. 实现 strStr()、459.重复的子字符串

28.实现 strStr&#xff08;&#xff09;、459重复的子字符串 28. 实现 strStr()减一版next数组时间复杂度分析前缀表统一减一 C代码实现前缀表&#xff08;不减一&#xff09;C实现 459.重复的子字符串移动匹配KMP前缀表统一减一前缀表&#xff08;不减一&#xff09;的C代码实…

深度学习图像处理基础工具——opencv 实战2 文档扫描OCR

输入一个文档&#xff0c;怎么进行文档扫描&#xff0c;输出扫描后的图片呢&#xff1f; 今天学习了 opencv实战项目 文档扫描OCR 问题重构&#xff1a;输入图像 是一个含有文档的图像——> 目标是将其转化为 规则的扫描图片 那么怎么实现呢&#xff1f; 问题分解&#…

LeetCode 94 二叉树的中序遍历

题目描述 二叉树的中序遍历 给定一个二叉树的根节点 root &#xff0c;返回 它的 中序 遍历 。 示例 1&#xff1a; 输入&#xff1a;root [1,null,2,3] 输出&#xff1a;[1,3,2]示例 2&#xff1a; 输入&#xff1a;root [] 输出&#xff1a;[]示例 3&#xff1a; 输入…