1. 15 12月, 2021 1 次提交
  2. 13 12月, 2021 1 次提交
  3. 15 11月, 2021 1 次提交
    • C
      [Pten] Refactor the implementation of custom operator (#37122) · 1e598f1a
      Chen Weihang 提交于
      * move extension into pten [no-verify]
      
      * append tensor methods by ext_tensor [no-verify]
      
      * append other tensor methods [no-verify]
      
      * ext related files tidy [no-verify]
      
      * include relation tidy [no-verify]
      
      * add pten tensor test [no-verify]
      
      * replace tensor in custom op & compile success
      
      * refine tensor constructor for unittest
      
      * custom relu jit run success
      
      * fix all custom op unittests
      
      * add inference cmake adapt [no-verify]
      
      * fix failed unittests
      
      * fix windows failed unittests
      
      * try to fix kunlun and inference failed
      
      * fix test_elementwise_api error
      
      * try to fix win compile failed
      
      * fix kunlun fp16 type error
      
      * remove useless haddle error macro
      
      * add custom linear op test
      
      * fix compile failed & add win symbols
      
      * fix non pten kernel cast failed
      
      * add dll decl for api
      
      * polish several deetails
      
      * polish details by review comment
      
      * add dll_decl for register
      1e598f1a
  4. 13 8月, 2021 1 次提交
  5. 07 5月, 2021 1 次提交
  6. 26 4月, 2021 3 次提交
  7. 21 4月, 2021 1 次提交
  8. 09 4月, 2021 1 次提交
  9. 30 3月, 2021 1 次提交
  10. 29 3月, 2021 1 次提交
  11. 19 3月, 2021 2 次提交
  12. 18 3月, 2021 1 次提交
  13. 15 3月, 2021 1 次提交
  14. 12 3月, 2021 1 次提交
  15. 10 3月, 2021 1 次提交
  16. 08 3月, 2021 1 次提交
  17. 03 3月, 2021 1 次提交
  18. 28 2月, 2021 2 次提交
  19. 27 2月, 2021 1 次提交
  20. 26 2月, 2021 4 次提交
  21. 25 2月, 2021 2 次提交
  22. 24 2月, 2021 3 次提交
  23. 23 2月, 2021 2 次提交
  24. 22 2月, 2021 1 次提交
  25. 20 2月, 2021 1 次提交
  26. 19 2月, 2021 3 次提交
  27. 18 2月, 2021 1 次提交
    • A
      [CustomOp] Support Compile multi ops at same time (#30920) · 4c9f96c9
      Aurelius84 提交于
      
      * add more unitest for ABI compatibility
      
      * add more unittest
      
      * refine warning style
      
      * support compile multi custom ops in same time
      
      * fix not import paddle in unittest
      
      * fix typo
      
      * add more unittest
      
      * add comment for details
      4c9f96c9