1. 29 12月, 2022 1 次提交
    • rm in_legacy part8 (#49386) · 1c7ae954
      姜永久 提交于
      * rm legacy layers part6
      
      * rm non_static_mode
      
      * modify non_static
      
      * minor change
      
      * rm loss
      
      * rm in_legacy part8
      
      * minor change
      1c7ae954
  2. 28 12月, 2022 9 次提交
    • R
      0c52e8a8
    • rm legacy nn part2 (#49259) · 69e51c77
      姜永久 提交于
      * rm legacy nn part2
      
      * rm _non_static_mode
      
      * modify
      
      * modify unpool test
      
      * modify unpool test
      
      * modify loss
      
      * keep legacy for layer_norm
      69e51c77
    • Z
      remove fluid.contrib.fused_elemwise_activation, sequence_topk_avg_pooling,... · da357615
      zqw_1997 提交于
      remove fluid.contrib.fused_elemwise_activation, sequence_topk_avg_pooling, var_conv_2d, match_matrix_tensor and tree_conv (#49331)
      
      da357615
    • L
      [new-exec] Ahead-Of-Time choosing kernel (#48789) · 63d2d722
      Leo Chen 提交于
      * add skip run
      
      * alloc minimum memory
      
      * skip check_size in Alloc
      
      * skip check_size in Alloc
      
      * skip check_size in Alloc
      
      * fix cases when tensor is initialized or empty
      
      * alloc empty output for place info
      
      * add test
      
      * increase timeout
      
      * format code
      
      * skip cpu
      
      * add cudnn_deterministic
      
      * fit for hostAlloc
      
      * follow comments
      
      * change check_size to fake_alloc
      63d2d722
    • X
      [ 0d-Tensor ] einsum support 0d tensor. (#49177) · 71bde066
      xiongkun 提交于
      * einsum support 0d tensor.
      1. support 0d tensor in multi-operands.
      2. add 9 unittests for einsum 0d tensor.
      
      * override NVIDIA_TF32_OVERRIDE to avoid accuracy problem in 11.2 and 11.8
      71bde066
    • Z
      [AutoParallel] adapt for clip (#49249) · df944772
      zhaoyingli 提交于
      * [AutoParallel] adapt for clip
      
      * fix unittest
      
      * enable_static
      
      * fix dist_fill_constant_batch_size_like
      
      * fix process_mesh.shape
      
      * update cond of modifying shape_list
      df944772
    • rm legacy fluid part4 (#49281) · f1072973
      姜永久 提交于
      * rm legacy fluid part4
      
      * rm non_static_mode
      
      * minor change
      
      * modify initializer
      
      * rm legacy for initializer
      
      * fix dataloader test
      f1072973
    • H
      Fix CUDA11.8 Unittest Accuracy (#49373) · 76f43f6d
      Huihuang Zheng 提交于
      This PR increased the delta in unit test for CUDA 11.8. The reason of this fix:
      (1) It seems CUDA 11.8 has higher delta in accuracy result. Our other targets for seresnext under parallel executor have already added delta such as CPU, all reduce test cases, so we did same for GPU base case with CUDA 11.8
      (2) A new executor is under developing in PaddlePaddle team, so the unit test for old executor can be relaxed.
      76f43f6d
    • W
      delete old dygraph pylayer (#49339) · 0b60b784
      wanghuancoder 提交于
      * delete old dygraph pylayer
      0b60b784
  3. 27 12月, 2022 8 次提交
  4. 26 12月, 2022 6 次提交
  5. 23 12月, 2022 9 次提交
  6. 22 12月, 2022 7 次提交
    • 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
    • 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