1. 03 4月, 2023 1 次提交
  2. 31 3月, 2023 1 次提交
  3. 28 3月, 2023 1 次提交
  4. 23 3月, 2023 1 次提交
  5. 21 3月, 2023 1 次提交
  6. 20 3月, 2023 1 次提交
  7. 15 3月, 2023 1 次提交
    • R
      optimizing setup.py develop command (#51528) · e4e3675f
      risemeup1 提交于
      * optimizing setup.py develop command
      
      * add libpaddle.so
      
      * modify setup.py
      
      * add python/paddle/distributed/fleet/.gitignore
      
      * add libpaddle.so to .gitignore
      
      * add *.so to python/paddle/libs/.gitignore
      
      * add new gitignore
      e4e3675f
  8. 09 3月, 2023 1 次提交
  9. 07 3月, 2023 1 次提交
  10. 06 3月, 2023 1 次提交
  11. 01 3月, 2023 2 次提交
    • C
      Integration flash attention (#49869) · 61611786
      Chitsing KUI 提交于
      * flash attn
      
      * seed
      
      * almost
      
      * softmax
      
      * fix workspace
      
      * add unitest; linux only
      
      * fix setup
      
      * fix datatype include
      
      * fix setup typo
      
      * fix def scope
      
      * new error api
      
      * use paddle fork
      
      * fix attr bug; complete ut
      
      * update flash hash
      
      * fix rng reset
      
      * fix offset
      
      * fix comments
      61611786
    • W
      [Fluidclean]move fluid.transpiler to distributed.transpiler (#51025) · 51aa2129
      wangxiaoning 提交于
      * remove transpiler
      
      * Revert "remove transpiler"
      
      This reverts commit 46044ccd52011d45d7026786d331f264a6a8f645.
      
      * Revert "Revert "remove transpiler""
      
      This reverts commit 80ad0945401b5b5efebac4baee0ec50a793d4405.
      
      * codestyle
      
      * fix setup
      
      * fix
      
      * fix
      51aa2129
  12. 27 2月, 2023 2 次提交
  13. 24 2月, 2023 1 次提交
  14. 22 2月, 2023 1 次提交
  15. 21 2月, 2023 1 次提交
  16. 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
  17. 17 2月, 2023 2 次提交
  18. 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
  19. 15 2月, 2023 2 次提交
  20. 13 2月, 2023 1 次提交
  21. 10 2月, 2023 1 次提交
  22. 29 1月, 2023 1 次提交
  23. 16 1月, 2023 2 次提交
  24. 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
  25. 12 1月, 2023 1 次提交
  26. 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
  27. 05 1月, 2023 3 次提交
  28. 04 1月, 2023 1 次提交
  29. 30 12月, 2022 1 次提交
  30. 28 12月, 2022 1 次提交
  31. 27 12月, 2022 1 次提交