PaddlePaddle / PaddleCustomDevice

PaddlePaddle custom device implementaion. (『飞桨』自定义硬件接入实现)
Apache License 2.0
70 stars 148 forks source link

[NPU] fix conv2d question & ut. #1339

Closed xuanyuanminzheng closed 4 months ago

xuanyuanminzheng commented 4 months ago

(1) question: The CANN of 530 and later versions performs null pointer check on all conv2d inputs. (2) UT: UT problem can be solved by using jit_compile=False.

paddle-bot[bot] commented 4 months ago

Thanks for your contribution!