1. 10 3月, 2023 1 次提交
  2. 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
  3. 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
  4. 07 3月, 2023 1 次提交
  5. 03 3月, 2023 2 次提交
  6. 02 3月, 2023 2 次提交
  7. 01 3月, 2023 4 次提交
  8. 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
  9. 27 2月, 2023 2 次提交
  10. 24 2月, 2023 4 次提交
  11. 22 2月, 2023 4 次提交
  12. 21 2月, 2023 3 次提交
    • C
      [Prim] Add op map (#50673) · 3c7e94d6
      cyber-pioneer 提交于
      * fix flatten op map
      
      * remove prim op all list
      
      * add op map info of full_like
      
      * polish code
      3c7e94d6
    • W
      [RM FLUID] rm ps ir (#50691) · 1882a74f
      wangzhen38 提交于
      1882a74f
    • X
      【prim】Layer norm (#50422) · 2f4763ee
      xiaoguoguo626807 提交于
      * fix composite mean op map
      
      * fix composite check output
      
      * init layer_norm
      
      * init layer_norm
      
      * map output from composite rule to origin op
      
      * add dropout op map
      
      * add input map check
      
      * polish log
      
      * modify rules
      
      * success test_forward
      
      * modify test without cinn
      
      * modify cinn test
      
      * modify cinn test
      
      * except fp64
      
      * except fp64
      
      * delete flatten
      
      * delete unused change
      
      * review
      
      * pass cpu test
      
      * code style
      
      * delete flatten fp16 error
      
      * modify flatten test
      
      ---------
      Co-authored-by: Ncyber-pioneer <chenzhuo@tju.edu.cn>
      2f4763ee
  13. 20 2月, 2023 3 次提交
  14. 17 2月, 2023 1 次提交
  15. 16 2月, 2023 2 次提交
    • S
      [XPU][Fleet] Support multi-card infer for xpu (#50490) · 517d8074
      shentanyue 提交于
      * support xpu multi-card infer
      
      * add ut
      
      * clean code
      
      * clean code
      
      * fix
      
      * fix
      
      * fix
      
      * fix
      517d8074
    • Z
      Add mean composite rule (#50298) · f7f67b72
      zqw_1997 提交于
      * beta
      
      * small commit
      
      * add batch_norm composite rule
      
      move composite test case
      
      remove unuseful var
      
      add composite op blacklist
      
      * small change v2
      
      * finish the test_composite_mean and test_composite_mean_grad
      
      * add ops assertion to the tests
      
      * add cinn test
      
      * fix the error and inappropriate usage in func: mean_composite
      
      * remove the ref of outer lib in primtives.py
      
      * modify sample code of reduce_sum
      
      * fix composite mean op map
      
      * modify testcases to test more float type
      
      * remove cpu float16 test
      
      * cinn test fix
      
      * remove reduce_max
      
      * change the name sum to sum_x
      
      * change the use of reduce_sum to sum
      
      ---------
      Co-authored-by: Ncyber-pioneer <chenzhuo@tju.edu.cn>
      f7f67b72
  16. 15 2月, 2023 2 次提交