Paddle icon indicating copy to clipboard operation
Paddle copied to clipboard

fix custom-npu op error in optional parameter

Open TBD1 opened this issue 1 year ago • 1 comments

PR Category

Custom Device

PR Types

Bug fixes

Description

fix custom-npu op error in optional parameter.

  1. The compilation of custom-npu become stuck when too many optional parameters are added to the custom-npu op. After commenting out some code in the op_meta_info.h, compilation resumes.
  2. Fix the problem of unequal values passed to optional parameters in python and C++ when py_None is passed.

TBD1 avatar Jul 16 '24 02:07 TBD1

你的PR提交成功,感谢你对开源项目的贡献! 请关注后续CI自动化测试结果,详情请参考Paddle-CI手册。 Your PR has been submitted. Thanks for your contribution! Please wait for the result of CI firstly. See Paddle CI Manual for details.

paddle-bot[bot] avatar Jul 16 '24 02:07 paddle-bot[bot]

Sorry to inform you that 13ba4e8's CIs have passed for more than 7 days. To prevent PR conflicts, you need to re-run all CIs manually.

paddle-ci-bot[bot] avatar Jul 24 '24 03:07 paddle-ci-bot[bot]