一、参考资料
配套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配套软件包和测试服务器信息如下:
软件/硬件 | 版本/型号 |
---|---|
MindSpore | 1.9.0 |
CANN | CANN 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 !