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