1. 25 1月, 2022 1 次提交
  2. 20 1月, 2022 1 次提交
  3. 22 12月, 2021 1 次提交
    • C
      [PTen] Add cmake function for kernels (#38311) · e6310dbd
      Chen Weihang 提交于
      * add pten kernel cmake
      
      * add pten kernel cmake function
      
      * fix compile error
      
      * add enforce include for full kernel
      
      * fix compile failed
      
      * change cuda to gpu
      
      * fix cmake function error
      e6310dbd
  4. 16 12月, 2021 1 次提交
  5. 23 11月, 2021 1 次提交
  6. 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
  7. 20 10月, 2021 1 次提交
    • S
      Add FasterTokenizer Operator (#34491) · 3f2d6a3f
      Steffy-zxf 提交于
      Add Tokenizer related functionalities for Transformer model in order that the process of training and predicting is consistent.
      
      * support the text string as an input Tensor
      * support the "VOCAB"unordered_map<wstring, int> as an input Tensor to lookup tokens
      * Tokenizer used for BERT. This tokenizer applies an end-to-end, text string to wordpiece tokenization.
      * It first applies basic tokenization, followed by wordpiece tokenization.
      3f2d6a3f
  8. 19 10月, 2021 1 次提交
  9. 25 8月, 2021 1 次提交
  10. 10 8月, 2021 1 次提交
    • C
      copy boost/any.hpp to utils and replace boost::any with self defined any (#34613) · 12892929
      chentianyu03 提交于
      * add any.hpp to utils and replace boost::any with self defined paddle::any
      
      * add copy any.hpp to custom op depends
      
      * modify any.hpp include path
      
      * remove boost from setup.py.in
      
      * add copy any.hpp to custom op depends
      
      * move any.hpp to paddle/utils/ dirs
      
      * move any.h to extension/include direction
      
      * copy utils to right directions
      12892929
  11. 21 6月, 2021 1 次提交
  12. 18 6月, 2021 1 次提交
  13. 02 6月, 2021 1 次提交
  14. 01 6月, 2021 1 次提交
  15. 27 5月, 2021 1 次提交
  16. 24 4月, 2021 1 次提交
  17. 19 3月, 2021 1 次提交
  18. 18 3月, 2021 1 次提交
  19. 04 3月, 2021 1 次提交
  20. 27 2月, 2021 1 次提交
  21. 20 2月, 2021 1 次提交
  22. 12 1月, 2021 1 次提交
  23. 07 12月, 2020 1 次提交
  24. 05 12月, 2020 1 次提交
  25. 12 10月, 2020 1 次提交
  26. 24 9月, 2020 1 次提交
  27. 23 9月, 2020 1 次提交
  28. 22 9月, 2020 1 次提交
  29. 26 8月, 2020 1 次提交
  30. 25 8月, 2020 1 次提交
  31. 21 7月, 2020 1 次提交
  32. 02 7月, 2020 1 次提交
  33. 01 6月, 2020 2 次提交
  34. 28 5月, 2020 1 次提交
  35. 21 5月, 2020 1 次提交
  36. 01 5月, 2020 1 次提交
  37. 20 4月, 2020 1 次提交
    • Z
      Optimize the error messages of paddle CUDA API (#23816) · 78170037
      Zhou Wei 提交于
      * Optimize the error messages of paddle CUDA API, test=develop
      
      * fix the error messages of paddle CUDA API, test=develop
      
      * Refactoring PADDLE_ENFORCE_CUDA_SUCCESS, and apply to curand/cudnn/cublas/NCCL,test=develop
      
      * remove build_ex_string,test=develop
      
      * merge conflict,test=develop
      78170037
  38. 09 4月, 2020 1 次提交
    • M
      Remove: NGraph engine from PDPD repository (#23545) · 3baaee9a
      mozga-intel 提交于
      * Remove the NGraph engine from PDPD repository
      1. Each operator was removed from the operator's directory
      2. Each test was removed from the unittest directory
      3. The parallel executor support was removed from the PDPD
      4. The CMake file was removed from the PDPD
      5. The NG flags were removed from the repository
      test=develop
      
      * Remove ngraph from:
      1. Cmake file
      2. Python file
      test=develop
      3baaee9a
  39. 14 2月, 2020 1 次提交