1. 27 1月, 2022 1 次提交
  2. 24 1月, 2022 1 次提交
    • z8hanghuan's avatar
      support sparse of adam, *test=kunlun (#38483) · e106901e
      z8hanghuan 提交于
      * support sparse of adam, *test=kunlun
      
      * add pre-commit-config.yaml
      
      * support sparse of adam in KL2,*test=kunlun
      
      * support sparse of adam in KL2, *test=kunlun
      
      * modify xpu.cmake, *test=kunlun
      
      * support sparse of adam, rm some wait, *test=kunlun
      
      * support sparse of adam, rm some wait, *test=kunlun
      
      * support sparse of adam, *test=kunlun
      
      * support sparse of adam, *test=kunlun
      
      * support sparse of adam, *test=kunlun
      
      * support sparse of adam, *test=kunlun
      
      * support sparse of adam, *test=kunlun
      e106901e
  3. 14 1月, 2022 1 次提交
  4. 12 1月, 2022 1 次提交
  5. 11 1月, 2022 1 次提交
  6. 05 1月, 2022 1 次提交
  7. 30 12月, 2021 1 次提交
  8. 29 12月, 2021 1 次提交
  9. 20 12月, 2021 1 次提交
  10. 18 12月, 2021 1 次提交
  11. 16 12月, 2021 1 次提交
  12. 07 12月, 2021 2 次提交
  13. 06 12月, 2021 1 次提交
  14. 03 12月, 2021 1 次提交
  15. 01 12月, 2021 1 次提交
  16. 29 11月, 2021 2 次提交
  17. 26 11月, 2021 1 次提交
  18. 25 11月, 2021 1 次提交
  19. 19 11月, 2021 2 次提交
  20. 17 11月, 2021 1 次提交
    • P
      Upgrade oneDNN to v2.4.4 (#36226) · d08753df
      piotrekobiIntel 提交于
      * upgrade oneDNN to v2.4-rc
      
      * Removed failing test
      
      * Revert "Removed failing test"
      
      This reverts commit 60e70e717fac2c86b7beb24dfa1343a5804ea455.
      
      * Remove most tests for debugging purposes
      
      * Update hash to oneDNN 2.4
      
      * Revert test change
      
      * Update oneDNN to 2.4.2
      
      * Update oneDNN to 2.4.3
      
      * Change oneDNN version to 2.3 for Jenkins test
      
      * Revert "Change oneDNN version to 2.3 for Jenkins test"
      
      This reverts commit 0b176defc3b63f65dd0ba85873a018534f287000.
      
      * Update oneDNN to 2.4.4
      
      * Change version of oneDNN to 2.3 for new Jenkins test
      
      * Revert "Change version of oneDNN to 2.3 for new Jenkins test"
      
      This reverts commit e005a0f78f2b41cdcf4d7de3a21df7f910b78268.
      d08753df
  21. 11 11月, 2021 1 次提交
  22. 09 11月, 2021 2 次提交
  23. 06 11月, 2021 1 次提交
  24. 02 11月, 2021 1 次提交
  25. 01 11月, 2021 2 次提交
  26. 28 10月, 2021 1 次提交
    • Z
      Fix several bugs for enabling Paddle to train with CINN. (#36739) · c93331c5
      Zhen Wang 提交于
      * Update the content of `test_parallel_executor_run_cinn.py`.
      
      * Fix some bugs in the topological sort and `CreateNewSubGraph`.
      
      * Update the CINN commit id used by Paddle.
      
      * Update the unit test to `add+relu`.
      
      * Update according to reviewers' suggestion.
      c93331c5
  27. 25 10月, 2021 1 次提交
    • T
      add some ops to train ssd on kunlun (#36407) · 50778ad6
      TTerror 提交于
      * add some ops to train ssd on kunlun
      
      * add some ops to train ssd on kunlun
      
      * add some ops to train ssd on kunlun
      
      * update cast op unittest
      
      * update cast op unittest
      
      * update cast op unittest
      
      * update xpu cmake
      
      * update cast unittest
      50778ad6
  28. 23 10月, 2021 1 次提交
    • H
      New Paddle-CINN Compile PR (#36584) · ab732884
      Huihuang Zheng 提交于
      This PR added some changes to match the CINN change for compilation. It also tried to fix JiangCheng's Problem in PR: https://github.com/PaddlePaddle/Paddle/pull/36100
      
      These changes include:
      1. Set `CINN_GIT_TAG` to a newer tag
      2. CINN now just `make cinnapi -j`
      3. We have to add `-DPY_VERSION=${PY_VERSION} -DWITH_TESTING=ON` to CINN cmake args
      4. For CINN's third party dependencies, we could just include headers without target_link_libraries
      5. Moved `cinn.cmake` from `paddle/cmake` to `paddle/cmake/external` to match old style. External folder contains `lite`, which is the same level of `cinn`
      6. CINN added `-DNAMESPACE=cinn_gflags` in `gflags.cmake` to have different gflag namespaces between CINN and Paddle. It solved re-define problem.
      7. Change namespace of `::google::` in gflags to `::GFLAGS_NAMESPACE`
      ab732884
  29. 20 10月, 2021 2 次提交
    • 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
    • W
      adapt to cann5.0.3_alpha3. (#36106) · 873ee4e3
      wuhuachaocoding 提交于
      873ee4e3
  30. 19 10月, 2021 1 次提交
  31. 14 10月, 2021 1 次提交
  32. 28 9月, 2021 1 次提交
  33. 24 9月, 2021 1 次提交
  34. 23 9月, 2021 1 次提交