快速安装/升级/卸载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软件包

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

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

CANN软件包相关指令

root@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
# 给安装包增加可执行权限
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> 

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

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@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.

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-aarch                               64.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 - rootcd /usr/local/Ascend/ascend-toolkit/{version}/{arch}-linux/script# 执行卸载
./uninstall.sh

如果卸载失败,请尝试:

# 进入卸载脚本所在路径
cd /usr/local/Ascend/ascend-toolkit/{version}/# 执行卸载
./cann_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.mzph.cn/news/800470.shtml

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

相关文章

近距离共享数字化实战经验,深挖数据价值赋能千行百业

近期&#xff0c;思迈特软件积极投身于金融、制造、零售、医疗等多个行业的线下活动中&#xff0c;深度解析行业趋势&#xff0c;分享BI数字化创新解决方案&#xff0c;并与客户及合作伙伴进行深入交流。通过这些活动&#xff0c;不仅展示了思迈特软件在各领域的先进技术和成果…

【数据结构】双向链表 C++

一、什么是双向链表 1、定义 双向链表也叫双链表&#xff0c;是链表的一种&#xff0c;它的每个数据结点中都有两个指针&#xff0c;分别指向直接后继和直接前驱。所以&#xff0c;从双向链表中的任意一个结点开始&#xff0c;都可以很方便地访问它的前驱结点和后继结点。 双…

fakebook-攻防世界

