310p服务器上推理模型出现错误
收藏回复举报
310p服务器上推理模型出现错误
t('forum.solved') 已解决
发表于2025-05-16 10:45:23
0 查看
File "python3.10/site-packages/torch/nn/functional.py", line 796, in _max_pool2d

    return torch.max_pool2d(input, kernel_size, stride, padding, dilation, ceil_mode)

RuntimeError: call aclnnMaxPool2dWithMask failed, detail:EZ1001: 2025-05-16-02:23:50.592.902 self not implemented for DT_FLOAT, should be in dtype support list [].

        TraceBack (most recent call last):

        Parse dynamic kernel config fail.

        AclOpKernelInit failed opType

        Op BNInfer does not has any binary.

        Kernel GetWorkspace failed. opType: 3

        Op Swish does not has any binary.

        Kernel GetWorkspace failed. opType: 4

        Op Add does not has any binary.

        Kernel GetWorkspace failed. opType: 5

        Op ConcatD does not has any binary.

        Kernel GetWorkspace failed. opType: 6

        Op Sigmoid does not has any binary.

        Kernel GetWorkspace failed. opType: 7

        Op Mul does not has any binary.

        Kernel GetWorkspace failed. opType: 8

        self not implemented for DT_FLOAT, should be in dtype support list [].

CANN版本是8.0.RC2

我要发帖子