1. 20 2月, 2022 1 次提交
  2. 26 1月, 2022 1 次提交
  3. 25 1月, 2022 1 次提交
  4. 20 1月, 2022 1 次提交
  5. 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
  6. 16 12月, 2021 1 次提交
  7. 23 11月, 2021 1 次提交
  8. 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
  9. 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
  10. 19 10月, 2021 1 次提交
  11. 25 8月, 2021 1 次提交
  12. 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
  13. 21 6月, 2021 1 次提交
  14. 18 6月, 2021 1 次提交
  15. 02 6月, 2021 1 次提交
  16. 01 6月, 2021 1 次提交
  17. 27 5月, 2021 1 次提交
  18. 24 4月, 2021 1 次提交
  19. 19 3月, 2021 1 次提交
  20. 18 3月, 2021 1 次提交
  21. 04 3月, 2021 1 次提交
  22. 27 2月, 2021 1 次提交
  23. 20 2月, 2021 1 次提交
  24. 12 1月, 2021 1 次提交
  25. 07 12月, 2020 1 次提交
  26. 05 12月, 2020 1 次提交
  27. 12 10月, 2020 1 次提交
  28. 24 9月, 2020 1 次提交
  29. 23 9月, 2020 1 次提交
  30. 22 9月, 2020 1 次提交
  31. 26 8月, 2020 1 次提交
  32. 25 8月, 2020 1 次提交
  33. 21 7月, 2020 1 次提交
  34. 02 7月, 2020 1 次提交
  35. 01 6月, 2020 2 次提交
  36. 28 5月, 2020 1 次提交
  37. 21 5月, 2020 1 次提交
  38. 01 5月, 2020 1 次提交
  39. 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