You need to sign in or sign up before continuing.
  1. 14 12月, 2021 10 次提交
  2. 13 12月, 2021 7 次提交
    • Z
      add_conv_bn_fuse_pass_test (#37975) · 7096da0c
      zhenlin 提交于
      * add_conv_bn_fuse_pass_test
      
      * add trt NHWC bug into invalid program for avoiding error crash
      
      * add trt NHWC bug into invalid program for avoiding error crash
      
      * add trt NHWC bug into invalid program for avoiding error crash
      
      * fix trt pass target optype bug based on has_bias value
      
      * fix trt pass target optype bug based on has_bias value
      7096da0c
    • Z
      update 3 tests (#37922) · 33fbb66e
      zhenlin 提交于
      * update 3 tests
      
      * fix typo error
      33fbb66e
    • X
      fix single card 8 unittests in new executor (#37957) · 9a4eec98
      xiongkun 提交于
      * fix single card 8 unittests in new executor
      
      * fix
      
      * fix
      9a4eec98
    • W
      add logit API (#37844) · b197bfe6
      wangzhen38 提交于
      * add Logit API
      
      * add unittest
      
      * conflict
      
      * pull conflit
      
      * pull conflit logit
      
      * fix unititest
      
      * fix code style
      
      * update docs style of
      
      * update en doc
      
      * fix docs en style
      
      * fix docs en style1
      
      * fix docs en style2
      
      * fix docs en style3
      
      * fix docs en style4
      
      * fix docs en style5
      
      * fix docs en style6
      
      * fix docs en style7
      
      * fix docs en style8
      
      * update by review
      
      * fix nan bug
      b197bfe6
    • Z
      [rot90] fix rot90 (#38042) · 201b7c9d
      zmxdream 提交于
      * [rot90] fix rot90
      
      * fix rot90
      
      * fix for ci. test=develop
      
      * fix rot90. test=develop
      
      * update. test=develop
      
      * update. test=develop
      201b7c9d
    • S
      fix reduce_max bug (#38026) · 512e4339
      Shang Zhizhou 提交于
      * fix reduce_max bug
      
      * add unittest
      512e4339
    • 0
      [Dy2Stat]Allow ifelse return buildin type in paddle cond (#37888) · 9598b19c
      0x45f 提交于
      * allow ifelse return `int` in paddle cond
      
      * add test and refine code
      
      * polish code, add test
      
      * code format
      9598b19c
  3. 12 12月, 2021 1 次提交
    • 沉潜的鱼儿's avatar
      Dist op compatible (#37994) · 89bced5e
      沉潜的鱼儿 提交于
      * dist matmul op compatible
      
      * dist op unittest
      
      * modify dist matmul
      
      * modify dist reshape
      
      * modify dist reshape
      
      * add a space
      
      * add a space
      
      * delete dist matmul op
      
      * modify reshape
      
      * add dist op unittest
      
      * modify dist op unittest
      89bced5e
  4. 10 12月, 2021 7 次提交
  5. 09 12月, 2021 6 次提交
  6. 08 12月, 2021 4 次提交
    • W
      Add paddle.lerp API to do a linear interpolation (#37253) · 1716324c
      wuhuanzhou 提交于
      * save temp
      
      * add unittest, test=develop
      
      * fix ci error, test=develop
      
      * fix grad accuracy error, test=develop
      
      * fix unused error, test=develop
      
      * fix compilation error on Windows, test=develop
      
      * add unittest, test=develop
      
      * modify by review comment and add lerp_
      
      * fix inplace api, test=develop
      
      * fix inplace api, test=develop
      
      * fix coverage error, test=develop
      1716324c
    • C
      add update func of auto search (#37867) · 46212b80
      caozhou 提交于
      * add update func of auto search
      
      * update unitest
      46212b80
    • C
    • W
      [Eager] generate eager core ops, only 4 ops (#37813) · 52f63cd2
      wanghuancoder 提交于
      * refine a test case, test=develop
      
      * publish python c api for eager, test=develop
      
      * revert modify about test_allclose_layer.py, test=develop
      
      * refine, test=develop
      
      * refine, test=develop
      
      * refine, test=develop
      
      * refine, test=develop
      
      * refine, test=develop
      
      * refine, test=develop
      
      * delete numpy includes, use pybind11 numpy.h, test=develop
      
      * refine, test=develop
      
      * refine, test=develop
      
      * refine, test=develop
      
      * suport eager error msg, and add grad test case, test=develop
      
      * refine, test=develop
      
      * refine, test=develop
      
      * generate eager core ops, only 4 ops, test=develop
      
      * refine, test=develop
      
      * refine, test=develop
      
      * refine, test=develop
      
      * refine, test=develop
      
      * refine, test=develop
      
      * refine, test=develop
      
      * refine, test=develop
      
      * refine, test=develop
      
      * refine, test=develop
      
      * refine, test=develop
      
      * refine, test=develop
      
      * refine, test=develop
      
      * refine, test=develop
      
      * refine, test=develop
      52f63cd2
  7. 07 12月, 2021 5 次提交
    • L
      b8793f70
    • Z
      Buf fix for reset grad inplace version (#37811) · cf586021
      Zhanlue Yang 提交于
      * Debug
      
      * Fixed issue with reset_grad_inplace_version when used with clear_gradient & cross-batch accumulation
      
      * Rearranged interfaces
      
      * Fixed ci issues
      cf586021
    • W
      ut support block (#37909) · cf5de26f
      Wilber 提交于
      cf5de26f
    • 0
      [Dy2Stat]Polish for zip in dy2stat (#37846) · 4e63d69b
      0x45f 提交于
      * polish for zip in dy2stat
      
      * polish comment
      
      * polish is_builtin_len
      
      * fix comment
      4e63d69b
    • Y
      [Auto para] Relaunch with auto mapping function (#37326) · 506e79d1
      Yulong Ao 提交于
      * [Auto Parallel]  Add the unified cluster representation
      
      * [Auto Parallel] Add the graph class for physical mapping
      
      * [Auto Parallel] Add the simple physical mapper
      
      * Set the timeout of the mapper
      
      * Merge the upstream develop unittests cmake files
      
      * Fix a bug of the process group
      
      * Remove mapper unittest from platforms which is not GPU
      
      * Move the instantiation of process group after resharding
      
      * Add the local id for devices
      
      * Update the rank mapping format
      
      * [Auto Parallel] Relaunch with the rank mapping file
      
      * Remove the unnecessary json file
      
      * Avoid entering get_device_proc_info for auto mapping
      
      * Correct the mapper unit test
      
      * Add some comments
      
      * Remove the related files about mapping
      
      * Update the unittest for auto mapping
      
      * Remove unused rank_mapping unittest
      
      * Improve the unittest coverage
      
      * Improve the unittest coverage
      
      * Improve the unittest of relaunch
      
      * Fix the unittest problem in CI
      
      * Improve the unittest of relaunch
      
      * Remove unnecessary statements
      
      * Update the unittest cmakefile
      
      * Correct the cmakefile of auto parallel unittests
      
      * Modify codes based on the new elastic change
      
      * Use the GPUs exclusively in the unittest
      
      * Correct the cmakefile
      
      * Set the timeout of the unittest
      506e79d1