MindSpore报错Kernel launch failed, msg: Acl compile and execute failed, op_type_:AvgPoo0l13D
收藏回复举报
MindSpore报错Kernel launch failed, msg: Acl compile and execute failed, op_type_:AvgPoo0l13D
发表于2024-10-25 08:49:38
0 查看

1 系统环境

硬件环境(Ascend/GPU/CPU): Ascend910

MindSpore版本: mindspore=2.3.0

执行模式(PyNative/ Graph):不限

Python版本: Python=3.8

操作系统平台: linux

2 报错信息

2.1 问题描述

执行如下脚本时报错

2.2 脚本信息

x = ops.randn((1,216,64,64), dtype=ms.float32)
    out = ops.avg_pool2d(x, 2, stride=2, ceil_mode=True)
    print(out.shape)

2.3 报错信息

[ERROR] KERNEL (110510, ffff9e802ebe, python) :2024-@9-19-10:20:53.977.250 [mindspore/ccsrc/plugin/device/ascend/kernel/acl/acl_kernel_mod.cc:261] Launch] Kernel launch failed, msg: Acl compile and execute failed, op_type_:AvgPoo0l13D

3 根因分析

******此处由用户填写******

4 解决方案

******此处由用户填写******

包含文字方案和最终脚本代码

请将正确的脚本打包并上传附件

我要发帖子