1. 22 2月, 2023 1 次提交
  2. 21 2月, 2023 1 次提交
  3. 20 2月, 2023 3 次提交
    • W
      [RM FLUID] trainer_pass&heter_trainer_pass (#50610) · 43622a20
      wangzhen38 提交于
      * [RM FLUID] trainer_pass&heter_trainer_pass
      * [RM FLUID] rm distributed_strategy
      43622a20
    • H
      [Cpp Extension] Support Cpp Extension (#49893) · 2a0563fa
      HongyuJia 提交于
      * update include directory
      
      * fully support C++ extension, pass unittest
      
      * fix include directory
      
      * support both extension and operator in one file
      
      * polish testcase
      
      * add jit unittest
      
      * update third_party.cmake, pass CI test
      
      * fix cmake
      
      * fix setup
      
      * fix inference, fix unittest precision
      
      * fix unittest precision
      
      * fix inference_lib cmake
      
      * try fix setup, try fix inference_lib
      
      * try fix inference_lib pybind
      
      * fix mix_op_extension, fix inference_lib
      
      * fix mix_op_extension, fix inference_lib
      
      * change cmake
      
      * change cmake
      
      * add compile flags
      
      * add Python.h headerfile
      
      * add test_custom_plugin_creater cmake
      
      * comment compile flag
      
      * pass all CI
      
      * pass all CI
      
      * comment compile flag
      
      * try solve test_custom_plugin_creater link error
      
      * try solve test_custom_plugin_creater link error
      
      * polish codes
      
      * remove windows compile flag
      
      * remove python_include_path
      
      * update pybind11, 2.4.3->2.6.0
      
      * update pybind11, 2.6.0->2.10.0
      
      * update pybind11, 2.10.0->2.6.0b1
      
      * update pybind11, 2.6.0b1->2.6.0, start fix unittest
      
      * fix pybind11 2.6.0 VarBase print error
      
      * fix pybind11 2.6.0 VarBase print error
      
      * handle PADDLE_ON_INFERENCE
      
      * modify according to reviewer
      
      * fix cmake
      
      * cmake decouple pybind_util when not ON_INFER
      
      * cmake decouple pybind_util when not ON_INFER
      
      * remove copy of inference_lib.cmake
      
      * change pybind.cc headerfile fluid->phi
      2a0563fa
    • W
      [Fluid clean]clean fluid.transpiler.details (#50564) · 167e6488
      wangxiaoning 提交于
      * move fluid.transpiler.details
      
      * fix setup
      
      * fix
      
      * fix setup
      
      * add setup
      167e6488
  4. 17 2月, 2023 2 次提交
  5. 16 2月, 2023 1 次提交
    • W
      Add Post-Training Quantization and export function in dygraph mode (#50107) · b7030257
      whs 提交于
      Add PTQ and exporting function
      1. Add Post-Training Quantization
      1.1 Abstract some functions from QAT to Quantization class
      1.2 Add Post-Training Quantization by extending Quantization class
      1.3 Add observers for PTQ
      1.4 Add unittest for PTQ
      2. Add exporting function for QAT and PTQ
      b7030257
  6. 15 2月, 2023 2 次提交
  7. 13 2月, 2023 1 次提交
  8. 10 2月, 2023 1 次提交
  9. 29 1月, 2023 1 次提交
  10. 16 1月, 2023 2 次提交
  11. 13 1月, 2023 1 次提交
    • R
      use setup.py to compile (#49583) · 0d5cf85a
      risemeup1 提交于
      * test
      
      * find paddlepaddle-0.0.0-cp37-cp37m-macosx_10_14_x86_64.whl
      
      * test
      
      * debug
      
      * debug
      
      * debug
      
      * debug
      
      * debug
      
      * debug
      
      * test
      
      * test
      
      * modify inference_problem
      
      * modify gen_fluid_lib_by_Setup
      
      * debug
      
      * debug
      
      * debug
      
      * debug
      
      * debug
      
      * debug
      
      * modify env_dict.py.in
      
      * modify setup.py
      
      * modify env_dict.py
      
      * fix bug
      0d5cf85a
  12. 12 1月, 2023 1 次提交
  13. 11 1月, 2023 1 次提交
    • W
      Add API for quantization-aware training in dygraph mode (#49398) · b53888e7
      whs 提交于
      * Add tools for quantization-aware training
      1. Expose an API named paddle.quantization.QAT
      2. Define a wrapper class to insert quanters into model for QAT
      3. Add some functions in QuantConfig for QAT
      4. Add unittest for QAT
      
      * Add QuantedConv2D and QuantedLinear for QAT
      
      * Add paddle.nn.quant.qat to setup.py
      b53888e7
  14. 05 1月, 2023 3 次提交
  15. 04 1月, 2023 1 次提交
  16. 30 12月, 2022 1 次提交
  17. 28 12月, 2022 1 次提交
  18. 27 12月, 2022 1 次提交
  19. 25 12月, 2022 1 次提交
    • R
      support cinn ci (#48931) · 91cdd295
      risemeup1 提交于
      * support cinn ci
      
      * modify .whl dir
      
      * support CINN
      
      * support cinn
      
      * support kunlun200 and kunlun200test
      
      * support cinn
      
      * fix tests in kunlun200
      
      * fix bug that can't find libxpu.so.1
      
      * test
      91cdd295
  20. 23 12月, 2022 3 次提交
  21. 21 12月, 2022 1 次提交
    • G
      remove paddle.static.sparsity and move out sparsity from fluid (#48450) · b51a752f
      GGBond8488 提交于
      * move out sparsity from fluid
      
      * fix typro
      
      * fix circle import error
      
      * fix circle import
      
      * fix circle import
      
      * fix conflicts
      
      * remove paddle.static.sparsity
      
      * remove paddle.asp
      
      * Undo history modifications
      
      * remove sparsity in static package
      
      * modify setup.py
      
      * add missing modifications on unitest files
      
      * remove redundant sparsiy hierarchy
      
      * fix unitest file
      b51a752f
  22. 14 12月, 2022 1 次提交
    • R
      Support ninja (#48932) · f7514772
      risemeup1 提交于
      * move inplace_apis_indygraph_only from paddle.flud.dygraph.inplace_utils to paddle.utils
      
      * modify conflict
      
      * modify conflict
      
      * modify conflict
      
      * modify conflict
      
      * modify conflict
      
      * modify conflict
      
      * modify conflict
      
      * modify static-check ci error
      
      * fix conflict
      
      * modify failed tests
      
      * fix conflict
      
      * fix conflict
      
      * fix pool2d examples
      
      * modify conflict
      
      * fix failed tests
      
      * fix conflict
      
      * fix failed tests
      
      * modfiy problem of deleting pool2d
      
      * support Ninja in setup.py
      
      * support different cmake_generators
      
      * modify after reviewed
      
      * delete unused denotes
      f7514772
  23. 08 12月, 2022 3 次提交
  24. 05 12月, 2022 1 次提交
    • R
      Setuptools (#48301) · 9913da02
      risemeup1 提交于
      * test
      
      * test
      
      * test
      
      * test
      
      * test
      
      * suport setuptools for paddle
      
      * modify paddle_build.sh
      
      * modify paddle_build.sh
      
      * modify paddle_build.sh
      
      * modify paddle_build.sh
      
      * modify paddle_build.sh
      
      * test
      
      * modify setup.py
      
      * modify build_options
      
      * modify build_options
      
      * modify paddle_build.sh
      
      * modify setup.py
      
      * modify paddle_build.sh
      
      * modify setup.py
      
      * modify setup.py
      
      * modify setup.py
      
      * modify setup.py
      
      * modfiy paddle_build.sh
      
      * debug
      
      * debug
      
      * debug
      
      * dddd
      
      * debug
      
      * debug
      
      * debug
      
      * debug
      
      * debug
      
      * debug
      
      * debug
      
      * debug
      
      * debug
      
      * fix bug that no version.py
      
      * debug
      
      * debug
      
      * debug
      
      * debug
      
      * debug
      
      * debug
      
      * Delete .pre-commit-config.yaml
      
      * debug
      
      * support ninja
      
      * support ninja
      
      * debug
      
      * debug
      
      * debug
      
      * support setuptools for paddle
      
      * modify code style
      
      * debug
      
      * debug
      
      * debug
      
      * debug
      
      * 取消make clean
      
      * 取消make clean
      
      * debug
      
      * debug
      
      * debug
      
      * debug for py3
      
      * debug
      
      * debug
      
      * debug
      
      * 将mkdir_and_copy_file单独封装一个函数
      
      * modify paddle_build.sh
      
      * modify setup.py after zhangbo reviewd
      9913da02
  25. 21 9月, 2020 1 次提交
  26. 16 9月, 2020 1 次提交
  27. 07 9月, 2020 1 次提交
  28. 31 8月, 2020 1 次提交
    • Q
      Move hapi to python/paddle root dir. (#26442) · f7fb4c22
      qingqing01 提交于
      * Move hapi form paddle/incubate to paddle
      
      * Remove vision/datasets/utils.py and clean code
      
      * Add sample code for conll05
      
      * Print pull path when saving model
      
      * Fix sample code after paramter_list of SGD is changed to parameters
      
      * Fix bug in wmt16 datase
      f7fb4c22
  29. 21 8月, 2020 1 次提交
    • Q
      support Baidu Kunlun AI Accelerator (#25959) · 138ecf24
      QingshuChen 提交于
      * support Baidu AI Accelerator
        * test=kunlun
      
      * minor
       * test=kunlun
      
      * support xpu op in separate file
       * test=kunlun
      
      * update XPU error message and remove duplicated code
      
       * test=kunlun
      
      * minor
       * test=kunlun
      
      * minor
       * test=kunlun
      138ecf24