登录
注册
开源
企业版
高校版
搜索
帮助中心
使用条款
关于我们
开源
企业版
高校版
私有云
模力方舟
AI 队友
登录
注册
轻量养虾,开箱即用!低 Token + 稳定算力,Gitee & 模力方舟联合出品的 PocketClaw 正式开售!点击了解详情~
代码拉取完成,页面将自动刷新
开源项目
>
人工智能
>
AI-人工智能
&&
捐赠
捐赠前请先登录
取消
前往登录
扫描微信二维码支付
取消
支付完成
支付提示
将跳转至支付宝完成支付
确定
取消
Watch
不关注
关注所有动态
仅关注版本发行动态
关注但不提醒动态
224
Star
1.3K
Fork
1.1K
Ascend
/
samples
代码
Issues
41
Pull Requests
99
Wiki
统计
流水线
服务
JavaDoc
PHPDoc
质量分析
Jenkins for Gitee
腾讯云托管
腾讯云 Serverless
悬镜安全
阿里云 SAE
Codeblitz
SBOM
开发画像分析
我知道了,不再自动展开
更新失败,请稍后重试!
移除标识
内容风险标识
本任务被
标识为内容中包含有代码安全 Bug 、隐私泄露等敏感信息,仓库外成员不可访问
CANN训练营:AddKernelInvocationTilingNeo样例运行报错 aclError:507015
DONE
#IA5M57
算子开发问题
Hunter
创建于
2024-06-14 23:45
一、问题现象(附报错日志上下文): 执行样例AddKernelInvocationTilingNeo,运行报错 aclError:507015 cpu和sim都能通过,唯独npu不能通过 二、软件版本: -- CANN 版本 (e.g., CANN 3.0.x,5.x.x): A300-3010-npu-driver_23.0.0_linux-x86_64.run Ascend-cann-nnrt_8.0.RC2.alpha002_linux-x86_64.run Ascend-cann-toolkit_8.0.RC2.alpha002_linux-x86_64.run --操作系统版本 (e.g., Ubuntu 18.04): Ubuntu 18  --其他 cmake版本过低,重装了cmake-3.30.0-rc2-linux-x86_64.sh pip用的清华源,用 `-i https://pypi.tuna.tsinghua.edu.cn/simple` 方式临时安装 apt用的清华源 ``` # 默认注释了源码镜像以提高 apt update 速度,如有需要可自行取消注释 deb https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ bionic main restricted universe multiverse # deb-src https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ bionic main restricted universe multiverse deb https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ bionic-updates main restricted universe multiverse # deb-src https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ bionic-updates main restricted universe multiverse deb https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ bionic-backports main restricted universe multiverse # deb-src https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ bionic-backports main restricted universe multiverse # 以下安全更新软件源包含了官方源与镜像站配置,如有需要可自行修改注释切换 deb http://security.ubuntu.com/ubuntu/ bionic-security main restricted universe multiverse # deb-src http://security.ubuntu.com/ubuntu/ bionic-security main restricted universe multiverse # 预发布软件源,不建议启用 # deb https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ bionic-proposed main restricted universe multiverse # # deb-src https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ bionic-proposed main restricted universe multiverse ``` python3.7.5配置了环境变量以及软连接 .bashrc新增内容 ``` export LD_LIBRARY_PTATH=/usr/local/python3.7.5/lib:$LD_LIBRARY_PATH export PATH=/usr/local/python3.7.5/bin:$PATH source /usr/local/Ascend/driver/bin/setenv.bash source /home/HwHiAiUser/Ascend/nnrt/set_env.sh source /home/HwHiAiUser/Ascend/ascend-toolkit/set_env.sh export PATH=$PATH:/home/HwHiAiUser/downloads/cmake-3.30.0-rc2-linux-x86_64/bin ``` 三、测试步骤: - 下载样例代码 `git clone https://gitee.com/ascend/samples` - 进入目录 `cd /samples/operator/AddCustomSample/KernelLaunch/AddKernelInvocationTilingNeo` - 配置环境 `source ~/.bashrc` - 修改CANN环境配置,将/usr/local/...全部替换为真实路径/home/HwHiAiUser/... - 执行 `bash run.sh -r [RUN_MODE] -v [SOC_VERSION]` 四、日志信息: 执行 `bash run.sh -r cpu -v Ascend310P1` 正常结果 ``` -- The C compiler identification is GNU 7.5.0 -- The CXX compiler identification is GNU 7.5.0 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /usr/bin/cc - skipped -- Detecting C compile features -- Detecting C compile features - done -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /usr/bin/c++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Configuring done (0.3s) -- Generating done (0.0s) -- Build files have been written to: /home/HwHiAiUser/code/samples/operator/AddCustomSample/KernelLaunch/AddKernelInvocationTilingNeo/build [ 25%] Building CXX object CMakeFiles/ascendc_kernels_cpu.dir/add_custom.cpp.o [ 50%] Linking CXX shared library libascendc_kernels_cpu.so [ 50%] Built target ascendc_kernels_cpu [ 75%] Building CXX object CMakeFiles/ascendc_kernels_bbit.dir/main.cpp.o [100%] Linking CXX executable ascendc_kernels_bbit [100%] Built target ascendc_kernels_bbit -- Install configuration: "Debug" -- Installing: /home/HwHiAiUser/code/samples/operator/AddCustomSample/KernelLaunch/AddKernelInvocationTilingNeo/out/lib/libascendc_kernels_cpu.so -- Set non-toolchain portion of runtime path of "/home/HwHiAiUser/code/samples/operator/AddCustomSample/KernelLaunch/AddKernelInvocationTilingNeo/out/lib/libascendc_kernels_cpu.so" to "" -- Installing: /home/HwHiAiUser/code/samples/operator/AddCustomSample/KernelLaunch/AddKernelInvocationTilingNeo/out/bin/ascendc_kernels_bbit -- Set non-toolchain portion of runtime path of "/home/HwHiAiUser/code/samples/operator/AddCustomSample/KernelLaunch/AddKernelInvocationTilingNeo/out/bin/ascendc_kernels_bbit" to "" [INFO] config_file.cc:143 getConfigPath Config file is found, path is /home/HwHiAiUser/Ascend/ascend-toolkit/8.0.RC2.alpha002/x86_64-linux/simulator/Ascend310P1/lib/config_pv_aicore_model.toml [INFO] pv_ai_core.cc:797 get_config_file Core=0, core_type=0, spec_file=/home/HwHiAiUser/Ascend/ascend-toolkit/8.0.RC2.alpha002/x86_64-linux/simulator/Ascend310P1/lib/config_pv_aicore_model.toml [INFO] config_file.cc:143 getConfigPath Config file is found, path is /home/HwHiAiUser/Ascend/ascend-toolkit/8.0.RC2.alpha002/x86_64-linux/simulator/Ascend310P1/lib/config_pv_aicore_model.toml [INFO] pv_ai_core.cc:797 get_config_file Core=0, core_type=0, spec_file=/home/HwHiAiUser/Ascend/ascend-toolkit/8.0.RC2.alpha002/x86_64-linux/simulator/Ascend310P1/lib/config_pv_aicore_model.toml [INFO] config_file.cc:143 getConfigPath Config file is found, path is /home/HwHiAiUser/Ascend/ascend-toolkit/8.0.RC2.alpha002/x86_64-linux/simulator/Ascend310P1/lib/config_pv_aicore_model.toml [INFO] pv_ai_core.cc:797 get_config_file Core=0, core_type=0, spec_file=/home/HwHiAiUser/Ascend/ascend-toolkit/8.0.RC2.alpha002/x86_64-linux/simulator/Ascend310P1/lib/config_pv_aicore_model.toml [INFO] config_file.cc:143 getConfigPath Config file is found, path is /home/HwHiAiUser/Ascend/ascend-toolkit/8.0.RC2.alpha002/x86_64-linux/simulator/Ascend310P1/lib/config_pv_aicore_model.toml [INFO] config_file.cc:143 getConfigPath Config file is found, path is /home/HwHiAiUser/Ascend/ascend-toolkit/8.0.RC2.alpha002/x86_64-linux/simulator/Ascend310P1/lib/config_pv_aicore_model.toml [INFO] pv_ai_core.cc:797 get_config_file Core=0, core_type=0, spec_file=/home/HwHiAiUser/Ascend/ascend-toolkit/8.0.RC2.alpha002/x86_64-linux/simulator/Ascend310P1/lib/config_pv_aicore_model.toml [INFO] config_file.cc:143 getConfigPath Config file is found, path is /home/HwHiAiUser/Ascend/ascend-toolkit/8.0.RC2.alpha002/x86_64-linux/simulator/Ascend310P1/lib/config_pv_aicore_model.toml [INFO] pv_ai_core.cc:797 get_config_file Core=0, core_type=0, spec_file=/home/HwHiAiUser/Ascend/ascend-toolkit/8.0.RC2.alpha002/x86_64-linux/simulator/Ascend310P1/lib/config_pv_aicore_model.toml [INFO] pv_ai_core.cc:797 get_config_file Core=0, core_type=0, spec_file=/home/HwHiAiUser/Ascend/ascend-toolkit/8.0.RC2.alpha002/x86_64-linux/simulator/Ascend310P1/lib/config_pv_aicore_model.toml [INFO] config_file.cc:143 getConfigPath Config file is found, path is /home/HwHiAiUser/Ascend/ascend-toolkit/8.0.RC2.alpha002/x86_64-linux/simulator/Ascend310P1/lib/config_pv_aicore_model.toml [INFO] pv_ai_core.cc:797 get_config_file Core=0, core_type=0, spec_file=/home/HwHiAiUser/Ascend/ascend-toolkit/8.0.RC2.alpha002/x86_64-linux/simulator/Ascend310P1/lib/config_pv_aicore_model.toml [INFO] config_file.cc:143 getConfigPath Config file is found, path is /home/HwHiAiUser/Ascend/ascend-toolkit/8.0.RC2.alpha002/x86_64-linux/simulator/Ascend310P1/lib/config_pv_aicore_model.toml [INFO] pv_ai_core.cc:797 get_config_file Core=0, core_type=0, spec_file=/home/HwHiAiUser/Ascend/ascend-toolkit/8.0.RC2.alpha002/x86_64-linux/simulator/Ascend310P1/lib/config_pv_aicore_model.toml [SUCCESS][CORE_0][pid 4675] exit success! [SUCCESS][CORE_1][pid 4676] exit success! [SUCCESS][CORE_2][pid 4677] exit success! [SUCCESS][CORE_3][pid 4678] exit success! [SUCCESS][CORE_4][pid 4679] exit success! [SUCCESS][CORE_5][pid 4680] exit success! [SUCCESS][CORE_6][pid 4681] exit success! [SUCCESS][CORE_7][pid 4682] exit success! 8d880f897955675ab518bcfc0ebf9e45 output/golden.bin 8d880f897955675ab518bcfc0ebf9e45 output/output_z.bin test pass ``` 执行 `bash run.sh -r sim -v Ascend310P1` 正常结果 ``` -- The C compiler identification is GNU 7.5.0 -- The CXX compiler identification is GNU 7.5.0 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /usr/bin/cc - skipped -- Detecting C compile features -- Detecting C compile features - done -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /usr/bin/c++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Configuring done (0.4s) -- Generating done (0.0s) -- Build files have been written to: /home/HwHiAiUser/code/samples/operator/AddCustomSample/KernelLaunch/AddKernelInvocationTilingNeo/build [ 3%] Creating directories for 'ascendc_kernels_sim_preprocess' [ 7%] No download step for 'ascendc_kernels_sim_preprocess' [ 10%] No update step for 'ascendc_kernels_sim_preprocess' [ 14%] No patch step for 'ascendc_kernels_sim_preprocess' [ 17%] Performing configure step for 'ascendc_kernels_sim_preprocess' -- The C compiler identification is GNU 7.5.0 -- The CXX compiler identification is GNU 7.5.0 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /usr/bin/cc - skipped -- Detecting C compile features -- Detecting C compile features - done -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /usr/bin/c++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Configuring done (0.3s) -- Generating done (0.0s) -- Build files have been written to: /home/HwHiAiUser/code/samples/operator/AddCustomSample/KernelLaunch/AddKernelInvocationTilingNeo/build/ascendc_kernels_sim_preprocess-prefix/src/ascendc_kernels_sim_preprocess-build [ 21%] Performing build step for 'ascendc_kernels_sim_preprocess' [100%] Building CXX object CMakeFiles/preprocess_obj.dir/home/HwHiAiUser/code/samples/operator/AddCustomSample/KernelLaunch/AddKernelInvocationTilingNeo/add_custom.cpp.o [100%] Built target preprocess_obj [100%] Built target _host_cpp [ 25%] No install step for 'ascendc_kernels_sim_preprocess' [ 28%] Completed 'ascendc_kernels_sim_preprocess' [ 28%] Built target ascendc_kernels_sim_preprocess [ 35%] Creating directories for 'ascendc_kernels_sim_host' [ 35%] Creating directories for 'ascendc_kernels_sim_device' [ 39%] No download step for 'ascendc_kernels_sim_host' [ 42%] No download step for 'ascendc_kernels_sim_device' [ 46%] No update step for 'ascendc_kernels_sim_host' [ 50%] No update step for 'ascendc_kernels_sim_device' [ 53%] No patch step for 'ascendc_kernels_sim_host' [ 57%] No patch step for 'ascendc_kernels_sim_device' [ 60%] Performing configure step for 'ascendc_kernels_sim_host' [ 64%] Performing configure step for 'ascendc_kernels_sim_device' -- The C compiler identification is GNU 7.5.0 -- The C compiler identification is GNU 7.5.0 -- The CXX compiler identification is GNU 7.5.0 -- The CXX compiler identification is GNU 7.5.0 -- Detecting C compiler ABI info -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Detecting C compiler ABI info - done -- Check for working C compiler: /usr/bin/cc - skipped -- Detecting C compile features -- Check for working C compiler: /usr/bin/cc - skipped -- Detecting C compile features - done -- Detecting C compile features -- Detecting C compile features - done -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /usr/bin/c++ - skipped -- Check for working CXX compiler: /usr/bin/c++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features -- Detecting CXX compile features - done -- Detecting CXX compile features - done -- Configuring done (0.5s) -- Configuring done (0.5s) -- Generating done (0.0s) CMake Warning: Manually-specified variables were not used by the project: ASCEND_PYTHON_EXECUTABLE -- Generating done (0.0s) -- Build files have been written to: /home/HwHiAiUser/code/samples/operator/AddCustomSample/KernelLaunch/AddKernelInvocationTilingNeo/build/ascendc_kernels_sim_host-prefix/src/ascendc_kernels_sim_host-build -- Build files have been written to: /home/HwHiAiUser/code/samples/operator/AddCustomSample/KernelLaunch/AddKernelInvocationTilingNeo/build/ascendc_kernels_sim_device-prefix/src/ascendc_kernels_sim_device-build [ 67%] Performing build step for 'ascendc_kernels_sim_host' [ 71%] Performing build step for 'ascendc_kernels_sim_device' [100%] Building CXX object CMakeFiles/host_bisheng_obj.dir/home/HwHiAiUser/code/samples/operator/AddCustomSample/KernelLaunch/AddKernelInvocationTilingNeo/add_custom.cpp.o [100%] Building CXX object CMakeFiles/device_obj.dir/home/HwHiAiUser/code/samples/operator/AddCustomSample/KernelLaunch/AddKernelInvocationTilingNeo/build/auto_gen/ascendc_kernels_sim/auto_gen_add_custom.cpp.o [100%] Built target host_bisheng_obj [ 75%] Performing install step for 'ascendc_kernels_sim_host' [100%] Building CXX object CMakeFiles/host_bisheng_obj.dir/home/HwHiAiUser/code/samples/operator/AddCustomSample/KernelLaunch/AddKernelInvocationTilingNeo/add_custom.cpp.o [100%] Built target host_bisheng_obj Install the project... -- Install configuration: "Debug" -- Installing: /home/HwHiAiUser/code/samples/operator/AddCustomSample/KernelLaunch/AddKernelInvocationTilingNeo/build/ascendc_kernels_sim_host_dir/./objects-Debug/host_bisheng_obj/home/HwHiAiUser/code/samples/operator/AddCustomSample/KernelLaunch/AddKernelInvocationTilingNeo/add_custom.cpp.o [ 78%] Completed 'ascendc_kernels_sim_host' [ 78%] Built target ascendc_kernels_sim_host In file included from /home/HwHiAiUser/code/samples/operator/AddCustomSample/KernelLaunch/AddKernelInvocationTilingNeo/build/auto_gen/ascendc_kernels_sim/auto_gen_add_custom.cpp:7: In file included from /home/HwHiAiUser/code/samples/operator/AddCustomSample/KernelLaunch/AddKernelInvocationTilingNeo/add_custom.cpp:11: In file included from /home/HwHiAiUser/Ascend/ascend-toolkit/latest/tools/tikcpp/tikcfw/kernel_operator.h:27: In file included from /home/HwHiAiUser/Ascend/ascend-toolkit/latest/tools/tikcpp/tikcfw/interface/kernel_operator_intf.h:25: In file included from /home/HwHiAiUser/Ascend/ascend-toolkit/latest/tools/tikcpp/tikcfw/interface/kernel_operator_dump_tensor_intf.h:28: /home/HwHiAiUser/Ascend/ascend-toolkit/latest/tools/tikcpp/tikcfw/impl/dav_m200/kernel_operator_dump_tensor_impl.h:116:14: warning: 'SetAddr' is deprecated: NOTICE: SetAddr has been deprecated and will be removed in the next version. Please do not use it! [-Wdeprecated-declarations] tmpLocal.SetAddr(tbuf_tmpLocal); ^ /home/HwHiAiUser/Ascend/ascend-toolkit/latest/tools/tikcpp/tikcfw/impl/dav_m200/kernel_operator_dump_tensor_impl.h:159:5: note: in instantiation of function template specialization 'AscendC::InitTmpTensor<unsigned char>' requested here InitTmpTensor(tmpLocal, (uint8_t)QuePosition::VECIN); ^ /home/HwHiAiUser/Ascend/ascend-toolkit/latest/tools/tikcpp/tikcfw/impl/kernel_tensor_base.h:117:7: note: 'SetAddr' has been explicitly marked deprecated here [[deprecated("NOTICE: SetAddr has been deprecated and will be removed in the next version. " ^ In file included from /home/HwHiAiUser/code/samples/operator/AddCustomSample/KernelLaunch/AddKernelInvocationTilingNeo/build/auto_gen/ascendc_kernels_sim/auto_gen_add_custom.cpp:7: In file included from /home/HwHiAiUser/code/samples/operator/AddCustomSample/KernelLaunch/AddKernelInvocationTilingNeo/add_custom.cpp:11: In file included from /home/HwHiAiUser/Ascend/ascend-toolkit/latest/tools/tikcpp/tikcfw/kernel_operator.h:27: In file included from /home/HwHiAiUser/Ascend/ascend-toolkit/latest/tools/tikcpp/tikcfw/interface/kernel_operator_intf.h:25: In file included from /home/HwHiAiUser/Ascend/ascend-toolkit/latest/tools/tikcpp/tikcfw/interface/kernel_operator_dump_tensor_intf.h:28: In file included from /home/HwHiAiUser/Ascend/ascend-toolkit/latest/tools/tikcpp/tikcfw/impl/dav_m200/kernel_operator_dump_tensor_impl.h:29: /home/HwHiAiUser/Ascend/ascend-toolkit/latest/tools/tikcpp/tikcfw/impl/kernel_pop_stack_buffer.h:57:14: warning: 'SetAddr' is deprecated: NOTICE: SetAddr has been deprecated and will be removed in the next version. Please do not use it! [-Wdeprecated-declarations] popLocal.SetAddr(addr); ^ /home/HwHiAiUser/Ascend/ascend-toolkit/latest/tools/tikcpp/tikcfw/lib/filter/../../impl/filter/dropout/dropout_membase_impl.h:43:16: note: in instantiation of function template specialization 'AscendC::PopStackBuffer<short, AscendC::TPosition::VECCALC>' requested here bool ans = PopStackBuffer<int16_t, TPosition::LCM>(stackBuffer); ^ /home/HwHiAiUser/Ascend/ascend-toolkit/latest/tools/tikcpp/tikcfw/impl/kernel_tensor_base.h:117:7: note: 'SetAddr' has been explicitly marked deprecated here [[deprecated("NOTICE: SetAddr has been deprecated and will be removed in the next version. " ^ In file included from /home/HwHiAiUser/code/samples/operator/AddCustomSample/KernelLaunch/AddKernelInvocationTilingNeo/build/auto_gen/ascendc_kernels_sim/auto_gen_add_custom.cpp:7: In file included from /home/HwHiAiUser/code/samples/operator/AddCustomSample/KernelLaunch/AddKernelInvocationTilingNeo/add_custom.cpp:11: In file included from /home/HwHiAiUser/Ascend/ascend-toolkit/latest/tools/tikcpp/tikcfw/kernel_operator.h:24: /home/HwHiAiUser/Ascend/ascend-toolkit/latest/tools/tikcpp/tikcfw/impl/kernel_tpipe_impl.h:378:12: warning: 'SetAddr' is deprecated: NOTICE: SetAddr has been deprecated and will be removed in the next version. Please do not use it! [-Wdeprecated-declarations] tensor.SetAddr(addr); ^ /home/HwHiAiUser/Ascend/ascend-toolkit/latest/tools/tikcpp/tikcfw/impl/kernel_tpipe_impl.h:64:12: note: in instantiation of function template specialization 'AscendC::TQueBind<AscendC::TPosition::GM, AscendC::TPosition::VECIN, 2, 0>::Buf2Tensor<half>' requested here return Buf2Tensor<T>(buf); ^ /home/HwHiAiUser/code/samples/operator/AddCustomSample/KernelLaunch/AddKernelInvocationTilingNeo/add_custom.cpp:44:45: note: in instantiation of function template specialization 'AscendC::TQueBind<AscendC::TPosition::GM, AscendC::TPosition::VECIN, 2, 0>::AllocTensor<half>' requested here LocalTensor<half> xLocal = inQueueX.AllocTensor<half>(); ^ /home/HwHiAiUser/Ascend/ascend-toolkit/latest/tools/tikcpp/tikcfw/impl/kernel_tensor_base.h:117:7: note: 'SetAddr' has been explicitly marked deprecated here [[deprecated("NOTICE: SetAddr has been deprecated and will be removed in the next version. " ^ In file included from /home/HwHiAiUser/code/samples/operator/AddCustomSample/KernelLaunch/AddKernelInvocationTilingNeo/build/auto_gen/ascendc_kernels_sim/auto_gen_add_custom.cpp:7: In file included from /home/HwHiAiUser/code/samples/operator/AddCustomSample/KernelLaunch/AddKernelInvocationTilingNeo/add_custom.cpp:11: In file included from /home/HwHiAiUser/Ascend/ascend-toolkit/latest/tools/tikcpp/tikcfw/kernel_operator.h:24: /home/HwHiAiUser/Ascend/ascend-toolkit/latest/tools/tikcpp/tikcfw/impl/kernel_tpipe_impl.h:378:12: warning: 'SetAddr' is deprecated: NOTICE: SetAddr has been deprecated and will be removed in the next version. Please do not use it! [-Wdeprecated-declarations] tensor.SetAddr(addr); ^ /home/HwHiAiUser/Ascend/ascend-toolkit/latest/tools/tikcpp/tikcfw/impl/kernel_tpipe_impl.h:64:12: note: in instantiation of function template specialization 'AscendC::TQueBind<AscendC::TPosition::VECOUT, AscendC::TPosition::GM, 2, 0>::Buf2Tensor<half>' requested here return Buf2Tensor<T>(buf); ^ /home/HwHiAiUser/code/samples/operator/AddCustomSample/KernelLaunch/AddKernelInvocationTilingNeo/add_custom.cpp:55:46: note: in instantiation of function template specialization 'AscendC::TQueBind<AscendC::TPosition::VECOUT, AscendC::TPosition::GM, 2, 0>::AllocTensor<half>' requested here LocalTensor<half> zLocal = outQueueZ.AllocTensor<half>(); ^ /home/HwHiAiUser/Ascend/ascend-toolkit/latest/tools/tikcpp/tikcfw/impl/kernel_tensor_base.h:117:7: note: 'SetAddr' has been explicitly marked deprecated here [[deprecated("NOTICE: SetAddr has been deprecated and will be removed in the next version. " ^ 4 warnings generated. [100%] Built target device_obj /home/HwHiAiUser/Ascend/ascend-toolkit/latest/tools/ccec_compiler/bin/ld.lld -m aicorelinux -n -Ttext=0 /home/HwHiAiUser/code/samples/operator/AddCustomSample/KernelLaunch/AddKernelInvocationTilingNeo/build/ascendc_kernels_sim_device-prefix/src/ascendc_kernels_sim_device-build/CMakeFiles/device_obj.dir/home/HwHiAiUser/code/samples/operator/AddCustomSample/KernelLaunch/AddKernelInvocationTilingNeo/build/auto_gen/ascendc_kernels_sim/auto_gen_add_custom.cpp.o -static -o /home/HwHiAiUser/code/samples/operator/AddCustomSample/KernelLaunch/AddKernelInvocationTilingNeo/build/ascendc_kernels_sim_merge_obj_dir/device.o ld.lld: warning: -n (--nmagic) and -N (--omagic) will be ignored [100%] Built target merge_device_obj [ 82%] No install step for 'ascendc_kernels_sim_device' [ 85%] Completed 'ascendc_kernels_sim_device' [ 85%] Built target ascendc_kernels_sim_device [ 85%] Built target ascendc_kernels_sim_merge_obj [ 89%] Building CXX object CMakeFiles/ascendc_kernels_sim_host_stub_obj.dir/auto_gen/ascendc_kernels_sim/host_stub.cpp.o [ 89%] Built target ascendc_kernels_sim_host_stub_obj [ 92%] Linking CXX shared library lib/libascendc_kernels_sim.so /home/HwHiAiUser/Ascend/ascend-toolkit/latest/bin/ascendc_pack_kernel /home/HwHiAiUser/code/samples/operator/AddCustomSample/KernelLaunch/AddKernelInvocationTilingNeo/build/CMakeFiles/ascendc_kernels_sim_host_stub_obj.dir/auto_gen/ascendc_kernels_sim/host_stub.cpp.o /home/HwHiAiUser/code/samples/operator/AddCustomSample/KernelLaunch/AddKernelInvocationTilingNeo/build/ascendc_kernels_sim_merge_obj_dir/device.o 0 /home/HwHiAiUser/code/samples/operator/AddCustomSample/KernelLaunch/AddKernelInvocationTilingNeo/build/CMakeFiles/ascendc_kernels_sim_host_stub_obj.dir/auto_gen/ascendc_kernels_sim/host_stub.cpp.o recompile: /usr/bin/c++ -fPIC -g -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -shared -Wl,-soname,libascendc_kernels_sim.so -o lib/libascendc_kernels_sim.so CMakeFiles/ascendc_kernels_sim_host_stub_obj.dir/auto_gen/ascendc_kernels_sim/host_stub.cpp.o /home/HwHiAiUser/code/samples/operator/AddCustomSample/KernelLaunch/AddKernelInvocationTilingNeo/build/ascendc_kernels_sim_host_dir/objects-Debug/host_bisheng_obj/home/HwHiAiUser/code/samples/operator/AddCustomSample/KernelLaunch/AddKernelInvocationTilingNeo/add_custom.cpp.o -L/home/HwHiAiUser/Ascend/ascend-toolkit/latest/lib64 -L/home/HwHiAiUser/Ascend/ascend-toolkit/latest/tools/simulator/Ascend310P1/lib /home/HwHiAiUser/Ascend/ascend-toolkit/latest/lib64/libascendc_runtime.a -lascend_dump -lc_sec [ 92%] Built target ascendc_kernels_sim [ 96%] Building CXX object CMakeFiles/ascendc_kernels_bbit.dir/main.cpp.o [100%] Linking CXX executable ascendc_kernels_bbit [100%] Built target ascendc_kernels_bbit -- Install configuration: "Debug" -- Installing: /home/HwHiAiUser/code/samples/operator/AddCustomSample/KernelLaunch/AddKernelInvocationTilingNeo/out/lib/libascendc_kernels_sim.so -- Installing: /home/HwHiAiUser/code/samples/operator/AddCustomSample/KernelLaunch/AddKernelInvocationTilingNeo/out/include -- Installing: /home/HwHiAiUser/code/samples/operator/AddCustomSample/KernelLaunch/AddKernelInvocationTilingNeo/out/include/ascendc_kernels_sim -- Installing: /home/HwHiAiUser/code/samples/operator/AddCustomSample/KernelLaunch/AddKernelInvocationTilingNeo/out/include/ascendc_kernels_sim/aclrtlaunch_triple_chevrons_func.h -- Installing: /home/HwHiAiUser/code/samples/operator/AddCustomSample/KernelLaunch/AddKernelInvocationTilingNeo/out/include/ascendc_kernels_sim/aclrtlaunch_add_custom.h -- Installing: /home/HwHiAiUser/code/samples/operator/AddCustomSample/KernelLaunch/AddKernelInvocationTilingNeo/out/bin/ascendc_kernels_bbit [INFO] config_file.cc:143 getConfigPath Config file is found, path is /home/HwHiAiUser/Ascend/ascend-toolkit/8.0.RC2.alpha002/x86_64-linux/simulator/Ascend310P1/lib/davinci_mini.spec [INFO] config_file.cc:143 getConfigPath Config file is found, path is /home/HwHiAiUser/Ascend/ascend-toolkit/8.0.RC2.alpha002/x86_64-linux/simulator/Ascend310P1/lib/config_pv_aicore_model.toml [INFO] config_file.cc:96 assignConfigPath Using config file [/home/HwHiAiUser/Ascend/ascend-toolkit/8.0.RC2.alpha002/x86_64-linux/simulator/Ascend310P1/lib/davinci_mini.spec] DDR latency random seed = 1718376371 [INFO] basic_core.cc:422 get_config_file Core=0, core_type=0, spec_file=/home/HwHiAiUser/Ascend/ascend-toolkit/8.0.RC2.alpha002/x86_64-linux/simulator/Ascend310P1/lib/davinci_mini.spec [INFO] config_file.cc:143 getConfigPath Config file is found, path is /home/HwHiAiUser/Ascend/ascend-toolkit/8.0.RC2.alpha002/x86_64-linux/simulator/Ascend310P1/lib/config.toml [INFO] config_file.cc:143 getConfigPath Config file is found, path is /home/HwHiAiUser/Ascend/ascend-toolkit/8.0.RC2.alpha002/x86_64-linux/simulator/Ascend310P1/lib/config_aicore_trace.toml [INFO] pmu.cc:442 set_config_file AICore trace config: /home/HwHiAiUser/Ascend/ascend-toolkit/8.0.RC2.alpha002/x86_64-linux/simulator/Ascend310P1/lib/config_aicore_trace.toml [INFO] basic_core.cc:422 get_config_file Core=1, core_type=0, spec_file=/home/HwHiAiUser/Ascend/ascend-toolkit/8.0.RC2.alpha002/x86_64-linux/simulator/Ascend310P1/lib/davinci_mini.spec [INFO] config_file.cc:143 getConfigPath Config file is found, path is /home/HwHiAiUser/Ascend/ascend-toolkit/8.0.RC2.alpha002/x86_64-linux/simulator/Ascend310P1/lib/config.toml [INFO] config_file.cc:143 getConfigPath Config file is found, path is /home/HwHiAiUser/Ascend/ascend-toolkit/8.0.RC2.alpha002/x86_64-linux/simulator/Ascend310P1/lib/config_aicore_trace.toml [INFO] pmu.cc:442 set_config_file AICore trace config: /home/HwHiAiUser/Ascend/ascend-toolkit/8.0.RC2.alpha002/x86_64-linux/simulator/Ascend310P1/lib/config_aicore_trace.toml [INFO] basic_core.cc:422 get_config_file Core=2, core_type=0, spec_file=/home/HwHiAiUser/Ascend/ascend-toolkit/8.0.RC2.alpha002/x86_64-linux/simulator/Ascend310P1/lib/davinci_mini.spec [INFO] config_file.cc:143 getConfigPath Config file is found, path is /home/HwHiAiUser/Ascend/ascend-toolkit/8.0.RC2.alpha002/x86_64-linux/simulator/Ascend310P1/lib/config.toml [INFO] config_file.cc:143 getConfigPath Config file is found, path is /home/HwHiAiUser/Ascend/ascend-toolkit/8.0.RC2.alpha002/x86_64-linux/simulator/Ascend310P1/lib/config_aicore_trace.toml [INFO] pmu.cc:442 set_config_file AICore trace config: /home/HwHiAiUser/Ascend/ascend-toolkit/8.0.RC2.alpha002/x86_64-linux/simulator/Ascend310P1/lib/config_aicore_trace.toml [INFO] basic_core.cc:422 get_config_file Core=3, core_type=0, spec_file=/home/HwHiAiUser/Ascend/ascend-toolkit/8.0.RC2.alpha002/x86_64-linux/simulator/Ascend310P1/lib/davinci_mini.spec [INFO] config_file.cc:143 getConfigPath Config file is found, path is /home/HwHiAiUser/Ascend/ascend-toolkit/8.0.RC2.alpha002/x86_64-linux/simulator/Ascend310P1/lib/config.toml [INFO] config_file.cc:143 getConfigPath Config file is found, path is /home/HwHiAiUser/Ascend/ascend-toolkit/8.0.RC2.alpha002/x86_64-linux/simulator/Ascend310P1/lib/config_aicore_trace.toml [INFO] pmu.cc:442 set_config_file AICore trace config: /home/HwHiAiUser/Ascend/ascend-toolkit/8.0.RC2.alpha002/x86_64-linux/simulator/Ascend310P1/lib/config_aicore_trace.toml [INFO] basic_core.cc:422 get_config_file Core=4, core_type=0, spec_file=/home/HwHiAiUser/Ascend/ascend-toolkit/8.0.RC2.alpha002/x86_64-linux/simulator/Ascend310P1/lib/davinci_mini.spec [INFO] config_file.cc:143 getConfigPath Config file is found, path is /home/HwHiAiUser/Ascend/ascend-toolkit/8.0.RC2.alpha002/x86_64-linux/simulator/Ascend310P1/lib/config.toml [INFO] config_file.cc:143 getConfigPath Config file is found, path is /home/HwHiAiUser/Ascend/ascend-toolkit/8.0.RC2.alpha002/x86_64-linux/simulator/Ascend310P1/lib/config_aicore_trace.toml [INFO] pmu.cc:442 set_config_file AICore trace config: /home/HwHiAiUser/Ascend/ascend-toolkit/8.0.RC2.alpha002/x86_64-linux/simulator/Ascend310P1/lib/config_aicore_trace.toml [INFO] basic_core.cc:422 get_config_file Core=5, core_type=0, spec_file=/home/HwHiAiUser/Ascend/ascend-toolkit/8.0.RC2.alpha002/x86_64-linux/simulator/Ascend310P1/lib/davinci_mini.spec [INFO] config_file.cc:143 getConfigPath Config file is found, path is /home/HwHiAiUser/Ascend/ascend-toolkit/8.0.RC2.alpha002/x86_64-linux/simulator/Ascend310P1/lib/config.toml [INFO] config_file.cc:143 getConfigPath Config file is found, path is /home/HwHiAiUser/Ascend/ascend-toolkit/8.0.RC2.alpha002/x86_64-linux/simulator/Ascend310P1/lib/config_aicore_trace.toml [INFO] pmu.cc:442 set_config_file AICore trace config: /home/HwHiAiUser/Ascend/ascend-toolkit/8.0.RC2.alpha002/x86_64-linux/simulator/Ascend310P1/lib/config_aicore_trace.toml [INFO] basic_core.cc:422 get_config_file Core=6, core_type=0, spec_file=/home/HwHiAiUser/Ascend/ascend-toolkit/8.0.RC2.alpha002/x86_64-linux/simulator/Ascend310P1/lib/davinci_mini.spec [INFO] config_file.cc:143 getConfigPath Config file is found, path is /home/HwHiAiUser/Ascend/ascend-toolkit/8.0.RC2.alpha002/x86_64-linux/simulator/Ascend310P1/lib/config.toml [INFO] config_file.cc:143 getConfigPath Config file is found, path is /home/HwHiAiUser/Ascend/ascend-toolkit/8.0.RC2.alpha002/x86_64-linux/simulator/Ascend310P1/lib/config_aicore_trace.toml [INFO] pmu.cc:442 set_config_file AICore trace config: /home/HwHiAiUser/Ascend/ascend-toolkit/8.0.RC2.alpha002/x86_64-linux/simulator/Ascend310P1/lib/config_aicore_trace.toml [INFO] basic_core.cc:422 get_config_file Core=7, core_type=0, spec_file=/home/HwHiAiUser/Ascend/ascend-toolkit/8.0.RC2.alpha002/x86_64-linux/simulator/Ascend310P1/lib/davinci_mini.spec [INFO] config_file.cc:143 getConfigPath Config file is found, path is /home/HwHiAiUser/Ascend/ascend-toolkit/8.0.RC2.alpha002/x86_64-linux/simulator/Ascend310P1/lib/config.toml [INFO] config_file.cc:143 getConfigPath Config file is found, path is /home/HwHiAiUser/Ascend/ascend-toolkit/8.0.RC2.alpha002/x86_64-linux/simulator/Ascend310P1/lib/config_aicore_trace.toml [INFO] pmu.cc:442 set_config_file AICore trace config: /home/HwHiAiUser/Ascend/ascend-toolkit/8.0.RC2.alpha002/x86_64-linux/simulator/Ascend310P1/lib/config_aicore_trace.toml [INFO] basic_core.cc:422 get_config_file Core=8, core_type=0, spec_file=/home/HwHiAiUser/Ascend/ascend-toolkit/8.0.RC2.alpha002/x86_64-linux/simulator/Ascend310P1/lib/davinci_mini.spec [INFO] config_file.cc:143 getConfigPath Config file is found, path is /home/HwHiAiUser/Ascend/ascend-toolkit/8.0.RC2.alpha002/x86_64-linux/simulator/Ascend310P1/lib/config.toml [INFO] config_file.cc:143 getConfigPath Config file is found, path is /home/HwHiAiUser/Ascend/ascend-toolkit/8.0.RC2.alpha002/x86_64-linux/simulator/Ascend310P1/lib/config_aicore_trace.toml [INFO] pmu.cc:442 set_config_file AICore trace config: /home/HwHiAiUser/Ascend/ascend-toolkit/8.0.RC2.alpha002/x86_64-linux/simulator/Ascend310P1/lib/config_aicore_trace.toml [INFO] basic_core.cc:422 get_config_file Core=9, core_type=0, spec_file=/home/HwHiAiUser/Ascend/ascend-toolkit/8.0.RC2.alpha002/x86_64-linux/simulator/Ascend310P1/lib/davinci_mini.spec [INFO] config_file.cc:143 getConfigPath Config file is found, path is /home/HwHiAiUser/Ascend/ascend-toolkit/8.0.RC2.alpha002/x86_64-linux/simulator/Ascend310P1/lib/config.toml [INFO] config_file.cc:143 getConfigPath Config file is found, path is /home/HwHiAiUser/Ascend/ascend-toolkit/8.0.RC2.alpha002/x86_64-linux/simulator/Ascend310P1/lib/config_aicore_trace.toml [INFO] pmu.cc:442 set_config_file AICore trace config: /home/HwHiAiUser/Ascend/ascend-toolkit/8.0.RC2.alpha002/x86_64-linux/simulator/Ascend310P1/lib/config_aicore_trace.toml [INFO] config_file.cc:143 getConfigPath Config file is found, path is /home/HwHiAiUser/Ascend/ascend-toolkit/8.0.RC2.alpha002/x86_64-linux/simulator/Ascend310P1/lib/davinci_vec_core.spec [INFO] basic_core.cc:422 get_config_file Core=10, core_type=3, spec_file=/home/HwHiAiUser/Ascend/ascend-toolkit/8.0.RC2.alpha002/x86_64-linux/simulator/Ascend310P1/lib/davinci_vec_core.spec [INFO] config_file.cc:143 getConfigPath Config file is found, path is /home/HwHiAiUser/Ascend/ascend-toolkit/8.0.RC2.alpha002/x86_64-linux/simulator/Ascend310P1/lib/config.toml [INFO] config_file.cc:143 getConfigPath Config file is found, path is /home/HwHiAiUser/Ascend/ascend-toolkit/8.0.RC2.alpha002/x86_64-linux/simulator/Ascend310P1/lib/config_aicore_trace.toml [INFO] pmu.cc:442 set_config_file AICore trace config: /home/HwHiAiUser/Ascend/ascend-toolkit/8.0.RC2.alpha002/x86_64-linux/simulator/Ascend310P1/lib/config_aicore_trace.toml [INFO] config_file.cc:143 getConfigPath Config file is found, path is /home/HwHiAiUser/Ascend/ascend-toolkit/8.0.RC2.alpha002/x86_64-linux/simulator/Ascend310P1/lib/davinci_vec_core.spec [INFO] basic_core.cc:422 get_config_file Core=11, core_type=3, spec_file=/home/HwHiAiUser/Ascend/ascend-toolkit/8.0.RC2.alpha002/x86_64-linux/simulator/Ascend310P1/lib/davinci_vec_core.spec [INFO] config_file.cc:143 getConfigPath Config file is found, path is /home/HwHiAiUser/Ascend/ascend-toolkit/8.0.RC2.alpha002/x86_64-linux/simulator/Ascend310P1/lib/config.toml [INFO] config_file.cc:143 getConfigPath Config file is found, path is /home/HwHiAiUser/Ascend/ascend-toolkit/8.0.RC2.alpha002/x86_64-linux/simulator/Ascend310P1/lib/config_aicore_trace.toml [INFO] pmu.cc:442 set_config_file AICore trace config: /home/HwHiAiUser/Ascend/ascend-toolkit/8.0.RC2.alpha002/x86_64-linux/simulator/Ascend310P1/lib/config_aicore_trace.toml [INFO] config_file.cc:143 getConfigPath Config file is found, path is /home/HwHiAiUser/Ascend/ascend-toolkit/8.0.RC2.alpha002/x86_64-linux/simulator/Ascend310P1/lib/davinci_vec_core.spec [INFO] basic_core.cc:422 get_config_file Core=12, core_type=3, spec_file=/home/HwHiAiUser/Ascend/ascend-toolkit/8.0.RC2.alpha002/x86_64-linux/simulator/Ascend310P1/lib/davinci_vec_core.spec [INFO] config_file.cc:143 getConfigPath Config file is found, path is /home/HwHiAiUser/Ascend/ascend-toolkit/8.0.RC2.alpha002/x86_64-linux/simulator/Ascend310P1/lib/config.toml [INFO] config_file.cc:143 getConfigPath Config file is found, path is /home/HwHiAiUser/Ascend/ascend-toolkit/8.0.RC2.alpha002/x86_64-linux/simulator/Ascend310P1/lib/config_aicore_trace.toml [INFO] pmu.cc:442 set_config_file AICore trace config: /home/HwHiAiUser/Ascend/ascend-toolkit/8.0.RC2.alpha002/x86_64-linux/simulator/Ascend310P1/lib/config_aicore_trace.toml [INFO] config_file.cc:143 getConfigPath Config file is found, path is /home/HwHiAiUser/Ascend/ascend-toolkit/8.0.RC2.alpha002/x86_64-linux/simulator/Ascend310P1/lib/davinci_vec_core.spec [INFO] basic_core.cc:422 get_config_file Core=13, core_type=3, spec_file=/home/HwHiAiUser/Ascend/ascend-toolkit/8.0.RC2.alpha002/x86_64-linux/simulator/Ascend310P1/lib/davinci_vec_core.spec [INFO] config_file.cc:143 getConfigPath Config file is found, path is /home/HwHiAiUser/Ascend/ascend-toolkit/8.0.RC2.alpha002/x86_64-linux/simulator/Ascend310P1/lib/config.toml [INFO] config_file.cc:143 getConfigPath Config file is found, path is /home/HwHiAiUser/Ascend/ascend-toolkit/8.0.RC2.alpha002/x86_64-linux/simulator/Ascend310P1/lib/config_aicore_trace.toml [INFO] pmu.cc:442 set_config_file AICore trace config: /home/HwHiAiUser/Ascend/ascend-toolkit/8.0.RC2.alpha002/x86_64-linux/simulator/Ascend310P1/lib/config_aicore_trace.toml [INFO] config_file.cc:143 getConfigPath Config file is found, path is /home/HwHiAiUser/Ascend/ascend-toolkit/8.0.RC2.alpha002/x86_64-linux/simulator/Ascend310P1/lib/davinci_vec_core.spec [INFO] basic_core.cc:422 get_config_file Core=14, core_type=3, spec_file=/home/HwHiAiUser/Ascend/ascend-toolkit/8.0.RC2.alpha002/x86_64-linux/simulator/Ascend310P1/lib/davinci_vec_core.spec [INFO] config_file.cc:143 getConfigPath Config file is found, path is /home/HwHiAiUser/Ascend/ascend-toolkit/8.0.RC2.alpha002/x86_64-linux/simulator/Ascend310P1/lib/config.toml [INFO] config_file.cc:143 getConfigPath Config file is found, path is /home/HwHiAiUser/Ascend/ascend-toolkit/8.0.RC2.alpha002/x86_64-linux/simulator/Ascend310P1/lib/config_aicore_trace.toml [INFO] pmu.cc:442 set_config_file AICore trace config: /home/HwHiAiUser/Ascend/ascend-toolkit/8.0.RC2.alpha002/x86_64-linux/simulator/Ascend310P1/lib/config_aicore_trace.toml [INFO] config_file.cc:143 getConfigPath Config file is found, path is /home/HwHiAiUser/Ascend/ascend-toolkit/8.0.RC2.alpha002/x86_64-linux/simulator/Ascend310P1/lib/davinci_vec_core.spec [INFO] basic_core.cc:422 get_config_file Core=15, core_type=3, spec_file=/home/HwHiAiUser/Ascend/ascend-toolkit/8.0.RC2.alpha002/x86_64-linux/simulator/Ascend310P1/lib/davinci_vec_core.spec [INFO] config_file.cc:143 getConfigPath Config file is found, path is /home/HwHiAiUser/Ascend/ascend-toolkit/8.0.RC2.alpha002/x86_64-linux/simulator/Ascend310P1/lib/config.toml [INFO] config_file.cc:143 getConfigPath Config file is found, path is /home/HwHiAiUser/Ascend/ascend-toolkit/8.0.RC2.alpha002/x86_64-linux/simulator/Ascend310P1/lib/config_aicore_trace.toml [INFO] pmu.cc:442 set_config_file AICore trace config: /home/HwHiAiUser/Ascend/ascend-toolkit/8.0.RC2.alpha002/x86_64-linux/simulator/Ascend310P1/lib/config_aicore_trace.toml [INFO] config_file.cc:143 getConfigPath Config file is found, path is /home/HwHiAiUser/Ascend/ascend-toolkit/8.0.RC2.alpha002/x86_64-linux/simulator/Ascend310P1/lib/davinci_vec_core.spec [INFO] basic_core.cc:422 get_config_file Core=16, core_type=3, spec_file=/home/HwHiAiUser/Ascend/ascend-toolkit/8.0.RC2.alpha002/x86_64-linux/simulator/Ascend310P1/lib/davinci_vec_core.spec [INFO] config_file.cc:143 getConfigPath Config file is found, path is /home/HwHiAiUser/Ascend/ascend-toolkit/8.0.RC2.alpha002/x86_64-linux/simulator/Ascend310P1/lib/config.toml [INFO] config_file.cc:143 getConfigPath Config file is found, path is /home/HwHiAiUser/Ascend/ascend-toolkit/8.0.RC2.alpha002/x86_64-linux/simulator/Ascend310P1/lib/config_aicore_trace.toml [INFO] pmu.cc:442 set_config_file AICore trace config: /home/HwHiAiUser/Ascend/ascend-toolkit/8.0.RC2.alpha002/x86_64-linux/simulator/Ascend310P1/lib/config_aicore_trace.toml [INFO] config_file.cc:143 getConfigPath Config file is found, path is /home/HwHiAiUser/Ascend/ascend-toolkit/8.0.RC2.alpha002/x86_64-linux/simulator/Ascend310P1/lib/davinci_vec_core.spec [INFO] basic_core.cc:422 get_config_file Core=17, core_type=3, spec_file=/home/HwHiAiUser/Ascend/ascend-toolkit/8.0.RC2.alpha002/x86_64-linux/simulator/Ascend310P1/lib/davinci_vec_core.spec [INFO] config_file.cc:143 getConfigPath Config file is found, path is /home/HwHiAiUser/Ascend/ascend-toolkit/8.0.RC2.alpha002/x86_64-linux/simulator/Ascend310P1/lib/config.toml [INFO] config_file.cc:143 getConfigPath Config file is found, path is /home/HwHiAiUser/Ascend/ascend-toolkit/8.0.RC2.alpha002/x86_64-linux/simulator/Ascend310P1/lib/config_aicore_trace.toml [INFO] pmu.cc:442 set_config_file AICore trace config: /home/HwHiAiUser/Ascend/ascend-toolkit/8.0.RC2.alpha002/x86_64-linux/simulator/Ascend310P1/lib/config_aicore_trace.toml =============================================================================== >>>> <<<< >>>> CA Model Init Suc <<<< >>>> <<<< =============================================================================== [DRVSTUB_LOG] driver_queue.c:75 drvMoveTsReport:memcpy one report from TS to Driver stub successfully. [DRVSTUB_LOG] driver_queue.c:75 drvMoveTsReport:memcpy one report from TS to Driver stub successfully. [DRVSTUB_LOG] driver_queue.c:75 drvMoveTsReport:memcpy one report from TS to Driver stub successfully. [DRVSTUB_LOG] driver_queue.c:61 drvMoveTsReport:taskReportQueue is empty [INFO] basic_qtask_slot.cc:154 sendTask2AiCore BS Slot alloc AI Core 0 to task slot 4, blk id 0 [INFO] basic_qtask_slot.cc:154 sendTask2AiCore BS Slot alloc AI Core 1 to task slot 4, blk id 1 [INFO] virtual_bus_slave_port.cc:332 directWrite AIC or AIV request at address 0x422000000 [INFO] basic_qtask_slot.cc:154 sendTask2AiCore BS Slot alloc AI Core 2 to task slot 4, blk id 2 [INFO] virtual_bus_slave_port.cc:332 directWrite AIC or AIV request at address 0x422000100 [DRVSTUB_LOG] driver_queue.c:75 drvMoveTsReport:memcpy one report from TS to Driver stub successfully. [DRVSTUB_LOG] driver_queue.c:75 drvMoveTsReport:memcpy one report from TS to Driver stub successfully. [DRVSTUB_LOG] driver_queue.c:75 drvMoveTsReport:memcpy one report from TS to Driver stub successfully. [DRVSTUB_LOG] driver_queue.c:75 drvMoveTsReport:memcpy one report from TS to Driver stub successfully. [DRVSTUB_LOG] driver_queue.c:75 drvMoveTsReport:memcpy one report from TS to Driver stub successfully. [DRVSTUB_LOG] driver_queue.c:61 drvMoveTsReport:taskReportQueue is empty [INFO] basic_qtask_slot.cc:154 sendTask2AiCore BS Slot alloc AI Core 3 to task slot 4, blk id 3 [INFO] virtual_bus_slave_port.cc:332 directWrite AIC or AIV request at address 0x422000200 [INFO] basic_qtask_slot.cc:154 sendTask2AiCore BS Slot alloc AI Core 4 to task slot 4, blk id 4 [INFO] virtual_bus_slave_port.cc:332 directWrite AIC or AIV request at address 0x422000300 [INFO] basic_qtask_slot.cc:154 sendTask2AiCore BS Slot alloc AI Core 5 to task slot 4, blk id 5 [INFO] virtual_bus_slave_port.cc:332 directWrite AIC or AIV request at address 0x422000400 [INFO] basic_qtask_slot.cc:154 sendTask2AiCore BS Slot alloc AI Core 6 to task slot 4, blk id 6 [INFO] virtual_bus_slave_port.cc:332 directWrite AIC or AIV request at address 0x422000500 [INFO] basic_qtask_slot.cc:154 sendTask2AiCore BS Slot alloc AI Core 7 to task slot 4, blk id 7 [INFO] virtual_bus_slave_port.cc:332 directWrite AIC or AIV request at address 0x422000600 [INFO] virtual_bus_slave_port.cc:332 directWrite AIC or AIV request at address 0x422000700 [DRVSTUB_LOG] driver_queue.c:75 drvMoveTsReport:memcpy one report from TS to Driver stub successfully. [DRVSTUB_LOG] driver_queue.c:75 drvMoveTsReport:memcpy one report from TS to Driver stub successfully. [DRVSTUB_LOG] driver_queue.c:75 drvMoveTsReport:memcpy one report from TS to Driver stub successfully. [DRVSTUB_LOG] driver_queue.c:61 drvMoveTsReport:taskReportQueue is empty [DRVSTUB_LOG] driver_queue.c:75 drvMoveTsReport:memcpy one report from TS to Driver stub successfully. [DRVSTUB_LOG] driver_queue.c:75 drvMoveTsReport:memcpy one report from TS to Driver stub successfully. [DRVSTUB_LOG] driver_queue.c:75 drvMoveTsReport:memcpy one report from TS to Driver stub successfully. [DRVSTUB_LOG] driver_queue.c:75 drvMoveTsReport:memcpy one report from TS to Driver stub successfully. [DRVSTUB_LOG] driver_queue.c:75 drvMoveTsReport:memcpy one report from TS to Driver stub successfully. [DRVSTUB_LOG] driver_queue.c:61 drvMoveTsReport:taskReportQueue is empty [DRVSTUB_LOG] driver_queue.c:75 drvMoveTsReport:memcpy one report from TS to Driver stub successfully. [DRVSTUB_LOG] driver_queue.c:61 drvMoveTsReport:taskReportQueue is empty 21a0bc41df8d2879a66648e871a083dc output/golden.bin 21a0bc41df8d2879a66648e871a083dc output/output_z.bin test pass ``` 执行 `bash run.sh -r npu -v Ascend310P1` 报错结果 ``` -- The C compiler identification is GNU 7.5.0 -- The CXX compiler identification is GNU 7.5.0 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /usr/bin/cc - skipped -- Detecting C compile features -- Detecting C compile features - done -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /usr/bin/c++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Configuring done (0.4s) -- Generating done (0.0s) -- Build files have been written to: /home/HwHiAiUser/code/samples/operator/AddCustomSample/KernelLaunch/AddKernelInvocationTilingNeo/build [ 3%] Creating directories for 'ascendc_kernels_npu_preprocess' [ 7%] No download step for 'ascendc_kernels_npu_preprocess' [ 10%] No update step for 'ascendc_kernels_npu_preprocess' [ 14%] No patch step for 'ascendc_kernels_npu_preprocess' [ 17%] Performing configure step for 'ascendc_kernels_npu_preprocess' -- The C compiler identification is GNU 7.5.0 -- The CXX compiler identification is GNU 7.5.0 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /usr/bin/cc - skipped -- Detecting C compile features -- Detecting C compile features - done -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /usr/bin/c++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Configuring done (0.3s) -- Generating done (0.0s) -- Build files have been written to: /home/HwHiAiUser/code/samples/operator/AddCustomSample/KernelLaunch/AddKernelInvocationTilingNeo/build/ascendc_kernels_npu_preprocess-prefix/src/ascendc_kernels_npu_preprocess-build [ 21%] Performing build step for 'ascendc_kernels_npu_preprocess' [100%] Building CXX object CMakeFiles/preprocess_obj.dir/home/HwHiAiUser/code/samples/operator/AddCustomSample/KernelLaunch/AddKernelInvocationTilingNeo/add_custom.cpp.o [100%] Built target preprocess_obj [100%] Built target _host_cpp [ 25%] No install step for 'ascendc_kernels_npu_preprocess' [ 28%] Completed 'ascendc_kernels_npu_preprocess' [ 28%] Built target ascendc_kernels_npu_preprocess [ 35%] Creating directories for 'ascendc_kernels_npu_host' [ 35%] Creating directories for 'ascendc_kernels_npu_device' [ 39%] No download step for 'ascendc_kernels_npu_host' [ 42%] No download step for 'ascendc_kernels_npu_device' [ 46%] No update step for 'ascendc_kernels_npu_host' [ 50%] No update step for 'ascendc_kernels_npu_device' [ 53%] No patch step for 'ascendc_kernels_npu_host' [ 57%] No patch step for 'ascendc_kernels_npu_device' [ 60%] Performing configure step for 'ascendc_kernels_npu_host' [ 64%] Performing configure step for 'ascendc_kernels_npu_device' -- The C compiler identification is GNU 7.5.0 -- The C compiler identification is GNU 7.5.0 -- The CXX compiler identification is GNU 7.5.0 -- The CXX compiler identification is GNU 7.5.0 -- Detecting C compiler ABI info -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Detecting C compiler ABI info - done -- Check for working C compiler: /usr/bin/cc - skipped -- Detecting C compile features -- Detecting C compile features - done -- Detecting CXX compiler ABI info -- Check for working C compiler: /usr/bin/cc - skipped -- Detecting C compile features -- Detecting C compile features - done -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /usr/bin/c++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Configuring done (0.5s) -- Generating done (0.0s) -- Build files have been written to: /home/HwHiAiUser/code/samples/operator/AddCustomSample/KernelLaunch/AddKernelInvocationTilingNeo/build/ascendc_kernels_npu_device-prefix/src/ascendc_kernels_npu_device-build -- Check for working CXX compiler: /usr/bin/c++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Configuring done (0.5s) -- Generating done (0.0s) CMake Warning: Manually-specified variables were not used by the project: ASCEND_PYTHON_EXECUTABLE -- Build files have been written to: /home/HwHiAiUser/code/samples/operator/AddCustomSample/KernelLaunch/AddKernelInvocationTilingNeo/build/ascendc_kernels_npu_host-prefix/src/ascendc_kernels_npu_host-build [ 67%] Performing build step for 'ascendc_kernels_npu_device' [ 71%] Performing build step for 'ascendc_kernels_npu_host' [100%] Building CXX object CMakeFiles/device_obj.dir/home/HwHiAiUser/code/samples/operator/AddCustomSample/KernelLaunch/AddKernelInvocationTilingNeo/build/auto_gen/ascendc_kernels_npu/auto_gen_add_custom.cpp.o [100%] Building CXX object CMakeFiles/host_bisheng_obj.dir/home/HwHiAiUser/code/samples/operator/AddCustomSample/KernelLaunch/AddKernelInvocationTilingNeo/add_custom.cpp.o [100%] Built target host_bisheng_obj [ 75%] Performing install step for 'ascendc_kernels_npu_host' [100%] Building CXX object CMakeFiles/host_bisheng_obj.dir/home/HwHiAiUser/code/samples/operator/AddCustomSample/KernelLaunch/AddKernelInvocationTilingNeo/add_custom.cpp.o [100%] Built target host_bisheng_obj Install the project... -- Install configuration: "Debug" -- Installing: /home/HwHiAiUser/code/samples/operator/AddCustomSample/KernelLaunch/AddKernelInvocationTilingNeo/build/ascendc_kernels_npu_host_dir/./objects-Debug/host_bisheng_obj/home/HwHiAiUser/code/samples/operator/AddCustomSample/KernelLaunch/AddKernelInvocationTilingNeo/add_custom.cpp.o [ 78%] Completed 'ascendc_kernels_npu_host' [ 78%] Built target ascendc_kernels_npu_host In file included from /home/HwHiAiUser/code/samples/operator/AddCustomSample/KernelLaunch/AddKernelInvocationTilingNeo/build/auto_gen/ascendc_kernels_npu/auto_gen_add_custom.cpp:7: In file included from /home/HwHiAiUser/code/samples/operator/AddCustomSample/KernelLaunch/AddKernelInvocationTilingNeo/add_custom.cpp:11: In file included from /home/HwHiAiUser/Ascend/ascend-toolkit/latest/tools/tikcpp/tikcfw/kernel_operator.h:27: In file included from /home/HwHiAiUser/Ascend/ascend-toolkit/latest/tools/tikcpp/tikcfw/interface/kernel_operator_intf.h:25: In file included from /home/HwHiAiUser/Ascend/ascend-toolkit/latest/tools/tikcpp/tikcfw/interface/kernel_operator_dump_tensor_intf.h:28: /home/HwHiAiUser/Ascend/ascend-toolkit/latest/tools/tikcpp/tikcfw/impl/dav_m200/kernel_operator_dump_tensor_impl.h:116:14: warning: 'SetAddr' is deprecated: NOTICE: SetAddr has been deprecated and will be removed in the next version. Please do not use it! [-Wdeprecated-declarations] tmpLocal.SetAddr(tbuf_tmpLocal); ^ /home/HwHiAiUser/Ascend/ascend-toolkit/latest/tools/tikcpp/tikcfw/impl/dav_m200/kernel_operator_dump_tensor_impl.h:159:5: note: in instantiation of function template specialization 'AscendC::InitTmpTensor<unsigned char>' requested here InitTmpTensor(tmpLocal, (uint8_t)QuePosition::VECIN); ^ /home/HwHiAiUser/Ascend/ascend-toolkit/latest/tools/tikcpp/tikcfw/impl/kernel_tensor_base.h:117:7: note: 'SetAddr' has been explicitly marked deprecated here [[deprecated("NOTICE: SetAddr has been deprecated and will be removed in the next version. " ^ In file included from /home/HwHiAiUser/code/samples/operator/AddCustomSample/KernelLaunch/AddKernelInvocationTilingNeo/build/auto_gen/ascendc_kernels_npu/auto_gen_add_custom.cpp:7: In file included from /home/HwHiAiUser/code/samples/operator/AddCustomSample/KernelLaunch/AddKernelInvocationTilingNeo/add_custom.cpp:11: In file included from /home/HwHiAiUser/Ascend/ascend-toolkit/latest/tools/tikcpp/tikcfw/kernel_operator.h:27: In file included from /home/HwHiAiUser/Ascend/ascend-toolkit/latest/tools/tikcpp/tikcfw/interface/kernel_operator_intf.h:25: In file included from /home/HwHiAiUser/Ascend/ascend-toolkit/latest/tools/tikcpp/tikcfw/interface/kernel_operator_dump_tensor_intf.h:28: In file included from /home/HwHiAiUser/Ascend/ascend-toolkit/latest/tools/tikcpp/tikcfw/impl/dav_m200/kernel_operator_dump_tensor_impl.h:29: /home/HwHiAiUser/Ascend/ascend-toolkit/latest/tools/tikcpp/tikcfw/impl/kernel_pop_stack_buffer.h:57:14: warning: 'SetAddr' is deprecated: NOTICE: SetAddr has been deprecated and will be removed in the next version. Please do not use it! [-Wdeprecated-declarations] popLocal.SetAddr(addr); ^ /home/HwHiAiUser/Ascend/ascend-toolkit/latest/tools/tikcpp/tikcfw/lib/filter/../../impl/filter/dropout/dropout_membase_impl.h:43:16: note: in instantiation of function template specialization 'AscendC::PopStackBuffer<short, AscendC::TPosition::VECCALC>' requested here bool ans = PopStackBuffer<int16_t, TPosition::LCM>(stackBuffer); ^ /home/HwHiAiUser/Ascend/ascend-toolkit/latest/tools/tikcpp/tikcfw/impl/kernel_tensor_base.h:117:7: note: 'SetAddr' has been explicitly marked deprecated here [[deprecated("NOTICE: SetAddr has been deprecated and will be removed in the next version. " ^ In file included from /home/HwHiAiUser/code/samples/operator/AddCustomSample/KernelLaunch/AddKernelInvocationTilingNeo/build/auto_gen/ascendc_kernels_npu/auto_gen_add_custom.cpp:7: In file included from /home/HwHiAiUser/code/samples/operator/AddCustomSample/KernelLaunch/AddKernelInvocationTilingNeo/add_custom.cpp:11: In file included from /home/HwHiAiUser/Ascend/ascend-toolkit/latest/tools/tikcpp/tikcfw/kernel_operator.h:24: /home/HwHiAiUser/Ascend/ascend-toolkit/latest/tools/tikcpp/tikcfw/impl/kernel_tpipe_impl.h:378:12: warning: 'SetAddr' is deprecated: NOTICE: SetAddr has been deprecated and will be removed in the next version. Please do not use it! [-Wdeprecated-declarations] tensor.SetAddr(addr); ^ /home/HwHiAiUser/Ascend/ascend-toolkit/latest/tools/tikcpp/tikcfw/impl/kernel_tpipe_impl.h:64:12: note: in instantiation of function template specialization 'AscendC::TQueBind<AscendC::TPosition::GM, AscendC::TPosition::VECIN, 2, 0>::Buf2Tensor<half>' requested here return Buf2Tensor<T>(buf); ^ /home/HwHiAiUser/code/samples/operator/AddCustomSample/KernelLaunch/AddKernelInvocationTilingNeo/add_custom.cpp:44:45: note: in instantiation of function template specialization 'AscendC::TQueBind<AscendC::TPosition::GM, AscendC::TPosition::VECIN, 2, 0>::AllocTensor<half>' requested here LocalTensor<half> xLocal = inQueueX.AllocTensor<half>(); ^ /home/HwHiAiUser/Ascend/ascend-toolkit/latest/tools/tikcpp/tikcfw/impl/kernel_tensor_base.h:117:7: note: 'SetAddr' has been explicitly marked deprecated here [[deprecated("NOTICE: SetAddr has been deprecated and will be removed in the next version. " ^ In file included from /home/HwHiAiUser/code/samples/operator/AddCustomSample/KernelLaunch/AddKernelInvocationTilingNeo/build/auto_gen/ascendc_kernels_npu/auto_gen_add_custom.cpp:7: In file included from /home/HwHiAiUser/code/samples/operator/AddCustomSample/KernelLaunch/AddKernelInvocationTilingNeo/add_custom.cpp:11: In file included from /home/HwHiAiUser/Ascend/ascend-toolkit/latest/tools/tikcpp/tikcfw/kernel_operator.h:24: /home/HwHiAiUser/Ascend/ascend-toolkit/latest/tools/tikcpp/tikcfw/impl/kernel_tpipe_impl.h:378:12: warning: 'SetAddr' is deprecated: NOTICE: SetAddr has been deprecated and will be removed in the next version. Please do not use it! [-Wdeprecated-declarations] tensor.SetAddr(addr); ^ /home/HwHiAiUser/Ascend/ascend-toolkit/latest/tools/tikcpp/tikcfw/impl/kernel_tpipe_impl.h:64:12: note: in instantiation of function template specialization 'AscendC::TQueBind<AscendC::TPosition::VECOUT, AscendC::TPosition::GM, 2, 0>::Buf2Tensor<half>' requested here return Buf2Tensor<T>(buf); ^ /home/HwHiAiUser/code/samples/operator/AddCustomSample/KernelLaunch/AddKernelInvocationTilingNeo/add_custom.cpp:55:46: note: in instantiation of function template specialization 'AscendC::TQueBind<AscendC::TPosition::VECOUT, AscendC::TPosition::GM, 2, 0>::AllocTensor<half>' requested here LocalTensor<half> zLocal = outQueueZ.AllocTensor<half>(); ^ /home/HwHiAiUser/Ascend/ascend-toolkit/latest/tools/tikcpp/tikcfw/impl/kernel_tensor_base.h:117:7: note: 'SetAddr' has been explicitly marked deprecated here [[deprecated("NOTICE: SetAddr has been deprecated and will be removed in the next version. " ^ 4 warnings generated. [100%] Built target device_obj /home/HwHiAiUser/Ascend/ascend-toolkit/latest/tools/ccec_compiler/bin/ld.lld -m aicorelinux -n -Ttext=0 /home/HwHiAiUser/code/samples/operator/AddCustomSample/KernelLaunch/AddKernelInvocationTilingNeo/build/ascendc_kernels_npu_device-prefix/src/ascendc_kernels_npu_device-build/CMakeFiles/device_obj.dir/home/HwHiAiUser/code/samples/operator/AddCustomSample/KernelLaunch/AddKernelInvocationTilingNeo/build/auto_gen/ascendc_kernels_npu/auto_gen_add_custom.cpp.o -static -o /home/HwHiAiUser/code/samples/operator/AddCustomSample/KernelLaunch/AddKernelInvocationTilingNeo/build/ascendc_kernels_npu_merge_obj_dir/device.o ld.lld: warning: -n (--nmagic) and -N (--omagic) will be ignored [100%] Built target merge_device_obj [ 82%] No install step for 'ascendc_kernels_npu_device' [ 85%] Completed 'ascendc_kernels_npu_device' [ 85%] Built target ascendc_kernels_npu_device [ 85%] Built target ascendc_kernels_npu_merge_obj [ 89%] Building CXX object CMakeFiles/ascendc_kernels_npu_host_stub_obj.dir/auto_gen/ascendc_kernels_npu/host_stub.cpp.o [ 89%] Built target ascendc_kernels_npu_host_stub_obj [ 92%] Linking CXX shared library lib/libascendc_kernels_npu.so /home/HwHiAiUser/Ascend/ascend-toolkit/latest/bin/ascendc_pack_kernel /home/HwHiAiUser/code/samples/operator/AddCustomSample/KernelLaunch/AddKernelInvocationTilingNeo/build/CMakeFiles/ascendc_kernels_npu_host_stub_obj.dir/auto_gen/ascendc_kernels_npu/host_stub.cpp.o /home/HwHiAiUser/code/samples/operator/AddCustomSample/KernelLaunch/AddKernelInvocationTilingNeo/build/ascendc_kernels_npu_merge_obj_dir/device.o 0 /home/HwHiAiUser/code/samples/operator/AddCustomSample/KernelLaunch/AddKernelInvocationTilingNeo/build/CMakeFiles/ascendc_kernels_npu_host_stub_obj.dir/auto_gen/ascendc_kernels_npu/host_stub.cpp.o recompile: /usr/bin/c++ -fPIC -g -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -shared -Wl,-soname,libascendc_kernels_npu.so -o lib/libascendc_kernels_npu.so CMakeFiles/ascendc_kernels_npu_host_stub_obj.dir/auto_gen/ascendc_kernels_npu/host_stub.cpp.o /home/HwHiAiUser/code/samples/operator/AddCustomSample/KernelLaunch/AddKernelInvocationTilingNeo/build/ascendc_kernels_npu_host_dir/objects-Debug/host_bisheng_obj/home/HwHiAiUser/code/samples/operator/AddCustomSample/KernelLaunch/AddKernelInvocationTilingNeo/add_custom.cpp.o -L/home/HwHiAiUser/Ascend/ascend-toolkit/latest/lib64 -L/home/HwHiAiUser/Ascend/ascend-toolkit/latest/tools/simulator/Ascend310P1/lib /home/HwHiAiUser/Ascend/ascend-toolkit/latest/lib64/libascendc_runtime.a -lascend_dump -lc_sec [ 92%] Built target ascendc_kernels_npu [ 96%] Building CXX object CMakeFiles/ascendc_kernels_bbit.dir/main.cpp.o [100%] Linking CXX executable ascendc_kernels_bbit [100%] Built target ascendc_kernels_bbit -- Install configuration: "Debug" -- Installing: /home/HwHiAiUser/code/samples/operator/AddCustomSample/KernelLaunch/AddKernelInvocationTilingNeo/out/lib/libascendc_kernels_npu.so -- Installing: /home/HwHiAiUser/code/samples/operator/AddCustomSample/KernelLaunch/AddKernelInvocationTilingNeo/out/include -- Installing: /home/HwHiAiUser/code/samples/operator/AddCustomSample/KernelLaunch/AddKernelInvocationTilingNeo/out/include/ascendc_kernels_npu -- Installing: /home/HwHiAiUser/code/samples/operator/AddCustomSample/KernelLaunch/AddKernelInvocationTilingNeo/out/include/ascendc_kernels_npu/aclrtlaunch_triple_chevrons_func.h -- Installing: /home/HwHiAiUser/code/samples/operator/AddCustomSample/KernelLaunch/AddKernelInvocationTilingNeo/out/include/ascendc_kernels_npu/aclrtlaunch_add_custom.h -- Installing: /home/HwHiAiUser/code/samples/operator/AddCustomSample/KernelLaunch/AddKernelInvocationTilingNeo/out/bin/ascendc_kernels_bbit /home/HwHiAiUser/code/samples/operator/AddCustomSample/KernelLaunch/AddKernelInvocationTilingNeo/main.cpp:78 aclError:507015 15bfb0a1c3e9a7e96ca931978f6de427 output/golden.bin bb7df04e1b0a2570657527a7e108ae23 output/output_z.bin [ERROR] result error ``` 日志提供方式: 将日志打包后作为附件上传。若日志大小超出附件限制,则可上传至外部网盘后提供链接。 获取方法请参考wiki: https://gitee.com/ascend/modelzoo/wikis/%E5%A6%82%E4%BD%95%E8%8E%B7%E5%8F%96%E6%97%A5%E5%BF%97%E5%92%8C%E8%AE%A1%E7%AE%97%E5%9B%BE?sort_id=4097825
一、问题现象(附报错日志上下文): 执行样例AddKernelInvocationTilingNeo,运行报错 aclError:507015 cpu和sim都能通过,唯独npu不能通过 二、软件版本: -- CANN 版本 (e.g., CANN 3.0.x,5.x.x): A300-3010-npu-driver_23.0.0_linux-x86_64.run Ascend-cann-nnrt_8.0.RC2.alpha002_linux-x86_64.run Ascend-cann-toolkit_8.0.RC2.alpha002_linux-x86_64.run --操作系统版本 (e.g., Ubuntu 18.04): Ubuntu 18  --其他 cmake版本过低,重装了cmake-3.30.0-rc2-linux-x86_64.sh pip用的清华源,用 `-i https://pypi.tuna.tsinghua.edu.cn/simple` 方式临时安装 apt用的清华源 ``` # 默认注释了源码镜像以提高 apt update 速度,如有需要可自行取消注释 deb https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ bionic main restricted universe multiverse # deb-src https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ bionic main restricted universe multiverse deb https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ bionic-updates main restricted universe multiverse # deb-src https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ bionic-updates main restricted universe multiverse deb https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ bionic-backports main restricted universe multiverse # deb-src https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ bionic-backports main restricted universe multiverse # 以下安全更新软件源包含了官方源与镜像站配置,如有需要可自行修改注释切换 deb http://security.ubuntu.com/ubuntu/ bionic-security main restricted universe multiverse # deb-src http://security.ubuntu.com/ubuntu/ bionic-security main restricted universe multiverse # 预发布软件源,不建议启用 # deb https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ bionic-proposed main restricted universe multiverse # # deb-src https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ bionic-proposed main restricted universe multiverse ``` python3.7.5配置了环境变量以及软连接 .bashrc新增内容 ``` export LD_LIBRARY_PTATH=/usr/local/python3.7.5/lib:$LD_LIBRARY_PATH export PATH=/usr/local/python3.7.5/bin:$PATH source /usr/local/Ascend/driver/bin/setenv.bash source /home/HwHiAiUser/Ascend/nnrt/set_env.sh source /home/HwHiAiUser/Ascend/ascend-toolkit/set_env.sh export PATH=$PATH:/home/HwHiAiUser/downloads/cmake-3.30.0-rc2-linux-x86_64/bin ``` 三、测试步骤: - 下载样例代码 `git clone https://gitee.com/ascend/samples` - 进入目录 `cd /samples/operator/AddCustomSample/KernelLaunch/AddKernelInvocationTilingNeo` - 配置环境 `source ~/.bashrc` - 修改CANN环境配置,将/usr/local/...全部替换为真实路径/home/HwHiAiUser/... - 执行 `bash run.sh -r [RUN_MODE] -v [SOC_VERSION]` 四、日志信息: 执行 `bash run.sh -r cpu -v Ascend310P1` 正常结果 ``` -- The C compiler identification is GNU 7.5.0 -- The CXX compiler identification is GNU 7.5.0 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /usr/bin/cc - skipped -- Detecting C compile features -- Detecting C compile features - done -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /usr/bin/c++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Configuring done (0.3s) -- Generating done (0.0s) -- Build files have been written to: /home/HwHiAiUser/code/samples/operator/AddCustomSample/KernelLaunch/AddKernelInvocationTilingNeo/build [ 25%] Building CXX object CMakeFiles/ascendc_kernels_cpu.dir/add_custom.cpp.o [ 50%] Linking CXX shared library libascendc_kernels_cpu.so [ 50%] Built target ascendc_kernels_cpu [ 75%] Building CXX object CMakeFiles/ascendc_kernels_bbit.dir/main.cpp.o [100%] Linking CXX executable ascendc_kernels_bbit [100%] Built target ascendc_kernels_bbit -- Install configuration: "Debug" -- Installing: /home/HwHiAiUser/code/samples/operator/AddCustomSample/KernelLaunch/AddKernelInvocationTilingNeo/out/lib/libascendc_kernels_cpu.so -- Set non-toolchain portion of runtime path of "/home/HwHiAiUser/code/samples/operator/AddCustomSample/KernelLaunch/AddKernelInvocationTilingNeo/out/lib/libascendc_kernels_cpu.so" to "" -- Installing: /home/HwHiAiUser/code/samples/operator/AddCustomSample/KernelLaunch/AddKernelInvocationTilingNeo/out/bin/ascendc_kernels_bbit -- Set non-toolchain portion of runtime path of "/home/HwHiAiUser/code/samples/operator/AddCustomSample/KernelLaunch/AddKernelInvocationTilingNeo/out/bin/ascendc_kernels_bbit" to "" [INFO] config_file.cc:143 getConfigPath Config file is found, path is /home/HwHiAiUser/Ascend/ascend-toolkit/8.0.RC2.alpha002/x86_64-linux/simulator/Ascend310P1/lib/config_pv_aicore_model.toml [INFO] pv_ai_core.cc:797 get_config_file Core=0, core_type=0, spec_file=/home/HwHiAiUser/Ascend/ascend-toolkit/8.0.RC2.alpha002/x86_64-linux/simulator/Ascend310P1/lib/config_pv_aicore_model.toml [INFO] config_file.cc:143 getConfigPath Config file is found, path is /home/HwHiAiUser/Ascend/ascend-toolkit/8.0.RC2.alpha002/x86_64-linux/simulator/Ascend310P1/lib/config_pv_aicore_model.toml [INFO] pv_ai_core.cc:797 get_config_file Core=0, core_type=0, spec_file=/home/HwHiAiUser/Ascend/ascend-toolkit/8.0.RC2.alpha002/x86_64-linux/simulator/Ascend310P1/lib/config_pv_aicore_model.toml [INFO] config_file.cc:143 getConfigPath Config file is found, path is /home/HwHiAiUser/Ascend/ascend-toolkit/8.0.RC2.alpha002/x86_64-linux/simulator/Ascend310P1/lib/config_pv_aicore_model.toml [INFO] pv_ai_core.cc:797 get_config_file Core=0, core_type=0, spec_file=/home/HwHiAiUser/Ascend/ascend-toolkit/8.0.RC2.alpha002/x86_64-linux/simulator/Ascend310P1/lib/config_pv_aicore_model.toml [INFO] config_file.cc:143 getConfigPath Config file is found, path is /home/HwHiAiUser/Ascend/ascend-toolkit/8.0.RC2.alpha002/x86_64-linux/simulator/Ascend310P1/lib/config_pv_aicore_model.toml [INFO] config_file.cc:143 getConfigPath Config file is found, path is /home/HwHiAiUser/Ascend/ascend-toolkit/8.0.RC2.alpha002/x86_64-linux/simulator/Ascend310P1/lib/config_pv_aicore_model.toml [INFO] pv_ai_core.cc:797 get_config_file Core=0, core_type=0, spec_file=/home/HwHiAiUser/Ascend/ascend-toolkit/8.0.RC2.alpha002/x86_64-linux/simulator/Ascend310P1/lib/config_pv_aicore_model.toml [INFO] config_file.cc:143 getConfigPath Config file is found, path is /home/HwHiAiUser/Ascend/ascend-toolkit/8.0.RC2.alpha002/x86_64-linux/simulator/Ascend310P1/lib/config_pv_aicore_model.toml [INFO] pv_ai_core.cc:797 get_config_file Core=0, core_type=0, spec_file=/home/HwHiAiUser/Ascend/ascend-toolkit/8.0.RC2.alpha002/x86_64-linux/simulator/Ascend310P1/lib/config_pv_aicore_model.toml [INFO] pv_ai_core.cc:797 get_config_file Core=0, core_type=0, spec_file=/home/HwHiAiUser/Ascend/ascend-toolkit/8.0.RC2.alpha002/x86_64-linux/simulator/Ascend310P1/lib/config_pv_aicore_model.toml [INFO] config_file.cc:143 getConfigPath Config file is found, path is /home/HwHiAiUser/Ascend/ascend-toolkit/8.0.RC2.alpha002/x86_64-linux/simulator/Ascend310P1/lib/config_pv_aicore_model.toml [INFO] pv_ai_core.cc:797 get_config_file Core=0, core_type=0, spec_file=/home/HwHiAiUser/Ascend/ascend-toolkit/8.0.RC2.alpha002/x86_64-linux/simulator/Ascend310P1/lib/config_pv_aicore_model.toml [INFO] config_file.cc:143 getConfigPath Config file is found, path is /home/HwHiAiUser/Ascend/ascend-toolkit/8.0.RC2.alpha002/x86_64-linux/simulator/Ascend310P1/lib/config_pv_aicore_model.toml [INFO] pv_ai_core.cc:797 get_config_file Core=0, core_type=0, spec_file=/home/HwHiAiUser/Ascend/ascend-toolkit/8.0.RC2.alpha002/x86_64-linux/simulator/Ascend310P1/lib/config_pv_aicore_model.toml [SUCCESS][CORE_0][pid 4675] exit success! [SUCCESS][CORE_1][pid 4676] exit success! [SUCCESS][CORE_2][pid 4677] exit success! [SUCCESS][CORE_3][pid 4678] exit success! [SUCCESS][CORE_4][pid 4679] exit success! [SUCCESS][CORE_5][pid 4680] exit success! [SUCCESS][CORE_6][pid 4681] exit success! [SUCCESS][CORE_7][pid 4682] exit success! 8d880f897955675ab518bcfc0ebf9e45 output/golden.bin 8d880f897955675ab518bcfc0ebf9e45 output/output_z.bin test pass ``` 执行 `bash run.sh -r sim -v Ascend310P1` 正常结果 ``` -- The C compiler identification is GNU 7.5.0 -- The CXX compiler identification is GNU 7.5.0 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /usr/bin/cc - skipped -- Detecting C compile features -- Detecting C compile features - done -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /usr/bin/c++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Configuring done (0.4s) -- Generating done (0.0s) -- Build files have been written to: /home/HwHiAiUser/code/samples/operator/AddCustomSample/KernelLaunch/AddKernelInvocationTilingNeo/build [ 3%] Creating directories for 'ascendc_kernels_sim_preprocess' [ 7%] No download step for 'ascendc_kernels_sim_preprocess' [ 10%] No update step for 'ascendc_kernels_sim_preprocess' [ 14%] No patch step for 'ascendc_kernels_sim_preprocess' [ 17%] Performing configure step for 'ascendc_kernels_sim_preprocess' -- The C compiler identification is GNU 7.5.0 -- The CXX compiler identification is GNU 7.5.0 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /usr/bin/cc - skipped -- Detecting C compile features -- Detecting C compile features - done -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /usr/bin/c++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Configuring done (0.3s) -- Generating done (0.0s) -- Build files have been written to: /home/HwHiAiUser/code/samples/operator/AddCustomSample/KernelLaunch/AddKernelInvocationTilingNeo/build/ascendc_kernels_sim_preprocess-prefix/src/ascendc_kernels_sim_preprocess-build [ 21%] Performing build step for 'ascendc_kernels_sim_preprocess' [100%] Building CXX object CMakeFiles/preprocess_obj.dir/home/HwHiAiUser/code/samples/operator/AddCustomSample/KernelLaunch/AddKernelInvocationTilingNeo/add_custom.cpp.o [100%] Built target preprocess_obj [100%] Built target _host_cpp [ 25%] No install step for 'ascendc_kernels_sim_preprocess' [ 28%] Completed 'ascendc_kernels_sim_preprocess' [ 28%] Built target ascendc_kernels_sim_preprocess [ 35%] Creating directories for 'ascendc_kernels_sim_host' [ 35%] Creating directories for 'ascendc_kernels_sim_device' [ 39%] No download step for 'ascendc_kernels_sim_host' [ 42%] No download step for 'ascendc_kernels_sim_device' [ 46%] No update step for 'ascendc_kernels_sim_host' [ 50%] No update step for 'ascendc_kernels_sim_device' [ 53%] No patch step for 'ascendc_kernels_sim_host' [ 57%] No patch step for 'ascendc_kernels_sim_device' [ 60%] Performing configure step for 'ascendc_kernels_sim_host' [ 64%] Performing configure step for 'ascendc_kernels_sim_device' -- The C compiler identification is GNU 7.5.0 -- The C compiler identification is GNU 7.5.0 -- The CXX compiler identification is GNU 7.5.0 -- The CXX compiler identification is GNU 7.5.0 -- Detecting C compiler ABI info -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Detecting C compiler ABI info - done -- Check for working C compiler: /usr/bin/cc - skipped -- Detecting C compile features -- Check for working C compiler: /usr/bin/cc - skipped -- Detecting C compile features - done -- Detecting C compile features -- Detecting C compile features - done -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /usr/bin/c++ - skipped -- Check for working CXX compiler: /usr/bin/c++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features -- Detecting CXX compile features - done -- Detecting CXX compile features - done -- Configuring done (0.5s) -- Configuring done (0.5s) -- Generating done (0.0s) CMake Warning: Manually-specified variables were not used by the project: ASCEND_PYTHON_EXECUTABLE -- Generating done (0.0s) -- Build files have been written to: /home/HwHiAiUser/code/samples/operator/AddCustomSample/KernelLaunch/AddKernelInvocationTilingNeo/build/ascendc_kernels_sim_host-prefix/src/ascendc_kernels_sim_host-build -- Build files have been written to: /home/HwHiAiUser/code/samples/operator/AddCustomSample/KernelLaunch/AddKernelInvocationTilingNeo/build/ascendc_kernels_sim_device-prefix/src/ascendc_kernels_sim_device-build [ 67%] Performing build step for 'ascendc_kernels_sim_host' [ 71%] Performing build step for 'ascendc_kernels_sim_device' [100%] Building CXX object CMakeFiles/host_bisheng_obj.dir/home/HwHiAiUser/code/samples/operator/AddCustomSample/KernelLaunch/AddKernelInvocationTilingNeo/add_custom.cpp.o [100%] Building CXX object CMakeFiles/device_obj.dir/home/HwHiAiUser/code/samples/operator/AddCustomSample/KernelLaunch/AddKernelInvocationTilingNeo/build/auto_gen/ascendc_kernels_sim/auto_gen_add_custom.cpp.o [100%] Built target host_bisheng_obj [ 75%] Performing install step for 'ascendc_kernels_sim_host' [100%] Building CXX object CMakeFiles/host_bisheng_obj.dir/home/HwHiAiUser/code/samples/operator/AddCustomSample/KernelLaunch/AddKernelInvocationTilingNeo/add_custom.cpp.o [100%] Built target host_bisheng_obj Install the project... -- Install configuration: "Debug" -- Installing: /home/HwHiAiUser/code/samples/operator/AddCustomSample/KernelLaunch/AddKernelInvocationTilingNeo/build/ascendc_kernels_sim_host_dir/./objects-Debug/host_bisheng_obj/home/HwHiAiUser/code/samples/operator/AddCustomSample/KernelLaunch/AddKernelInvocationTilingNeo/add_custom.cpp.o [ 78%] Completed 'ascendc_kernels_sim_host' [ 78%] Built target ascendc_kernels_sim_host In file included from /home/HwHiAiUser/code/samples/operator/AddCustomSample/KernelLaunch/AddKernelInvocationTilingNeo/build/auto_gen/ascendc_kernels_sim/auto_gen_add_custom.cpp:7: In file included from /home/HwHiAiUser/code/samples/operator/AddCustomSample/KernelLaunch/AddKernelInvocationTilingNeo/add_custom.cpp:11: In file included from /home/HwHiAiUser/Ascend/ascend-toolkit/latest/tools/tikcpp/tikcfw/kernel_operator.h:27: In file included from /home/HwHiAiUser/Ascend/ascend-toolkit/latest/tools/tikcpp/tikcfw/interface/kernel_operator_intf.h:25: In file included from /home/HwHiAiUser/Ascend/ascend-toolkit/latest/tools/tikcpp/tikcfw/interface/kernel_operator_dump_tensor_intf.h:28: /home/HwHiAiUser/Ascend/ascend-toolkit/latest/tools/tikcpp/tikcfw/impl/dav_m200/kernel_operator_dump_tensor_impl.h:116:14: warning: 'SetAddr' is deprecated: NOTICE: SetAddr has been deprecated and will be removed in the next version. Please do not use it! [-Wdeprecated-declarations] tmpLocal.SetAddr(tbuf_tmpLocal); ^ /home/HwHiAiUser/Ascend/ascend-toolkit/latest/tools/tikcpp/tikcfw/impl/dav_m200/kernel_operator_dump_tensor_impl.h:159:5: note: in instantiation of function template specialization 'AscendC::InitTmpTensor<unsigned char>' requested here InitTmpTensor(tmpLocal, (uint8_t)QuePosition::VECIN); ^ /home/HwHiAiUser/Ascend/ascend-toolkit/latest/tools/tikcpp/tikcfw/impl/kernel_tensor_base.h:117:7: note: 'SetAddr' has been explicitly marked deprecated here [[deprecated("NOTICE: SetAddr has been deprecated and will be removed in the next version. " ^ In file included from /home/HwHiAiUser/code/samples/operator/AddCustomSample/KernelLaunch/AddKernelInvocationTilingNeo/build/auto_gen/ascendc_kernels_sim/auto_gen_add_custom.cpp:7: In file included from /home/HwHiAiUser/code/samples/operator/AddCustomSample/KernelLaunch/AddKernelInvocationTilingNeo/add_custom.cpp:11: In file included from /home/HwHiAiUser/Ascend/ascend-toolkit/latest/tools/tikcpp/tikcfw/kernel_operator.h:27: In file included from /home/HwHiAiUser/Ascend/ascend-toolkit/latest/tools/tikcpp/tikcfw/interface/kernel_operator_intf.h:25: In file included from /home/HwHiAiUser/Ascend/ascend-toolkit/latest/tools/tikcpp/tikcfw/interface/kernel_operator_dump_tensor_intf.h:28: In file included from /home/HwHiAiUser/Ascend/ascend-toolkit/latest/tools/tikcpp/tikcfw/impl/dav_m200/kernel_operator_dump_tensor_impl.h:29: /home/HwHiAiUser/Ascend/ascend-toolkit/latest/tools/tikcpp/tikcfw/impl/kernel_pop_stack_buffer.h:57:14: warning: 'SetAddr' is deprecated: NOTICE: SetAddr has been deprecated and will be removed in the next version. Please do not use it! [-Wdeprecated-declarations] popLocal.SetAddr(addr); ^ /home/HwHiAiUser/Ascend/ascend-toolkit/latest/tools/tikcpp/tikcfw/lib/filter/../../impl/filter/dropout/dropout_membase_impl.h:43:16: note: in instantiation of function template specialization 'AscendC::PopStackBuffer<short, AscendC::TPosition::VECCALC>' requested here bool ans = PopStackBuffer<int16_t, TPosition::LCM>(stackBuffer); ^ /home/HwHiAiUser/Ascend/ascend-toolkit/latest/tools/tikcpp/tikcfw/impl/kernel_tensor_base.h:117:7: note: 'SetAddr' has been explicitly marked deprecated here [[deprecated("NOTICE: SetAddr has been deprecated and will be removed in the next version. " ^ In file included from /home/HwHiAiUser/code/samples/operator/AddCustomSample/KernelLaunch/AddKernelInvocationTilingNeo/build/auto_gen/ascendc_kernels_sim/auto_gen_add_custom.cpp:7: In file included from /home/HwHiAiUser/code/samples/operator/AddCustomSample/KernelLaunch/AddKernelInvocationTilingNeo/add_custom.cpp:11: In file included from /home/HwHiAiUser/Ascend/ascend-toolkit/latest/tools/tikcpp/tikcfw/kernel_operator.h:24: /home/HwHiAiUser/Ascend/ascend-toolkit/latest/tools/tikcpp/tikcfw/impl/kernel_tpipe_impl.h:378:12: warning: 'SetAddr' is deprecated: NOTICE: SetAddr has been deprecated and will be removed in the next version. Please do not use it! [-Wdeprecated-declarations] tensor.SetAddr(addr); ^ /home/HwHiAiUser/Ascend/ascend-toolkit/latest/tools/tikcpp/tikcfw/impl/kernel_tpipe_impl.h:64:12: note: in instantiation of function template specialization 'AscendC::TQueBind<AscendC::TPosition::GM, AscendC::TPosition::VECIN, 2, 0>::Buf2Tensor<half>' requested here return Buf2Tensor<T>(buf); ^ /home/HwHiAiUser/code/samples/operator/AddCustomSample/KernelLaunch/AddKernelInvocationTilingNeo/add_custom.cpp:44:45: note: in instantiation of function template specialization 'AscendC::TQueBind<AscendC::TPosition::GM, AscendC::TPosition::VECIN, 2, 0>::AllocTensor<half>' requested here LocalTensor<half> xLocal = inQueueX.AllocTensor<half>(); ^ /home/HwHiAiUser/Ascend/ascend-toolkit/latest/tools/tikcpp/tikcfw/impl/kernel_tensor_base.h:117:7: note: 'SetAddr' has been explicitly marked deprecated here [[deprecated("NOTICE: SetAddr has been deprecated and will be removed in the next version. " ^ In file included from /home/HwHiAiUser/code/samples/operator/AddCustomSample/KernelLaunch/AddKernelInvocationTilingNeo/build/auto_gen/ascendc_kernels_sim/auto_gen_add_custom.cpp:7: In file included from /home/HwHiAiUser/code/samples/operator/AddCustomSample/KernelLaunch/AddKernelInvocationTilingNeo/add_custom.cpp:11: In file included from /home/HwHiAiUser/Ascend/ascend-toolkit/latest/tools/tikcpp/tikcfw/kernel_operator.h:24: /home/HwHiAiUser/Ascend/ascend-toolkit/latest/tools/tikcpp/tikcfw/impl/kernel_tpipe_impl.h:378:12: warning: 'SetAddr' is deprecated: NOTICE: SetAddr has been deprecated and will be removed in the next version. Please do not use it! [-Wdeprecated-declarations] tensor.SetAddr(addr); ^ /home/HwHiAiUser/Ascend/ascend-toolkit/latest/tools/tikcpp/tikcfw/impl/kernel_tpipe_impl.h:64:12: note: in instantiation of function template specialization 'AscendC::TQueBind<AscendC::TPosition::VECOUT, AscendC::TPosition::GM, 2, 0>::Buf2Tensor<half>' requested here return Buf2Tensor<T>(buf); ^ /home/HwHiAiUser/code/samples/operator/AddCustomSample/KernelLaunch/AddKernelInvocationTilingNeo/add_custom.cpp:55:46: note: in instantiation of function template specialization 'AscendC::TQueBind<AscendC::TPosition::VECOUT, AscendC::TPosition::GM, 2, 0>::AllocTensor<half>' requested here LocalTensor<half> zLocal = outQueueZ.AllocTensor<half>(); ^ /home/HwHiAiUser/Ascend/ascend-toolkit/latest/tools/tikcpp/tikcfw/impl/kernel_tensor_base.h:117:7: note: 'SetAddr' has been explicitly marked deprecated here [[deprecated("NOTICE: SetAddr has been deprecated and will be removed in the next version. " ^ 4 warnings generated. [100%] Built target device_obj /home/HwHiAiUser/Ascend/ascend-toolkit/latest/tools/ccec_compiler/bin/ld.lld -m aicorelinux -n -Ttext=0 /home/HwHiAiUser/code/samples/operator/AddCustomSample/KernelLaunch/AddKernelInvocationTilingNeo/build/ascendc_kernels_sim_device-prefix/src/ascendc_kernels_sim_device-build/CMakeFiles/device_obj.dir/home/HwHiAiUser/code/samples/operator/AddCustomSample/KernelLaunch/AddKernelInvocationTilingNeo/build/auto_gen/ascendc_kernels_sim/auto_gen_add_custom.cpp.o -static -o /home/HwHiAiUser/code/samples/operator/AddCustomSample/KernelLaunch/AddKernelInvocationTilingNeo/build/ascendc_kernels_sim_merge_obj_dir/device.o ld.lld: warning: -n (--nmagic) and -N (--omagic) will be ignored [100%] Built target merge_device_obj [ 82%] No install step for 'ascendc_kernels_sim_device' [ 85%] Completed 'ascendc_kernels_sim_device' [ 85%] Built target ascendc_kernels_sim_device [ 85%] Built target ascendc_kernels_sim_merge_obj [ 89%] Building CXX object CMakeFiles/ascendc_kernels_sim_host_stub_obj.dir/auto_gen/ascendc_kernels_sim/host_stub.cpp.o [ 89%] Built target ascendc_kernels_sim_host_stub_obj [ 92%] Linking CXX shared library lib/libascendc_kernels_sim.so /home/HwHiAiUser/Ascend/ascend-toolkit/latest/bin/ascendc_pack_kernel /home/HwHiAiUser/code/samples/operator/AddCustomSample/KernelLaunch/AddKernelInvocationTilingNeo/build/CMakeFiles/ascendc_kernels_sim_host_stub_obj.dir/auto_gen/ascendc_kernels_sim/host_stub.cpp.o /home/HwHiAiUser/code/samples/operator/AddCustomSample/KernelLaunch/AddKernelInvocationTilingNeo/build/ascendc_kernels_sim_merge_obj_dir/device.o 0 /home/HwHiAiUser/code/samples/operator/AddCustomSample/KernelLaunch/AddKernelInvocationTilingNeo/build/CMakeFiles/ascendc_kernels_sim_host_stub_obj.dir/auto_gen/ascendc_kernels_sim/host_stub.cpp.o recompile: /usr/bin/c++ -fPIC -g -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -shared -Wl,-soname,libascendc_kernels_sim.so -o lib/libascendc_kernels_sim.so CMakeFiles/ascendc_kernels_sim_host_stub_obj.dir/auto_gen/ascendc_kernels_sim/host_stub.cpp.o /home/HwHiAiUser/code/samples/operator/AddCustomSample/KernelLaunch/AddKernelInvocationTilingNeo/build/ascendc_kernels_sim_host_dir/objects-Debug/host_bisheng_obj/home/HwHiAiUser/code/samples/operator/AddCustomSample/KernelLaunch/AddKernelInvocationTilingNeo/add_custom.cpp.o -L/home/HwHiAiUser/Ascend/ascend-toolkit/latest/lib64 -L/home/HwHiAiUser/Ascend/ascend-toolkit/latest/tools/simulator/Ascend310P1/lib /home/HwHiAiUser/Ascend/ascend-toolkit/latest/lib64/libascendc_runtime.a -lascend_dump -lc_sec [ 92%] Built target ascendc_kernels_sim [ 96%] Building CXX object CMakeFiles/ascendc_kernels_bbit.dir/main.cpp.o [100%] Linking CXX executable ascendc_kernels_bbit [100%] Built target ascendc_kernels_bbit -- Install configuration: "Debug" -- Installing: /home/HwHiAiUser/code/samples/operator/AddCustomSample/KernelLaunch/AddKernelInvocationTilingNeo/out/lib/libascendc_kernels_sim.so -- Installing: /home/HwHiAiUser/code/samples/operator/AddCustomSample/KernelLaunch/AddKernelInvocationTilingNeo/out/include -- Installing: /home/HwHiAiUser/code/samples/operator/AddCustomSample/KernelLaunch/AddKernelInvocationTilingNeo/out/include/ascendc_kernels_sim -- Installing: /home/HwHiAiUser/code/samples/operator/AddCustomSample/KernelLaunch/AddKernelInvocationTilingNeo/out/include/ascendc_kernels_sim/aclrtlaunch_triple_chevrons_func.h -- Installing: /home/HwHiAiUser/code/samples/operator/AddCustomSample/KernelLaunch/AddKernelInvocationTilingNeo/out/include/ascendc_kernels_sim/aclrtlaunch_add_custom.h -- Installing: /home/HwHiAiUser/code/samples/operator/AddCustomSample/KernelLaunch/AddKernelInvocationTilingNeo/out/bin/ascendc_kernels_bbit [INFO] config_file.cc:143 getConfigPath Config file is found, path is /home/HwHiAiUser/Ascend/ascend-toolkit/8.0.RC2.alpha002/x86_64-linux/simulator/Ascend310P1/lib/davinci_mini.spec [INFO] config_file.cc:143 getConfigPath Config file is found, path is /home/HwHiAiUser/Ascend/ascend-toolkit/8.0.RC2.alpha002/x86_64-linux/simulator/Ascend310P1/lib/config_pv_aicore_model.toml [INFO] config_file.cc:96 assignConfigPath Using config file [/home/HwHiAiUser/Ascend/ascend-toolkit/8.0.RC2.alpha002/x86_64-linux/simulator/Ascend310P1/lib/davinci_mini.spec] DDR latency random seed = 1718376371 [INFO] basic_core.cc:422 get_config_file Core=0, core_type=0, spec_file=/home/HwHiAiUser/Ascend/ascend-toolkit/8.0.RC2.alpha002/x86_64-linux/simulator/Ascend310P1/lib/davinci_mini.spec [INFO] config_file.cc:143 getConfigPath Config file is found, path is /home/HwHiAiUser/Ascend/ascend-toolkit/8.0.RC2.alpha002/x86_64-linux/simulator/Ascend310P1/lib/config.toml [INFO] config_file.cc:143 getConfigPath Config file is found, path is /home/HwHiAiUser/Ascend/ascend-toolkit/8.0.RC2.alpha002/x86_64-linux/simulator/Ascend310P1/lib/config_aicore_trace.toml [INFO] pmu.cc:442 set_config_file AICore trace config: /home/HwHiAiUser/Ascend/ascend-toolkit/8.0.RC2.alpha002/x86_64-linux/simulator/Ascend310P1/lib/config_aicore_trace.toml [INFO] basic_core.cc:422 get_config_file Core=1, core_type=0, spec_file=/home/HwHiAiUser/Ascend/ascend-toolkit/8.0.RC2.alpha002/x86_64-linux/simulator/Ascend310P1/lib/davinci_mini.spec [INFO] config_file.cc:143 getConfigPath Config file is found, path is /home/HwHiAiUser/Ascend/ascend-toolkit/8.0.RC2.alpha002/x86_64-linux/simulator/Ascend310P1/lib/config.toml [INFO] config_file.cc:143 getConfigPath Config file is found, path is /home/HwHiAiUser/Ascend/ascend-toolkit/8.0.RC2.alpha002/x86_64-linux/simulator/Ascend310P1/lib/config_aicore_trace.toml [INFO] pmu.cc:442 set_config_file AICore trace config: /home/HwHiAiUser/Ascend/ascend-toolkit/8.0.RC2.alpha002/x86_64-linux/simulator/Ascend310P1/lib/config_aicore_trace.toml [INFO] basic_core.cc:422 get_config_file Core=2, core_type=0, spec_file=/home/HwHiAiUser/Ascend/ascend-toolkit/8.0.RC2.alpha002/x86_64-linux/simulator/Ascend310P1/lib/davinci_mini.spec [INFO] config_file.cc:143 getConfigPath Config file is found, path is /home/HwHiAiUser/Ascend/ascend-toolkit/8.0.RC2.alpha002/x86_64-linux/simulator/Ascend310P1/lib/config.toml [INFO] config_file.cc:143 getConfigPath Config file is found, path is /home/HwHiAiUser/Ascend/ascend-toolkit/8.0.RC2.alpha002/x86_64-linux/simulator/Ascend310P1/lib/config_aicore_trace.toml [INFO] pmu.cc:442 set_config_file AICore trace config: /home/HwHiAiUser/Ascend/ascend-toolkit/8.0.RC2.alpha002/x86_64-linux/simulator/Ascend310P1/lib/config_aicore_trace.toml [INFO] basic_core.cc:422 get_config_file Core=3, core_type=0, spec_file=/home/HwHiAiUser/Ascend/ascend-toolkit/8.0.RC2.alpha002/x86_64-linux/simulator/Ascend310P1/lib/davinci_mini.spec [INFO] config_file.cc:143 getConfigPath Config file is found, path is /home/HwHiAiUser/Ascend/ascend-toolkit/8.0.RC2.alpha002/x86_64-linux/simulator/Ascend310P1/lib/config.toml [INFO] config_file.cc:143 getConfigPath Config file is found, path is /home/HwHiAiUser/Ascend/ascend-toolkit/8.0.RC2.alpha002/x86_64-linux/simulator/Ascend310P1/lib/config_aicore_trace.toml [INFO] pmu.cc:442 set_config_file AICore trace config: /home/HwHiAiUser/Ascend/ascend-toolkit/8.0.RC2.alpha002/x86_64-linux/simulator/Ascend310P1/lib/config_aicore_trace.toml [INFO] basic_core.cc:422 get_config_file Core=4, core_type=0, spec_file=/home/HwHiAiUser/Ascend/ascend-toolkit/8.0.RC2.alpha002/x86_64-linux/simulator/Ascend310P1/lib/davinci_mini.spec [INFO] config_file.cc:143 getConfigPath Config file is found, path is /home/HwHiAiUser/Ascend/ascend-toolkit/8.0.RC2.alpha002/x86_64-linux/simulator/Ascend310P1/lib/config.toml [INFO] config_file.cc:143 getConfigPath Config file is found, path is /home/HwHiAiUser/Ascend/ascend-toolkit/8.0.RC2.alpha002/x86_64-linux/simulator/Ascend310P1/lib/config_aicore_trace.toml [INFO] pmu.cc:442 set_config_file AICore trace config: /home/HwHiAiUser/Ascend/ascend-toolkit/8.0.RC2.alpha002/x86_64-linux/simulator/Ascend310P1/lib/config_aicore_trace.toml [INFO] basic_core.cc:422 get_config_file Core=5, core_type=0, spec_file=/home/HwHiAiUser/Ascend/ascend-toolkit/8.0.RC2.alpha002/x86_64-linux/simulator/Ascend310P1/lib/davinci_mini.spec [INFO] config_file.cc:143 getConfigPath Config file is found, path is /home/HwHiAiUser/Ascend/ascend-toolkit/8.0.RC2.alpha002/x86_64-linux/simulator/Ascend310P1/lib/config.toml [INFO] config_file.cc:143 getConfigPath Config file is found, path is /home/HwHiAiUser/Ascend/ascend-toolkit/8.0.RC2.alpha002/x86_64-linux/simulator/Ascend310P1/lib/config_aicore_trace.toml [INFO] pmu.cc:442 set_config_file AICore trace config: /home/HwHiAiUser/Ascend/ascend-toolkit/8.0.RC2.alpha002/x86_64-linux/simulator/Ascend310P1/lib/config_aicore_trace.toml [INFO] basic_core.cc:422 get_config_file Core=6, core_type=0, spec_file=/home/HwHiAiUser/Ascend/ascend-toolkit/8.0.RC2.alpha002/x86_64-linux/simulator/Ascend310P1/lib/davinci_mini.spec [INFO] config_file.cc:143 getConfigPath Config file is found, path is /home/HwHiAiUser/Ascend/ascend-toolkit/8.0.RC2.alpha002/x86_64-linux/simulator/Ascend310P1/lib/config.toml [INFO] config_file.cc:143 getConfigPath Config file is found, path is /home/HwHiAiUser/Ascend/ascend-toolkit/8.0.RC2.alpha002/x86_64-linux/simulator/Ascend310P1/lib/config_aicore_trace.toml [INFO] pmu.cc:442 set_config_file AICore trace config: /home/HwHiAiUser/Ascend/ascend-toolkit/8.0.RC2.alpha002/x86_64-linux/simulator/Ascend310P1/lib/config_aicore_trace.toml [INFO] basic_core.cc:422 get_config_file Core=7, core_type=0, spec_file=/home/HwHiAiUser/Ascend/ascend-toolkit/8.0.RC2.alpha002/x86_64-linux/simulator/Ascend310P1/lib/davinci_mini.spec [INFO] config_file.cc:143 getConfigPath Config file is found, path is /home/HwHiAiUser/Ascend/ascend-toolkit/8.0.RC2.alpha002/x86_64-linux/simulator/Ascend310P1/lib/config.toml [INFO] config_file.cc:143 getConfigPath Config file is found, path is /home/HwHiAiUser/Ascend/ascend-toolkit/8.0.RC2.alpha002/x86_64-linux/simulator/Ascend310P1/lib/config_aicore_trace.toml [INFO] pmu.cc:442 set_config_file AICore trace config: /home/HwHiAiUser/Ascend/ascend-toolkit/8.0.RC2.alpha002/x86_64-linux/simulator/Ascend310P1/lib/config_aicore_trace.toml [INFO] basic_core.cc:422 get_config_file Core=8, core_type=0, spec_file=/home/HwHiAiUser/Ascend/ascend-toolkit/8.0.RC2.alpha002/x86_64-linux/simulator/Ascend310P1/lib/davinci_mini.spec [INFO] config_file.cc:143 getConfigPath Config file is found, path is /home/HwHiAiUser/Ascend/ascend-toolkit/8.0.RC2.alpha002/x86_64-linux/simulator/Ascend310P1/lib/config.toml [INFO] config_file.cc:143 getConfigPath Config file is found, path is /home/HwHiAiUser/Ascend/ascend-toolkit/8.0.RC2.alpha002/x86_64-linux/simulator/Ascend310P1/lib/config_aicore_trace.toml [INFO] pmu.cc:442 set_config_file AICore trace config: /home/HwHiAiUser/Ascend/ascend-toolkit/8.0.RC2.alpha002/x86_64-linux/simulator/Ascend310P1/lib/config_aicore_trace.toml [INFO] basic_core.cc:422 get_config_file Core=9, core_type=0, spec_file=/home/HwHiAiUser/Ascend/ascend-toolkit/8.0.RC2.alpha002/x86_64-linux/simulator/Ascend310P1/lib/davinci_mini.spec [INFO] config_file.cc:143 getConfigPath Config file is found, path is /home/HwHiAiUser/Ascend/ascend-toolkit/8.0.RC2.alpha002/x86_64-linux/simulator/Ascend310P1/lib/config.toml [INFO] config_file.cc:143 getConfigPath Config file is found, path is /home/HwHiAiUser/Ascend/ascend-toolkit/8.0.RC2.alpha002/x86_64-linux/simulator/Ascend310P1/lib/config_aicore_trace.toml [INFO] pmu.cc:442 set_config_file AICore trace config: /home/HwHiAiUser/Ascend/ascend-toolkit/8.0.RC2.alpha002/x86_64-linux/simulator/Ascend310P1/lib/config_aicore_trace.toml [INFO] config_file.cc:143 getConfigPath Config file is found, path is /home/HwHiAiUser/Ascend/ascend-toolkit/8.0.RC2.alpha002/x86_64-linux/simulator/Ascend310P1/lib/davinci_vec_core.spec [INFO] basic_core.cc:422 get_config_file Core=10, core_type=3, spec_file=/home/HwHiAiUser/Ascend/ascend-toolkit/8.0.RC2.alpha002/x86_64-linux/simulator/Ascend310P1/lib/davinci_vec_core.spec [INFO] config_file.cc:143 getConfigPath Config file is found, path is /home/HwHiAiUser/Ascend/ascend-toolkit/8.0.RC2.alpha002/x86_64-linux/simulator/Ascend310P1/lib/config.toml [INFO] config_file.cc:143 getConfigPath Config file is found, path is /home/HwHiAiUser/Ascend/ascend-toolkit/8.0.RC2.alpha002/x86_64-linux/simulator/Ascend310P1/lib/config_aicore_trace.toml [INFO] pmu.cc:442 set_config_file AICore trace config: /home/HwHiAiUser/Ascend/ascend-toolkit/8.0.RC2.alpha002/x86_64-linux/simulator/Ascend310P1/lib/config_aicore_trace.toml [INFO] config_file.cc:143 getConfigPath Config file is found, path is /home/HwHiAiUser/Ascend/ascend-toolkit/8.0.RC2.alpha002/x86_64-linux/simulator/Ascend310P1/lib/davinci_vec_core.spec [INFO] basic_core.cc:422 get_config_file Core=11, core_type=3, spec_file=/home/HwHiAiUser/Ascend/ascend-toolkit/8.0.RC2.alpha002/x86_64-linux/simulator/Ascend310P1/lib/davinci_vec_core.spec [INFO] config_file.cc:143 getConfigPath Config file is found, path is /home/HwHiAiUser/Ascend/ascend-toolkit/8.0.RC2.alpha002/x86_64-linux/simulator/Ascend310P1/lib/config.toml [INFO] config_file.cc:143 getConfigPath Config file is found, path is /home/HwHiAiUser/Ascend/ascend-toolkit/8.0.RC2.alpha002/x86_64-linux/simulator/Ascend310P1/lib/config_aicore_trace.toml [INFO] pmu.cc:442 set_config_file AICore trace config: /home/HwHiAiUser/Ascend/ascend-toolkit/8.0.RC2.alpha002/x86_64-linux/simulator/Ascend310P1/lib/config_aicore_trace.toml [INFO] config_file.cc:143 getConfigPath Config file is found, path is /home/HwHiAiUser/Ascend/ascend-toolkit/8.0.RC2.alpha002/x86_64-linux/simulator/Ascend310P1/lib/davinci_vec_core.spec [INFO] basic_core.cc:422 get_config_file Core=12, core_type=3, spec_file=/home/HwHiAiUser/Ascend/ascend-toolkit/8.0.RC2.alpha002/x86_64-linux/simulator/Ascend310P1/lib/davinci_vec_core.spec [INFO] config_file.cc:143 getConfigPath Config file is found, path is /home/HwHiAiUser/Ascend/ascend-toolkit/8.0.RC2.alpha002/x86_64-linux/simulator/Ascend310P1/lib/config.toml [INFO] config_file.cc:143 getConfigPath Config file is found, path is /home/HwHiAiUser/Ascend/ascend-toolkit/8.0.RC2.alpha002/x86_64-linux/simulator/Ascend310P1/lib/config_aicore_trace.toml [INFO] pmu.cc:442 set_config_file AICore trace config: /home/HwHiAiUser/Ascend/ascend-toolkit/8.0.RC2.alpha002/x86_64-linux/simulator/Ascend310P1/lib/config_aicore_trace.toml [INFO] config_file.cc:143 getConfigPath Config file is found, path is /home/HwHiAiUser/Ascend/ascend-toolkit/8.0.RC2.alpha002/x86_64-linux/simulator/Ascend310P1/lib/davinci_vec_core.spec [INFO] basic_core.cc:422 get_config_file Core=13, core_type=3, spec_file=/home/HwHiAiUser/Ascend/ascend-toolkit/8.0.RC2.alpha002/x86_64-linux/simulator/Ascend310P1/lib/davinci_vec_core.spec [INFO] config_file.cc:143 getConfigPath Config file is found, path is /home/HwHiAiUser/Ascend/ascend-toolkit/8.0.RC2.alpha002/x86_64-linux/simulator/Ascend310P1/lib/config.toml [INFO] config_file.cc:143 getConfigPath Config file is found, path is /home/HwHiAiUser/Ascend/ascend-toolkit/8.0.RC2.alpha002/x86_64-linux/simulator/Ascend310P1/lib/config_aicore_trace.toml [INFO] pmu.cc:442 set_config_file AICore trace config: /home/HwHiAiUser/Ascend/ascend-toolkit/8.0.RC2.alpha002/x86_64-linux/simulator/Ascend310P1/lib/config_aicore_trace.toml [INFO] config_file.cc:143 getConfigPath Config file is found, path is /home/HwHiAiUser/Ascend/ascend-toolkit/8.0.RC2.alpha002/x86_64-linux/simulator/Ascend310P1/lib/davinci_vec_core.spec [INFO] basic_core.cc:422 get_config_file Core=14, core_type=3, spec_file=/home/HwHiAiUser/Ascend/ascend-toolkit/8.0.RC2.alpha002/x86_64-linux/simulator/Ascend310P1/lib/davinci_vec_core.spec [INFO] config_file.cc:143 getConfigPath Config file is found, path is /home/HwHiAiUser/Ascend/ascend-toolkit/8.0.RC2.alpha002/x86_64-linux/simulator/Ascend310P1/lib/config.toml [INFO] config_file.cc:143 getConfigPath Config file is found, path is /home/HwHiAiUser/Ascend/ascend-toolkit/8.0.RC2.alpha002/x86_64-linux/simulator/Ascend310P1/lib/config_aicore_trace.toml [INFO] pmu.cc:442 set_config_file AICore trace config: /home/HwHiAiUser/Ascend/ascend-toolkit/8.0.RC2.alpha002/x86_64-linux/simulator/Ascend310P1/lib/config_aicore_trace.toml [INFO] config_file.cc:143 getConfigPath Config file is found, path is /home/HwHiAiUser/Ascend/ascend-toolkit/8.0.RC2.alpha002/x86_64-linux/simulator/Ascend310P1/lib/davinci_vec_core.spec [INFO] basic_core.cc:422 get_config_file Core=15, core_type=3, spec_file=/home/HwHiAiUser/Ascend/ascend-toolkit/8.0.RC2.alpha002/x86_64-linux/simulator/Ascend310P1/lib/davinci_vec_core.spec [INFO] config_file.cc:143 getConfigPath Config file is found, path is /home/HwHiAiUser/Ascend/ascend-toolkit/8.0.RC2.alpha002/x86_64-linux/simulator/Ascend310P1/lib/config.toml [INFO] config_file.cc:143 getConfigPath Config file is found, path is /home/HwHiAiUser/Ascend/ascend-toolkit/8.0.RC2.alpha002/x86_64-linux/simulator/Ascend310P1/lib/config_aicore_trace.toml [INFO] pmu.cc:442 set_config_file AICore trace config: /home/HwHiAiUser/Ascend/ascend-toolkit/8.0.RC2.alpha002/x86_64-linux/simulator/Ascend310P1/lib/config_aicore_trace.toml [INFO] config_file.cc:143 getConfigPath Config file is found, path is /home/HwHiAiUser/Ascend/ascend-toolkit/8.0.RC2.alpha002/x86_64-linux/simulator/Ascend310P1/lib/davinci_vec_core.spec [INFO] basic_core.cc:422 get_config_file Core=16, core_type=3, spec_file=/home/HwHiAiUser/Ascend/ascend-toolkit/8.0.RC2.alpha002/x86_64-linux/simulator/Ascend310P1/lib/davinci_vec_core.spec [INFO] config_file.cc:143 getConfigPath Config file is found, path is /home/HwHiAiUser/Ascend/ascend-toolkit/8.0.RC2.alpha002/x86_64-linux/simulator/Ascend310P1/lib/config.toml [INFO] config_file.cc:143 getConfigPath Config file is found, path is /home/HwHiAiUser/Ascend/ascend-toolkit/8.0.RC2.alpha002/x86_64-linux/simulator/Ascend310P1/lib/config_aicore_trace.toml [INFO] pmu.cc:442 set_config_file AICore trace config: /home/HwHiAiUser/Ascend/ascend-toolkit/8.0.RC2.alpha002/x86_64-linux/simulator/Ascend310P1/lib/config_aicore_trace.toml [INFO] config_file.cc:143 getConfigPath Config file is found, path is /home/HwHiAiUser/Ascend/ascend-toolkit/8.0.RC2.alpha002/x86_64-linux/simulator/Ascend310P1/lib/davinci_vec_core.spec [INFO] basic_core.cc:422 get_config_file Core=17, core_type=3, spec_file=/home/HwHiAiUser/Ascend/ascend-toolkit/8.0.RC2.alpha002/x86_64-linux/simulator/Ascend310P1/lib/davinci_vec_core.spec [INFO] config_file.cc:143 getConfigPath Config file is found, path is /home/HwHiAiUser/Ascend/ascend-toolkit/8.0.RC2.alpha002/x86_64-linux/simulator/Ascend310P1/lib/config.toml [INFO] config_file.cc:143 getConfigPath Config file is found, path is /home/HwHiAiUser/Ascend/ascend-toolkit/8.0.RC2.alpha002/x86_64-linux/simulator/Ascend310P1/lib/config_aicore_trace.toml [INFO] pmu.cc:442 set_config_file AICore trace config: /home/HwHiAiUser/Ascend/ascend-toolkit/8.0.RC2.alpha002/x86_64-linux/simulator/Ascend310P1/lib/config_aicore_trace.toml =============================================================================== >>>> <<<< >>>> CA Model Init Suc <<<< >>>> <<<< =============================================================================== [DRVSTUB_LOG] driver_queue.c:75 drvMoveTsReport:memcpy one report from TS to Driver stub successfully. [DRVSTUB_LOG] driver_queue.c:75 drvMoveTsReport:memcpy one report from TS to Driver stub successfully. [DRVSTUB_LOG] driver_queue.c:75 drvMoveTsReport:memcpy one report from TS to Driver stub successfully. [DRVSTUB_LOG] driver_queue.c:61 drvMoveTsReport:taskReportQueue is empty [INFO] basic_qtask_slot.cc:154 sendTask2AiCore BS Slot alloc AI Core 0 to task slot 4, blk id 0 [INFO] basic_qtask_slot.cc:154 sendTask2AiCore BS Slot alloc AI Core 1 to task slot 4, blk id 1 [INFO] virtual_bus_slave_port.cc:332 directWrite AIC or AIV request at address 0x422000000 [INFO] basic_qtask_slot.cc:154 sendTask2AiCore BS Slot alloc AI Core 2 to task slot 4, blk id 2 [INFO] virtual_bus_slave_port.cc:332 directWrite AIC or AIV request at address 0x422000100 [DRVSTUB_LOG] driver_queue.c:75 drvMoveTsReport:memcpy one report from TS to Driver stub successfully. [DRVSTUB_LOG] driver_queue.c:75 drvMoveTsReport:memcpy one report from TS to Driver stub successfully. [DRVSTUB_LOG] driver_queue.c:75 drvMoveTsReport:memcpy one report from TS to Driver stub successfully. [DRVSTUB_LOG] driver_queue.c:75 drvMoveTsReport:memcpy one report from TS to Driver stub successfully. [DRVSTUB_LOG] driver_queue.c:75 drvMoveTsReport:memcpy one report from TS to Driver stub successfully. [DRVSTUB_LOG] driver_queue.c:61 drvMoveTsReport:taskReportQueue is empty [INFO] basic_qtask_slot.cc:154 sendTask2AiCore BS Slot alloc AI Core 3 to task slot 4, blk id 3 [INFO] virtual_bus_slave_port.cc:332 directWrite AIC or AIV request at address 0x422000200 [INFO] basic_qtask_slot.cc:154 sendTask2AiCore BS Slot alloc AI Core 4 to task slot 4, blk id 4 [INFO] virtual_bus_slave_port.cc:332 directWrite AIC or AIV request at address 0x422000300 [INFO] basic_qtask_slot.cc:154 sendTask2AiCore BS Slot alloc AI Core 5 to task slot 4, blk id 5 [INFO] virtual_bus_slave_port.cc:332 directWrite AIC or AIV request at address 0x422000400 [INFO] basic_qtask_slot.cc:154 sendTask2AiCore BS Slot alloc AI Core 6 to task slot 4, blk id 6 [INFO] virtual_bus_slave_port.cc:332 directWrite AIC or AIV request at address 0x422000500 [INFO] basic_qtask_slot.cc:154 sendTask2AiCore BS Slot alloc AI Core 7 to task slot 4, blk id 7 [INFO] virtual_bus_slave_port.cc:332 directWrite AIC or AIV request at address 0x422000600 [INFO] virtual_bus_slave_port.cc:332 directWrite AIC or AIV request at address 0x422000700 [DRVSTUB_LOG] driver_queue.c:75 drvMoveTsReport:memcpy one report from TS to Driver stub successfully. [DRVSTUB_LOG] driver_queue.c:75 drvMoveTsReport:memcpy one report from TS to Driver stub successfully. [DRVSTUB_LOG] driver_queue.c:75 drvMoveTsReport:memcpy one report from TS to Driver stub successfully. [DRVSTUB_LOG] driver_queue.c:61 drvMoveTsReport:taskReportQueue is empty [DRVSTUB_LOG] driver_queue.c:75 drvMoveTsReport:memcpy one report from TS to Driver stub successfully. [DRVSTUB_LOG] driver_queue.c:75 drvMoveTsReport:memcpy one report from TS to Driver stub successfully. [DRVSTUB_LOG] driver_queue.c:75 drvMoveTsReport:memcpy one report from TS to Driver stub successfully. [DRVSTUB_LOG] driver_queue.c:75 drvMoveTsReport:memcpy one report from TS to Driver stub successfully. [DRVSTUB_LOG] driver_queue.c:75 drvMoveTsReport:memcpy one report from TS to Driver stub successfully. [DRVSTUB_LOG] driver_queue.c:61 drvMoveTsReport:taskReportQueue is empty [DRVSTUB_LOG] driver_queue.c:75 drvMoveTsReport:memcpy one report from TS to Driver stub successfully. [DRVSTUB_LOG] driver_queue.c:61 drvMoveTsReport:taskReportQueue is empty 21a0bc41df8d2879a66648e871a083dc output/golden.bin 21a0bc41df8d2879a66648e871a083dc output/output_z.bin test pass ``` 执行 `bash run.sh -r npu -v Ascend310P1` 报错结果 ``` -- The C compiler identification is GNU 7.5.0 -- The CXX compiler identification is GNU 7.5.0 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /usr/bin/cc - skipped -- Detecting C compile features -- Detecting C compile features - done -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /usr/bin/c++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Configuring done (0.4s) -- Generating done (0.0s) -- Build files have been written to: /home/HwHiAiUser/code/samples/operator/AddCustomSample/KernelLaunch/AddKernelInvocationTilingNeo/build [ 3%] Creating directories for 'ascendc_kernels_npu_preprocess' [ 7%] No download step for 'ascendc_kernels_npu_preprocess' [ 10%] No update step for 'ascendc_kernels_npu_preprocess' [ 14%] No patch step for 'ascendc_kernels_npu_preprocess' [ 17%] Performing configure step for 'ascendc_kernels_npu_preprocess' -- The C compiler identification is GNU 7.5.0 -- The CXX compiler identification is GNU 7.5.0 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /usr/bin/cc - skipped -- Detecting C compile features -- Detecting C compile features - done -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /usr/bin/c++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Configuring done (0.3s) -- Generating done (0.0s) -- Build files have been written to: /home/HwHiAiUser/code/samples/operator/AddCustomSample/KernelLaunch/AddKernelInvocationTilingNeo/build/ascendc_kernels_npu_preprocess-prefix/src/ascendc_kernels_npu_preprocess-build [ 21%] Performing build step for 'ascendc_kernels_npu_preprocess' [100%] Building CXX object CMakeFiles/preprocess_obj.dir/home/HwHiAiUser/code/samples/operator/AddCustomSample/KernelLaunch/AddKernelInvocationTilingNeo/add_custom.cpp.o [100%] Built target preprocess_obj [100%] Built target _host_cpp [ 25%] No install step for 'ascendc_kernels_npu_preprocess' [ 28%] Completed 'ascendc_kernels_npu_preprocess' [ 28%] Built target ascendc_kernels_npu_preprocess [ 35%] Creating directories for 'ascendc_kernels_npu_host' [ 35%] Creating directories for 'ascendc_kernels_npu_device' [ 39%] No download step for 'ascendc_kernels_npu_host' [ 42%] No download step for 'ascendc_kernels_npu_device' [ 46%] No update step for 'ascendc_kernels_npu_host' [ 50%] No update step for 'ascendc_kernels_npu_device' [ 53%] No patch step for 'ascendc_kernels_npu_host' [ 57%] No patch step for 'ascendc_kernels_npu_device' [ 60%] Performing configure step for 'ascendc_kernels_npu_host' [ 64%] Performing configure step for 'ascendc_kernels_npu_device' -- The C compiler identification is GNU 7.5.0 -- The C compiler identification is GNU 7.5.0 -- The CXX compiler identification is GNU 7.5.0 -- The CXX compiler identification is GNU 7.5.0 -- Detecting C compiler ABI info -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Detecting C compiler ABI info - done -- Check for working C compiler: /usr/bin/cc - skipped -- Detecting C compile features -- Detecting C compile features - done -- Detecting CXX compiler ABI info -- Check for working C compiler: /usr/bin/cc - skipped -- Detecting C compile features -- Detecting C compile features - done -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /usr/bin/c++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Configuring done (0.5s) -- Generating done (0.0s) -- Build files have been written to: /home/HwHiAiUser/code/samples/operator/AddCustomSample/KernelLaunch/AddKernelInvocationTilingNeo/build/ascendc_kernels_npu_device-prefix/src/ascendc_kernels_npu_device-build -- Check for working CXX compiler: /usr/bin/c++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Configuring done (0.5s) -- Generating done (0.0s) CMake Warning: Manually-specified variables were not used by the project: ASCEND_PYTHON_EXECUTABLE -- Build files have been written to: /home/HwHiAiUser/code/samples/operator/AddCustomSample/KernelLaunch/AddKernelInvocationTilingNeo/build/ascendc_kernels_npu_host-prefix/src/ascendc_kernels_npu_host-build [ 67%] Performing build step for 'ascendc_kernels_npu_device' [ 71%] Performing build step for 'ascendc_kernels_npu_host' [100%] Building CXX object CMakeFiles/device_obj.dir/home/HwHiAiUser/code/samples/operator/AddCustomSample/KernelLaunch/AddKernelInvocationTilingNeo/build/auto_gen/ascendc_kernels_npu/auto_gen_add_custom.cpp.o [100%] Building CXX object CMakeFiles/host_bisheng_obj.dir/home/HwHiAiUser/code/samples/operator/AddCustomSample/KernelLaunch/AddKernelInvocationTilingNeo/add_custom.cpp.o [100%] Built target host_bisheng_obj [ 75%] Performing install step for 'ascendc_kernels_npu_host' [100%] Building CXX object CMakeFiles/host_bisheng_obj.dir/home/HwHiAiUser/code/samples/operator/AddCustomSample/KernelLaunch/AddKernelInvocationTilingNeo/add_custom.cpp.o [100%] Built target host_bisheng_obj Install the project... -- Install configuration: "Debug" -- Installing: /home/HwHiAiUser/code/samples/operator/AddCustomSample/KernelLaunch/AddKernelInvocationTilingNeo/build/ascendc_kernels_npu_host_dir/./objects-Debug/host_bisheng_obj/home/HwHiAiUser/code/samples/operator/AddCustomSample/KernelLaunch/AddKernelInvocationTilingNeo/add_custom.cpp.o [ 78%] Completed 'ascendc_kernels_npu_host' [ 78%] Built target ascendc_kernels_npu_host In file included from /home/HwHiAiUser/code/samples/operator/AddCustomSample/KernelLaunch/AddKernelInvocationTilingNeo/build/auto_gen/ascendc_kernels_npu/auto_gen_add_custom.cpp:7: In file included from /home/HwHiAiUser/code/samples/operator/AddCustomSample/KernelLaunch/AddKernelInvocationTilingNeo/add_custom.cpp:11: In file included from /home/HwHiAiUser/Ascend/ascend-toolkit/latest/tools/tikcpp/tikcfw/kernel_operator.h:27: In file included from /home/HwHiAiUser/Ascend/ascend-toolkit/latest/tools/tikcpp/tikcfw/interface/kernel_operator_intf.h:25: In file included from /home/HwHiAiUser/Ascend/ascend-toolkit/latest/tools/tikcpp/tikcfw/interface/kernel_operator_dump_tensor_intf.h:28: /home/HwHiAiUser/Ascend/ascend-toolkit/latest/tools/tikcpp/tikcfw/impl/dav_m200/kernel_operator_dump_tensor_impl.h:116:14: warning: 'SetAddr' is deprecated: NOTICE: SetAddr has been deprecated and will be removed in the next version. Please do not use it! [-Wdeprecated-declarations] tmpLocal.SetAddr(tbuf_tmpLocal); ^ /home/HwHiAiUser/Ascend/ascend-toolkit/latest/tools/tikcpp/tikcfw/impl/dav_m200/kernel_operator_dump_tensor_impl.h:159:5: note: in instantiation of function template specialization 'AscendC::InitTmpTensor<unsigned char>' requested here InitTmpTensor(tmpLocal, (uint8_t)QuePosition::VECIN); ^ /home/HwHiAiUser/Ascend/ascend-toolkit/latest/tools/tikcpp/tikcfw/impl/kernel_tensor_base.h:117:7: note: 'SetAddr' has been explicitly marked deprecated here [[deprecated("NOTICE: SetAddr has been deprecated and will be removed in the next version. " ^ In file included from /home/HwHiAiUser/code/samples/operator/AddCustomSample/KernelLaunch/AddKernelInvocationTilingNeo/build/auto_gen/ascendc_kernels_npu/auto_gen_add_custom.cpp:7: In file included from /home/HwHiAiUser/code/samples/operator/AddCustomSample/KernelLaunch/AddKernelInvocationTilingNeo/add_custom.cpp:11: In file included from /home/HwHiAiUser/Ascend/ascend-toolkit/latest/tools/tikcpp/tikcfw/kernel_operator.h:27: In file included from /home/HwHiAiUser/Ascend/ascend-toolkit/latest/tools/tikcpp/tikcfw/interface/kernel_operator_intf.h:25: In file included from /home/HwHiAiUser/Ascend/ascend-toolkit/latest/tools/tikcpp/tikcfw/interface/kernel_operator_dump_tensor_intf.h:28: In file included from /home/HwHiAiUser/Ascend/ascend-toolkit/latest/tools/tikcpp/tikcfw/impl/dav_m200/kernel_operator_dump_tensor_impl.h:29: /home/HwHiAiUser/Ascend/ascend-toolkit/latest/tools/tikcpp/tikcfw/impl/kernel_pop_stack_buffer.h:57:14: warning: 'SetAddr' is deprecated: NOTICE: SetAddr has been deprecated and will be removed in the next version. Please do not use it! [-Wdeprecated-declarations] popLocal.SetAddr(addr); ^ /home/HwHiAiUser/Ascend/ascend-toolkit/latest/tools/tikcpp/tikcfw/lib/filter/../../impl/filter/dropout/dropout_membase_impl.h:43:16: note: in instantiation of function template specialization 'AscendC::PopStackBuffer<short, AscendC::TPosition::VECCALC>' requested here bool ans = PopStackBuffer<int16_t, TPosition::LCM>(stackBuffer); ^ /home/HwHiAiUser/Ascend/ascend-toolkit/latest/tools/tikcpp/tikcfw/impl/kernel_tensor_base.h:117:7: note: 'SetAddr' has been explicitly marked deprecated here [[deprecated("NOTICE: SetAddr has been deprecated and will be removed in the next version. " ^ In file included from /home/HwHiAiUser/code/samples/operator/AddCustomSample/KernelLaunch/AddKernelInvocationTilingNeo/build/auto_gen/ascendc_kernels_npu/auto_gen_add_custom.cpp:7: In file included from /home/HwHiAiUser/code/samples/operator/AddCustomSample/KernelLaunch/AddKernelInvocationTilingNeo/add_custom.cpp:11: In file included from /home/HwHiAiUser/Ascend/ascend-toolkit/latest/tools/tikcpp/tikcfw/kernel_operator.h:24: /home/HwHiAiUser/Ascend/ascend-toolkit/latest/tools/tikcpp/tikcfw/impl/kernel_tpipe_impl.h:378:12: warning: 'SetAddr' is deprecated: NOTICE: SetAddr has been deprecated and will be removed in the next version. Please do not use it! [-Wdeprecated-declarations] tensor.SetAddr(addr); ^ /home/HwHiAiUser/Ascend/ascend-toolkit/latest/tools/tikcpp/tikcfw/impl/kernel_tpipe_impl.h:64:12: note: in instantiation of function template specialization 'AscendC::TQueBind<AscendC::TPosition::GM, AscendC::TPosition::VECIN, 2, 0>::Buf2Tensor<half>' requested here return Buf2Tensor<T>(buf); ^ /home/HwHiAiUser/code/samples/operator/AddCustomSample/KernelLaunch/AddKernelInvocationTilingNeo/add_custom.cpp:44:45: note: in instantiation of function template specialization 'AscendC::TQueBind<AscendC::TPosition::GM, AscendC::TPosition::VECIN, 2, 0>::AllocTensor<half>' requested here LocalTensor<half> xLocal = inQueueX.AllocTensor<half>(); ^ /home/HwHiAiUser/Ascend/ascend-toolkit/latest/tools/tikcpp/tikcfw/impl/kernel_tensor_base.h:117:7: note: 'SetAddr' has been explicitly marked deprecated here [[deprecated("NOTICE: SetAddr has been deprecated and will be removed in the next version. " ^ In file included from /home/HwHiAiUser/code/samples/operator/AddCustomSample/KernelLaunch/AddKernelInvocationTilingNeo/build/auto_gen/ascendc_kernels_npu/auto_gen_add_custom.cpp:7: In file included from /home/HwHiAiUser/code/samples/operator/AddCustomSample/KernelLaunch/AddKernelInvocationTilingNeo/add_custom.cpp:11: In file included from /home/HwHiAiUser/Ascend/ascend-toolkit/latest/tools/tikcpp/tikcfw/kernel_operator.h:24: /home/HwHiAiUser/Ascend/ascend-toolkit/latest/tools/tikcpp/tikcfw/impl/kernel_tpipe_impl.h:378:12: warning: 'SetAddr' is deprecated: NOTICE: SetAddr has been deprecated and will be removed in the next version. Please do not use it! [-Wdeprecated-declarations] tensor.SetAddr(addr); ^ /home/HwHiAiUser/Ascend/ascend-toolkit/latest/tools/tikcpp/tikcfw/impl/kernel_tpipe_impl.h:64:12: note: in instantiation of function template specialization 'AscendC::TQueBind<AscendC::TPosition::VECOUT, AscendC::TPosition::GM, 2, 0>::Buf2Tensor<half>' requested here return Buf2Tensor<T>(buf); ^ /home/HwHiAiUser/code/samples/operator/AddCustomSample/KernelLaunch/AddKernelInvocationTilingNeo/add_custom.cpp:55:46: note: in instantiation of function template specialization 'AscendC::TQueBind<AscendC::TPosition::VECOUT, AscendC::TPosition::GM, 2, 0>::AllocTensor<half>' requested here LocalTensor<half> zLocal = outQueueZ.AllocTensor<half>(); ^ /home/HwHiAiUser/Ascend/ascend-toolkit/latest/tools/tikcpp/tikcfw/impl/kernel_tensor_base.h:117:7: note: 'SetAddr' has been explicitly marked deprecated here [[deprecated("NOTICE: SetAddr has been deprecated and will be removed in the next version. " ^ 4 warnings generated. [100%] Built target device_obj /home/HwHiAiUser/Ascend/ascend-toolkit/latest/tools/ccec_compiler/bin/ld.lld -m aicorelinux -n -Ttext=0 /home/HwHiAiUser/code/samples/operator/AddCustomSample/KernelLaunch/AddKernelInvocationTilingNeo/build/ascendc_kernels_npu_device-prefix/src/ascendc_kernels_npu_device-build/CMakeFiles/device_obj.dir/home/HwHiAiUser/code/samples/operator/AddCustomSample/KernelLaunch/AddKernelInvocationTilingNeo/build/auto_gen/ascendc_kernels_npu/auto_gen_add_custom.cpp.o -static -o /home/HwHiAiUser/code/samples/operator/AddCustomSample/KernelLaunch/AddKernelInvocationTilingNeo/build/ascendc_kernels_npu_merge_obj_dir/device.o ld.lld: warning: -n (--nmagic) and -N (--omagic) will be ignored [100%] Built target merge_device_obj [ 82%] No install step for 'ascendc_kernels_npu_device' [ 85%] Completed 'ascendc_kernels_npu_device' [ 85%] Built target ascendc_kernels_npu_device [ 85%] Built target ascendc_kernels_npu_merge_obj [ 89%] Building CXX object CMakeFiles/ascendc_kernels_npu_host_stub_obj.dir/auto_gen/ascendc_kernels_npu/host_stub.cpp.o [ 89%] Built target ascendc_kernels_npu_host_stub_obj [ 92%] Linking CXX shared library lib/libascendc_kernels_npu.so /home/HwHiAiUser/Ascend/ascend-toolkit/latest/bin/ascendc_pack_kernel /home/HwHiAiUser/code/samples/operator/AddCustomSample/KernelLaunch/AddKernelInvocationTilingNeo/build/CMakeFiles/ascendc_kernels_npu_host_stub_obj.dir/auto_gen/ascendc_kernels_npu/host_stub.cpp.o /home/HwHiAiUser/code/samples/operator/AddCustomSample/KernelLaunch/AddKernelInvocationTilingNeo/build/ascendc_kernels_npu_merge_obj_dir/device.o 0 /home/HwHiAiUser/code/samples/operator/AddCustomSample/KernelLaunch/AddKernelInvocationTilingNeo/build/CMakeFiles/ascendc_kernels_npu_host_stub_obj.dir/auto_gen/ascendc_kernels_npu/host_stub.cpp.o recompile: /usr/bin/c++ -fPIC -g -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -shared -Wl,-soname,libascendc_kernels_npu.so -o lib/libascendc_kernels_npu.so CMakeFiles/ascendc_kernels_npu_host_stub_obj.dir/auto_gen/ascendc_kernels_npu/host_stub.cpp.o /home/HwHiAiUser/code/samples/operator/AddCustomSample/KernelLaunch/AddKernelInvocationTilingNeo/build/ascendc_kernels_npu_host_dir/objects-Debug/host_bisheng_obj/home/HwHiAiUser/code/samples/operator/AddCustomSample/KernelLaunch/AddKernelInvocationTilingNeo/add_custom.cpp.o -L/home/HwHiAiUser/Ascend/ascend-toolkit/latest/lib64 -L/home/HwHiAiUser/Ascend/ascend-toolkit/latest/tools/simulator/Ascend310P1/lib /home/HwHiAiUser/Ascend/ascend-toolkit/latest/lib64/libascendc_runtime.a -lascend_dump -lc_sec [ 92%] Built target ascendc_kernels_npu [ 96%] Building CXX object CMakeFiles/ascendc_kernels_bbit.dir/main.cpp.o [100%] Linking CXX executable ascendc_kernels_bbit [100%] Built target ascendc_kernels_bbit -- Install configuration: "Debug" -- Installing: /home/HwHiAiUser/code/samples/operator/AddCustomSample/KernelLaunch/AddKernelInvocationTilingNeo/out/lib/libascendc_kernels_npu.so -- Installing: /home/HwHiAiUser/code/samples/operator/AddCustomSample/KernelLaunch/AddKernelInvocationTilingNeo/out/include -- Installing: /home/HwHiAiUser/code/samples/operator/AddCustomSample/KernelLaunch/AddKernelInvocationTilingNeo/out/include/ascendc_kernels_npu -- Installing: /home/HwHiAiUser/code/samples/operator/AddCustomSample/KernelLaunch/AddKernelInvocationTilingNeo/out/include/ascendc_kernels_npu/aclrtlaunch_triple_chevrons_func.h -- Installing: /home/HwHiAiUser/code/samples/operator/AddCustomSample/KernelLaunch/AddKernelInvocationTilingNeo/out/include/ascendc_kernels_npu/aclrtlaunch_add_custom.h -- Installing: /home/HwHiAiUser/code/samples/operator/AddCustomSample/KernelLaunch/AddKernelInvocationTilingNeo/out/bin/ascendc_kernels_bbit /home/HwHiAiUser/code/samples/operator/AddCustomSample/KernelLaunch/AddKernelInvocationTilingNeo/main.cpp:78 aclError:507015 15bfb0a1c3e9a7e96ca931978f6de427 output/golden.bin bb7df04e1b0a2570657527a7e108ae23 output/output_z.bin [ERROR] result error ``` 日志提供方式: 将日志打包后作为附件上传。若日志大小超出附件限制,则可上传至外部网盘后提供链接。 获取方法请参考wiki: https://gitee.com/ascend/modelzoo/wikis/%E5%A6%82%E4%BD%95%E8%8E%B7%E5%8F%96%E6%97%A5%E5%BF%97%E5%92%8C%E8%AE%A1%E7%AE%97%E5%9B%BE?sort_id=4097825
评论 (
5
)
登录
后才可以发表评论
状态
DONE
TODO
Feedback
Analysing
ACCEPTED
WIP
CLOSED
Replied
DONE
REJECTED
负责人
未设置
刘喜强
liu-xiqiang
负责人
协作者
+负责人
+协作者
标签
未设置
项目
未立项任务
未立项任务
里程碑
未关联里程碑
未关联里程碑
Pull Requests
未关联
未关联
关联的 Pull Requests 被合并后可能会关闭此 issue
分支
未关联
分支 (
-
)
标签 (
-
)
开始日期   -   截止日期
-
置顶选项
不置顶
置顶等级:高
置顶等级:中
置顶等级:低
优先级
不指定
严重
主要
次要
不重要
预计工期
(小时)
参与者(3)
1
https://gitee.com/ascend/samples.git
git@gitee.com:ascend/samples.git
ascend
samples
samples
点此查找更多帮助
搜索帮助
Git 命令在线学习
如何在 Gitee 导入 GitHub 仓库
Git 仓库基础操作
企业版和社区版功能对比
SSH 公钥设置
如何处理代码冲突
仓库体积过大,如何减小?
如何找回被删除的仓库数据
Gitee 产品配额说明
GitHub仓库快速导入Gitee及同步更新
什么是 Release(发行版)
将 PHP 项目自动发布到 packagist.org
仓库举报
回到顶部
登录提示
该操作需登录 Gitee 帐号,请先登录后再操作。
立即登录
没有帐号,去注册