1. 06 5月, 2023 1 次提交
  2. 30 4月, 2023 1 次提交
  3. 27 4月, 2023 1 次提交
  4. 26 4月, 2023 2 次提交
  5. 23 4月, 2023 1 次提交
    • L
      relocate paddle/fluid/contrib/layers (#52820) · 802be98b
      LoneRanger 提交于
      * relocate metri_op.py
      
      * reloacte nn.py
      
      * fix bug
      
      * fix bug
      
      * fix bug
      
      * fix bug
      
      * fix bug
      
      * fix bug
      
      * fix variable->tensor and fix __all__
      
      * fix ctr_metric_bundle and sparse_embedding
      
      * fix bug of function init
      
      * fix bug of importing sparse_embedding and ctr_metric_bundle
      
      * fix bug
      
      * Update __init__.py
      802be98b
  6. 22 4月, 2023 1 次提交
  7. 21 4月, 2023 2 次提交
  8. 20 4月, 2023 1 次提交
  9. 19 4月, 2023 3 次提交
  10. 17 4月, 2023 1 次提交
  11. 14 4月, 2023 2 次提交
    • F
      1. modify set_value op, use Scalars to represent attr `values`, instead of a... · dd2a749a
      Feiyu Chan 提交于
      1. modify set_value op, use Scalars to represent attr `values`, instead of a bunch of attributs of various types; (#52408)
      
      2. add program converter and set_value op as an example, which provides the functionality to convert `paddle::framework::ProgramDesc` between old and new formats(the differences are mainly some operators with incompatible updates in the definition);
      3. program version and operator version map now are always saved when serializing `paddle::framework::ProgramDesc` to identify the version;
      3. provide an option `legacy_format=false` in  serialization of `paddle::framework::ProgramDesc`, it decided whether to convert ProgramDesc back to a legacy format, which is compatible for paddle 2.4.2 or earlier versions to load and execute;
      4. deserialization of `paddle::framework::ProgramDesc` is now automatically detecting whether the bytes it receives is in legacy format(contains any of the operators that has been incompatibly updated and have any attribute of type `Scalar`) and convert it to new format. But if you want a faithful deserialization without the automatic conversion, you can use protobuf's deserialization instead. Though it is not recommended, it can be used for the purpose of testing.
      dd2a749a
    • J
      【Prim】Add more infer var type (#52818) · 630d14f5
      Jiabin Yang 提交于
      * add more infer var type
      
      * fix split error
      
      * fix ut
      
      * fix top_k infer vartype
      
      * fix top_k infer vartype
      630d14f5
  12. 12 4月, 2023 2 次提交
    • H
      Modify LayerNorm Composite Rule (#52712) · a2060568
      Huihuang Zheng 提交于
      * [Do NOT merge] Expr PR on Composite
      
      * Expr PR on Composite
      
      * Revert some compsite experiment
      
      * Remove unnecessary composite code
      
      * Add rsqrt as sub primitives
      a2060568
    • C
      [Prim] Add instance_norm composite rule (#52203) · b0f17d05
      chenjian 提交于
      * fix
      
      * fix
      
      * fix
      
      * fix
      
      * fix
      
      * fix
      
      * fix
      
      * fix
      
      * fix
      
      * fix
      
      * fix
      
      * fix
      
      * fix
      
      * fix
      
      * fix
      
      * isamp
      
      * gpu
      
      * cpu
      
      * noamp
      
      * fix instance_norm
      
      * fix
      
      * fix unit test
      
      * fix unit test
      
      * add unit test
      
      * fix
      
      * add big data tests
      
      * fix
      
      * fix
      
      * fix
      
      * fix
      
      * fix
      
      * fix
      
      * fix
      
      * add test case
      
      * fix
      
      * fix
      
      * fix
      
      * fix
      
      * fix
      
      * remove amp test
      
      ---------
      Co-authored-by: Nheyanru01 <429520051@qq.com>
      b0f17d05
  13. 10 4月, 2023 1 次提交
  14. 04 4月, 2023 3 次提交
  15. 03 4月, 2023 2 次提交
  16. 31 3月, 2023 2 次提交
  17. 30 3月, 2023 2 次提交
  18. 29 3月, 2023 2 次提交
  19. 28 3月, 2023 5 次提交
  20. 27 3月, 2023 1 次提交
  21. 25 3月, 2023 1 次提交
  22. 24 3月, 2023 1 次提交
    • Z
      Memory Efficient Attention (#51867) · e5ad3859
      ZhangDY-6483 提交于
      * first version, notest
      
      * return final rst, notest
      
      * use infinity() instead of max
      
      * ut structure
      
      * start up of ut
      
      * generate lse
      
      * update
      
      * add depense
      
      * reconstruct cmake
      
      * move file
      
      * add memory efficient attention and fix blasimpl
      
      * update
      
      * update cmake
      
      * add namespace
      
      * update cmake
      
      * use .cu
      
      * update for pad3d
      
      * bug fix
      
      * bug fix
      
      * update
      
      * bug fix
      
      * update enforce
      
      * add test case
      
      * merge the lse pad
      
      * fix kernel_fn of backward
      
      * fix PADDLE_ENFORCE_EQ and phi_api
      
      * fix PADDLE_ENFORCE
      
      * fix PADDLE_ENFORCE
      
      * rerun coverage
      
      * fix memory efficient attention test
      
      * rerun ci
      
      * add cuda version condition
      
      * add cuda version condition
      
      * delete WIP test
      
      * replace PADDLE_ENFORCE
      
      * edit the namespace of datatype in multiple.cc
      
      * rerun
      
      * rerun
      
      ---------
      Co-authored-by: Nliuyuang <liuyuang@baidu.com>
      e5ad3859
  23. 23 3月, 2023 2 次提交