1. 15 3月, 2023 2 次提交
  2. 14 3月, 2023 8 次提交
  3. 13 3月, 2023 2 次提交
  4. 10 3月, 2023 2 次提交
    • P
      Align auc with distps (#51434) · d69bb1da
      pangengzheng 提交于
      * support run haokanctr model in heterps-models
      
      * polish setup.py
      
      * polish JVM_LIB in evn_dict
      
      * align infer auc with DistPsArch pre-stable
      d69bb1da
    • S
      Add attn_bias.py of xformers (#51387) · 54331f1a
      sneaxiy 提交于
      * add attn_bias.py
      
      * add Python interface
      
      * add license
      
      * add test_attn_bias.py
      
      * fix CPU test error
      
      * fix ci error
      54331f1a
  5. 09 3月, 2023 3 次提交
    • Z
      Remove paddle.fluid.layers.utils.* (#51033) · 86e990d4
      zqw_1997 提交于
      * move fluid.utils to paddle.utils.layers_utils
      
      * fix error
      
      * delete original fluid layers utils
      
      * remove import and old utils
      
      * remove more old utils import
      
      * change import path of fill_constant in the layers_utils.py
      
      * fix mistake
      
      * fix error
      
      * expose in __init__.py
      
      * for comment
      
      * when change the ref of func is_sequence, it should change to the root of is_sequence instead
      
      * for codecheck
      86e990d4
    • P
      Enable gpups run on rec model (#51115) · 32f369a8
      pangengzheng 提交于
      * support run haokanctr model in heterps-models
      
      * polish setup.py
      
      * polish JVM_LIB in evn_dict
      32f369a8
    • W
      [clear ps] del some all list (#51289) · aab713ea
      wangzhen38 提交于
      * [clear ps] del some all list
      
      * [clear ps] for ci
      
      * [clear ps] rm fluid emb
      aab713ea
  6. 08 3月, 2023 3 次提交
    • K
      [with_data_parallel][part6.3] remove with_data_parallel in collective_optimizer (#51032) · 11e38387
      kangguangli 提交于
      * remove with_data_parallel in collective_optimizer
      
      * add comm op
      
      * fix collective optimizer
      
      * remove check_err_log=True
      11e38387
    • K
      feat: add relu composite (#50819) · 079f41c8
      Kang Zhao 提交于
      * feat: add relu composite rule
      
      * feat: add relu composite rule, maximum op
      
      * feat: add relu composite rule, maximum op
      
      * feat: add relu composite rule, polish comments
      
      * feat: add relu composite rule, polish comments
      
      * feat: add relu composite rule, add python api of relu
      
      * feat: add relu composite rule, commit hook
      
      * fix: maximum type error & ban cinn test
      
      * fix: maximum input sequence bugs
      
      * resolve conflicts
      
      * fix: code style bugs
      
      * add: relu fp16 test
      079f41c8
    • Y
      [Fluid Clean]Move and Remove some io API in Fluid (#50842) · f8d0a358
      YuanRisheng 提交于
      * move io
      
      * fix ci bugs
      
      * fix ci bugs
      
      * fix py3 bugs
      
      * fix example code
      
      * fix example code
      
      * fix text
      
      * fix text
      
      * deal with ci bugs
      
      * perfect code according comment
      
      * delete import batch
      f8d0a358
  7. 07 3月, 2023 1 次提交
  8. 03 3月, 2023 2 次提交
  9. 02 3月, 2023 2 次提交
  10. 01 3月, 2023 4 次提交
  11. 28 2月, 2023 3 次提交
    • I
      Fix some typos (#50914) · 5d8fe822
      iLeGend 提交于
      5d8fe822
    • Z
      add silu composite rule (#50838) · 5d70ba6d
      zxcd 提交于
      * add silu composite rule
      
      * fix code style.
      
      * add silu fp16 unit test.
      5d70ba6d
    • X
      Add flatten composite rule (#50672) · 8220771b
      xysheng-baidu 提交于
      * Add flatten composite rule
      
      * get the right xshape and pass func test
      
      * add cinn unit test
      
      * Remove cinn test, wait for it to be added after repair
      
      * add comp test to test_flatten_contiguous_range_op.py
      
      * remove func test on composite_ops
      
      * Add comments to maybe_wrap_dim func
      
      * remove commented code
      
      * fix the problem with 0D tensor case
      
      * add flatten split rule comment
      
      * fix syntax issues
      
      * block flatten on resnet_prim_cinn
      
      * remove maybe_wrap_dim func
      
      * Use none instead od xshape
      8220771b
  12. 27 2月, 2023 2 次提交
  13. 24 2月, 2023 4 次提交
  14. 22 2月, 2023 2 次提交