1. 10 12月, 2021 13 次提交
  2. 09 12月, 2021 10 次提交
  3. 08 12月, 2021 8 次提交
  4. 07 12月, 2021 9 次提交
    • L
      b8793f70
    • X
      add maxunpool2d in __all__ (#37698) · 890bd626
      xiaoting 提交于
      * add maxunpool2d in __all__
      
      * fix MaxUnPool2D example
      890bd626
    • 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
    • S
      update logsumexp doc (#37883) · 723cbe9f
      Shang Zhizhou 提交于
      * update logsumexp doc
      
      * update api doc
      
      * update api doc
      723cbe9f
    • W
      ut support block (#37909) · cf5de26f
      Wilber 提交于
      cf5de26f
    • H
      Set runtime_include_dir in Paddle.__init__.py (#37886) · e3cca8ac
      Huihuang Zheng 提交于
      Paddle don't have to set runtime_include_dir during run CINN.
      e3cca8ac
    • 0
      [Dy2Stat]Polish for zip in dy2stat (#37846) · 4e63d69b
      0x45f 提交于
      * polish for zip in dy2stat
      
      * polish comment
      
      * polish is_builtin_len
      
      * fix comment
      4e63d69b
    • W
      [Eager] fix cmake generate error, and fix circular import (#37871) · 79c25979
      wanghuancoder 提交于
      * refine a test case, test=develop
      
      * rm python, test=develop
      
      * refine, test=develop
      
      * fix cmake generate error, and fix circular import, test=develop
      79c25979
    • 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