1. 04 9月, 2021 1 次提交
    • Z
      Add function to disable paddle signal handler (#34577) (#35366) · 06d47ff7
      Zhanlue Yang 提交于
      * Add function to disable paddle signal handler
      
      Paddle used google::InstallFaultSignalHandler to handle selected system signals,
      mainly for debugging and bug report purposes.
      
      However, this can be conflicted with other python packages whoever captures similar signals.
      Such python package involves tvm and more
      
      To resolve this issue, we support a function to disable signal handler
      
      * Remove signal test from WIN32 platform
      
      * Remove redundant return from disable_signal_handler() function
      
      * Add detailed messages to en_doc
      06d47ff7
  2. 03 9月, 2021 1 次提交
  3. 29 7月, 2021 1 次提交
  4. 27 7月, 2021 2 次提交
  5. 21 7月, 2021 1 次提交
    • P
      [cherry-pick] enable remove grad op of linux/win compile scripts (#34295) · 4707db91
      Peihan 提交于
      * Update paddle_build.bat to remove op grad when build windows inference lib (#33800)
      
      1. check status of remove op grad shell scripts
      2. Update paddle_build.bat to remove op grad when build windows inference lib
      3. add inference demo test after build finish
      
      * Update paddle_build.sh for remove op grad when compile c++ inference lib (#33798)
      
      * fix zip inference library bug (#34025)
      Co-authored-by: zhouweiwei2014's avatarZhou Wei <1183042833@qq.com>
      4707db91
  6. 19 7月, 2021 2 次提交
  7. 15 7月, 2021 1 次提交
  8. 12 7月, 2021 1 次提交
  9. 09 7月, 2021 2 次提交
  10. 05 7月, 2021 1 次提交
  11. 01 7月, 2021 2 次提交
  12. 28 6月, 2021 1 次提交
  13. 22 6月, 2021 2 次提交
  14. 21 6月, 2021 2 次提交
  15. 18 6月, 2021 3 次提交
  16. 17 6月, 2021 2 次提交
  17. 16 6月, 2021 4 次提交
  18. 15 6月, 2021 5 次提交
  19. 12 6月, 2021 1 次提交
  20. 11 6月, 2021 3 次提交
  21. 10 6月, 2021 2 次提交