1. 27 12月, 2022 8 次提交
  2. 26 12月, 2022 7 次提交
  3. 25 12月, 2022 2 次提交
  4. 23 12月, 2022 13 次提交
  5. 22 12月, 2022 10 次提交
    • H
      fix custom operator testcase CI error (#49270) · 9f47aac9
      HongyuJia 提交于
      9f47aac9
    • G
      fix unittest in post training quantization (#49256) · 8386c609
      Guanghua Yu 提交于
      8386c609
    • W
      [eager] use CPUAllocator directly (#47125) · 4537ba23
      Weilong Wu 提交于
      * [eager] use CPUAllocator directly
      
      * modify pstring sizeof 48 default
      
      * rm CPU test for NaiveBestFitAllocator
      
      * fix Mac ci compile errors
      
      * use UNUSED to state unused_obj
      
      * mv UNUSED statement to allocator_facade.cc
      
      * fix roi_align
      
      * fix yolov3 test case
      
      * recover original code
      
      * recover original code
      
      * fix trt roi_align test
      Co-authored-by: Njerrywgz <jerrywgz@126.com>
      4537ba23
    • W
      delete distribute old dygraph test cast (#49100) · a1d6e2a8
      wanghuancoder 提交于
      * delete distribute old dygraph test cast
      a1d6e2a8
    • J
      remove 3 non-public apis (#49248) · 80fe8cbc
      JYChen 提交于
      80fe8cbc
    • Yj/rm custom eager guard tests (#48778) · 866f492f
      姜永久 提交于
      * remove custom op eager guard tests
      
      * rm custom_runtime eager guard tests
      
      * rm xccl eager tests
      
      * modify
      
      * modify
      
      * set grad retain for custom_relu test
      
      * retain grad for custom relu op
      
      * modify custom_relu test
      866f492f
    • X
      [Paddle Inference] Add moe phi kernel (#48703) · def2a87f
      xiaoxiaohehe001 提交于
      def2a87f
    • G
      Clean Fluid APIs in padde.fluid.layers.nn (#48908) · dc694f1e
      Ghost Screaming 提交于
      * Fix bug of reduce_sum op. When input.numel() > INT32_MAX, its result
      is wrong.
      
      * Remove climits.
      
      * Clean Fluid APIs in python/paddle/fluid/layers/nn.py,
      migrate spectral_norm and row_conv APIs, and remove ont_hot.
      Including following files:
      1. python/paddle/fluid/layers/nn.py
      2. python/paddle/fluid/tests/unittests/collective/fleet/parallel_dygraph_transformer.py
      3. python/paddle/fluid/tests/unittests/dist_transformer.py
      4. python/paddle/fluid/tests/unittests/dygraph_to_static/transformer_dygraph_model.py
      5. python/paddle/fluid/tests/unittests/ipu/test_one_hot_op_ipu.py
      6. python/paddle/fluid/tests/unittests/test_imperative_auto_prune.py
      7. python/paddle/fluid/tests/unittests/test_imperative_load_static_param.py
      8. python/paddle/fluid/tests/unittests/test_layers.py
      9. python/paddle/fluid/tests/unittests/test_one_hot_op.py
      10. python/paddle/fluid/tests/unittests/test_row_conv_op.py
      11. python/paddle/fluid/tests/unittests/test_runtime_and_compiletime_exception.py
      12. python/paddle/fluid/tests/unittests/test_spectral_norm_op.py
      13. python/paddle/static/nn/__init__.py
      14. python/paddle/static/nn/common.py
      
      * Polish code.
      
      * Fix some bugs.
      
      * Remove useless unittest.
      
      * Fix some bug.
      
      * Polish example code.
      
      * Fix some bugs.
      
      * Fix some bugs.
      dc694f1e
    • rm unittests eager guard tests part21 sum_op2tensor_zero (#48883) · d4305a26
      姜永久 提交于
      * rm unittests eager guard tests part21 sum_op2tensor_zero
      
      * modify tensor hook test
      
      * rm assert for type promotion
      
      * review
      d4305a26
    • W
      update 0-d tensor test for send_recv. (#49218) · 6727ab5c
      wuhuachaocoding 提交于
      6727ab5c