题目 先目录扫描一下 dirseach 打开flag.php是空白的 访问robots.txt,访问user.php.bak <?php class UserInfo { public $name ""; public $age 0; public $blog ""; public function __construct($name, $age, $blog) { …

2024年【道路运输企业主要负责人】报名考试及道路运输企业主要负责人证考试

题库来源&#xff1a;安全生产模拟考试一点通公众号小程序 道路运输企业主要负责人报名考试根据新道路运输企业主要负责人考试大纲要求&#xff0c;安全生产模拟考试一点通将道路运输企业主要负责人模拟考试试题进行汇编&#xff0c;组成一套道路运输企业主要负责人全真模拟考…

vue vue3 日期时间组件分装,三种不同的效果

写在前面&#xff1a; 基于elementPlus前端组件库&#xff0c;实现了两种日期时间组件的自定义封装&#xff1a; 1.第一种&#xff0c;年月日 2.第二种&#xff0c;年月周日 3.第三种&#xff0c;年月日 一、年月日自定义组件的封装 实现效果&#xff1a; 参考链接&#xff1a…

VueDraggablePlus 支持 Vue2 和 Vue3 的拖拽组件

官网&#xff1a;https://alfred-skyblue.github.io/vue-draggable-plus/

【大功率汽车大灯升压方案】LED恒流驱动芯片FP7208升压车灯调光应用,PWM内部转模拟,调光深度1%,无频闪顾虑,低亮无抖动

宝马X5前中排座椅宽大舒适&#xff0c;车厢内储物空间丰富。操控性能极佳&#xff0c;底盘稳扎精良。原车为氙气灯&#xff0c;其实宝马的氙气大灯配的比其他车型要好&#xff0c;照明效果是没得说的。但是不管什么灯久了都会出现光衰的情况。下面这辆宝马X5车灯已老化严重。 宝…

14届蓝桥杯省赛 C/C++ B组 T4 飞机降落 (DFS)

记录此题提醒自己&#xff0c;此类时间轴问题可以通过DFS解决 DFS不是能解决所有题吗 对于此题&#xff0c;我们将降落的飞机的个数和时间轴作为DFS的形参&#xff0c;这样可以节省手动回溯的过程。 并且在DFS的过程中我们要加入一些贪心策略&#xff0c;否则直接爆搜有可能搜…

yolov8安全帽检测项目开发(python开发,带有训练模型,可以重新训练,并有Pyqt5界面可视化)

不需要程序&#xff0c;只需要数据集的&#xff0c;想自己搭建模型训练的&#xff0c;可以免费下载&#xff08;积分已经设置为0&#xff09;&#xff1a;https://download.csdn.net/download/qq_40840797/89100918 1.项目介绍&#xff1a;&#xff08;视频运行链接&#xff1…

小米SU7会是年轻人第一台“保时米”吗?

2021年3月30日&#xff0c;小米创始人雷军在公开演讲中宣布造车&#xff0c;称 “小米汽车将是我人生中最后一次重大的创业项目&#xff0c;我愿意押上我人生所有积累的战绩和声誉&#xff0c;为小米汽车而战&#xff01;” 雷军表示未来十年&#xff0c;小米将投入100亿美元造…

YOLOV8注意力改进方法:DilateFormer多尺度空洞 Transformer(附改进代码)

原论文地址&#xff1a;原论文下载地址 即插即用的多尺度全局注意力机制 本文提出了一种新颖的多尺度空洞 Transformer&#xff0c;简称DilateFormer&#xff0c;以用于视觉识别任务。原有的 ViT 模型在计算复杂性和感受野大小之间的权衡上存在矛盾。众所周知&#xff0c;ViT…

socket之UDP组播(多播)

组播也可以称之为多播这也是 UDP 的特性之一。组播是主机间一对多的通讯模式&#xff0c;是一种允许一个或多个组播源发送同一报文到多个接收者的技术。组播源将一份报文发送到特定的组播地址&#xff0c;组播地址不同于单播地址&#xff0c;它并不属于特定某个主机&#xff0c…

测试必备:网站崩溃原因大揭秘!12种常见问题一网打尽

网站崩溃是研发团队最怕看到的情况&#xff0c;但是由于种种原因却时常出现&#xff0c;作为测试人员&#xff0c;我们更应该比一般人了解网站崩溃的原因及排查方法&#xff0c;这是我们测试工作的重要一环。接下来我就谈谈12种常见的网站崩溃原因以及如何跟踪和解决它们。 你的…

【JavaWeb】Day33.MySQL概述

什么是数据库 数据库&#xff1a;英文为 DataBase&#xff0c;简称DB&#xff0c;它是存储和管理数据的仓库。 像我们日常访问的电商网站京东&#xff0c;企业内部的管理系统OA、ERP、CRM这类的系统&#xff0c;以及大家每天都会刷的头条、抖音类的app&#xff0c;那这些大家所…

黑马Seata入门到实战教程(学习笔记)

Seata CAP理论 BASE理论 XA AT TCC sage模式 缺点&#xff1a;数据隔离性安全问题 四种模式对比

智慧乡村建设探索:数字乡村引领农村发展新方向

目录 一、智慧乡村建设的内涵与意义 二、数字乡村的发展现状 三、数字乡村引领农村发展的新方向 &#xff08;一&#xff09;推动农业现代化&#xff0c;提升农业生产效率 &#xff08;二&#xff09;培育农村新业态&#xff0c;促进农村产业升级 &#xff08;三&#xf…

SpringCloud Alibaba @SentinelResource 注解

一、前言 接下来是开展一系列的 SpringCloud 的学习之旅&#xff0c;从传统的模块之间调用&#xff0c;一步步的升级为 SpringCloud 模块之间的调用&#xff0c;此篇文章为第十五篇&#xff0c;即介绍 SpringCloud Alibaba 的 SentinelResource 注解。 二、简介 这个注解用于标…

解析《天道》中丁元英的五步商业运作思路

我国商战题材的电视剧中哪部最为经典&#xff1f;小马识途营销顾问认为那一定是《天道》&#xff0c;《天道》对人物的刻画非常精准&#xff0c;对人性的描写鞭辟入里&#xff0c;看过之后都会被其震撼&#xff0c;因此它不仅是一部电视剧&#xff0c;更是一部可以给人们带来商…

Databend 开源周报第 138 期

Databend 是一款现代云数仓。专为弹性和高效设计&#xff0c;为您的大规模分析需求保驾护航。自由且开源。即刻体验云服务&#xff1a;https://app.databend.cn 。 Whats On In Databend 探索 Databend 本周新进展&#xff0c;遇到更贴近你心意的 Databend 。 支持多表插入 …

位运算-201. 数字范围按位与,137. 只出现一次的数字 II(总结此类)

给你两个整数 left 和 right &#xff0c;表示区间 [left, right] &#xff0c;返回此区间内所有数字 按位与 的结果&#xff08;包含 left 、right 端点&#xff09;。 示例 1&#xff1a; 输入&#xff1a;left 5, right 7 输出&#xff1a;4 示例 2&#xff1a; 输入&…