1. 18 8月, 2022 7 次提交
  2. 17 8月, 2022 10 次提交
  3. 16 8月, 2022 13 次提交
  4. 15 8月, 2022 10 次提交
    • C
      support adamw generation (#45149) · 1353761a
      Charles-hit 提交于
      1353761a
    • W
      refactor fleet. (#44833) · 8636d2a2
      wuhuachaocoding 提交于
      * refactor fleet.
      
      * refact fleet.py.
      
      * update fleet/__init__.py.
      
      * update fleet.py
      
      * update code style.
      
      * update fleet
      
      * update fleet
      
      * update fleet
      
      * update fleet
      
      * update model.py
      
      * update fleet.
      
      * update __init__.py
      
      * update fleet.
      
      * update fleet.
      
      * update fleet
      
      * update fleet
      
      * update fleet
      
      * update fleet.
      
      * update optimizer.py
      
      * update optimizer
      
      * update fleet.py
      
      * update scaler.py
      
      * update setup.py.in
      8636d2a2
    • R
      f30c7bd6
    • H
      [phi] change op name linear_interp_v2 to linear_interp (#45128) · 6de3bdb3
      HongyuJia 提交于
      * change name linear_interp_v2 to linear_interp
      
      * fix deprecated_op_names
      
      * deprecated_op_names add linear_interp_grad
      6de3bdb3
    • Z
      Refine TRT unit test (#45102) · 3512bf11
      zlsh80826 提交于
      * Reduce pool2d test configuration
      
      * Reduce depthwise_conv2d test configuration
      
      * Reduce trt_convert_conv2d_fusion test configuration
      
      * Reduce trt_convert_conv2d test configuration
      
      * Reduce trt_convert_conv2d_transpose test configuration
      
      * Reduce trt_convert_hard_swish test configuration
      
      * Enhance trt auto scan test error message and mechanism
      
      * Increase FP16 trt ut tolerance
      3512bf11
    • W
      [Eager] fix sync batch norm to inplace (#45028) · c75b091b
      wanghuancoder 提交于
      * fix sync batch norm to inplace
      c75b091b
    • Z
      add mish and mish_grad for XPU, test=kunlun (#45098) · 6815c8ab
      zhangyikun02 提交于
      6815c8ab
    • Z
      [AutoParallel] add collate_fn for dist_loader (#45053) · 3649099f
      zhaoyingli 提交于
      * add collate_fn
      
      * fix number of inputs
      3649099f
    • H
      [jit] rm useless property pybind (#44962) · 8788513b
      Hui Zhang 提交于
      * rm useless pybind
      
      * rm useless ut
      8788513b
    • Y
      [Auto Parallel] Move the distributed info from python to c++ (#44510) · a52357fe
      Yulong Ao 提交于
      * [Auto Parallel] Move the distributed info from python to c++
      
      * [Auto Parallel] Add dist_attrs for VarDesc and OpDesc
      
      * [Auto Parallel] Add the lost file
      
      * [Auto Parallel] Make the dist attr be unique_ptr
      
      * [Auto Parallel] Add the proto conversion
      
      * [Auto Parallel] Improve the proto support
      
      * [Auto Parallel] Fix the bugs for adding a device or a link
      
      * [Auto Parallel] Add the C++ ProcessMesh and DistributedMapper
      
      * [Auto Parallel] Improve the impl of these dist attrs
      
      * [Auto Parallel] Pybind11 ProcessMesh and DeviceMesh
      
      * [Auto Parallel] Fix the unittest problem
      
      * [Auto Parallel] Explicitly add the src file for auto_parallel target
      
      * [Auto Parallel] Add the proto depedency explicitly
      
      * [Auto Parallel] Fix the cmake bug on windows and mac
      
      * [Auto Parallel] Remove the pybind11 header file in process_mesh.h
      
      * [Auto Parallel] Remove unused codes
      
      * [Auto Parallel] Check whether the dist attr is null
      
      * [Auto Parallel] Implement the assign operator for OpDesc explicitly
      a52357fe