1. 26 1月, 2022 14 次提交
  2. 25 1月, 2022 16 次提交
  3. 24 1月, 2022 10 次提交
    • S
      fix test allreduce tests (#39166) · c00303ec
      sneaxiy 提交于
      c00303ec
    • C
      [pten] add Scale xpu kernel (#39092) · 7874d0a5
      chentianyu03 提交于
      * add scale xpu kernel
      
      * add scale xpu kernel
      
      * add scale xpu kernel
      
      * replace with pten scale kernel
      
      * change dev_ctx
      
      * modify float16 head path
      
      * remove unused xpu header
      7874d0a5
    • Y
      [Pten]Refactor elementwise_add grad / double grad / triple grad Kernel and... · 3bf3a6ee
      YuanRisheng 提交于
      [Pten]Refactor elementwise_add grad / double grad / triple grad Kernel and move them to pten (#39048)
      
      * refactor elementwise add grad
      
      * fix compile bugs
      
      * fix unit test bugs
      
      * fix file conflicts
      
      * fix bugs when buildPtenContext
      3bf3a6ee
    • J
      Remved redundant defintions of likely/unlikely (#38911) · 43919d0a
      Jacek Czaja 提交于
      * - more unlikely
      
      * - compilation fix
      
      * - removed redundant definition
      
      * - fix
      
      * - Fixes
      
      * - compilation fix for windows
      43919d0a
    • F
      [Pten] Migration of eigen numeric extensions and functors in paddle/fluid/operatos/eigen (#39124) · a1e40dc6
      Feiyu Chan 提交于
      * migration of functors in paddle/fluid/operators/eigen and paddle/fluid/platform/eigen_ext.h
      * update path of data types like float16.h in includes in extensions.h
      a1e40dc6
    • Z
      unify compare functor (#39024) · def81b4f
      Zhang Ting 提交于
      def81b4f
    • W
      [PTEN] Move dynload from fluid to pten. (#39120) · 3c1dc6f6
      Wilber 提交于
      * move dynload from fluid to pten.
      
      * fix ci compile
      
      * fix windows ci compile.
      
      * update
      
      * update
      
      * fix compile error
      3c1dc6f6
    • [Refactoring Tensor PR #5] replace storage with pten allocation (#39085) · a56e16a7
      石晓伟 提交于
      * updates callers, test=develop
      
      * updates tensor, test=develop
      
      * fixes errors, test=develop
      
      * remove some dtypes, test=develop
      
      * fix errors in the base storage modification, test=develop
      
      * fixes a bug, test=develop
      
      * fixes the bugs in push the whole, test=develop
      
      * updates, test=develop
      
      * update
      
      * update, test=develop
      
      * fixes the mac-py3 CI, test=develop
      
      * remove the storage impl, test=develop
      
      * updates some codes, test=develop
      
      * update, test=develop
      
      * updates pten allocation, test=develop
      a56e16a7
    • z8hanghuan's avatar
      support sparse of adam, *test=kunlun (#38483) · e106901e
      z8hanghuan 提交于
      * support sparse of adam, *test=kunlun
      
      * add pre-commit-config.yaml
      
      * support sparse of adam in KL2,*test=kunlun
      
      * support sparse of adam in KL2, *test=kunlun
      
      * modify xpu.cmake, *test=kunlun
      
      * support sparse of adam, rm some wait, *test=kunlun
      
      * support sparse of adam, rm some wait, *test=kunlun
      
      * support sparse of adam, *test=kunlun
      
      * support sparse of adam, *test=kunlun
      
      * support sparse of adam, *test=kunlun
      
      * support sparse of adam, *test=kunlun
      
      * support sparse of adam, *test=kunlun
      e106901e
    • Z
      Refactored python-level trace_op to call through _C_ops instead of... · c3796061
      Zhanlue Yang 提交于
      Refactored python-level trace_op to call through _C_ops instead of Tracer::TraceOp, under eager_mode (#38338)
      
      * Replaced core.ops with _C_ops
      
      * Refactored python-level trace_op to call through _C_ops instead of Tracer::TraceOp, under eager_mode
      
      * Modified trace_op interface
      
      * Refactored trace_op logic for eager mode
      
      * Added Eager Dygraph support for OpTest
      
      * Fixed ci issues
      
      * Fixed CI failures
      
      * Fixed Coverage CI Issues
      
      * Fixed XPU CI Issues
      c3796061