1. 04 1月, 2022 7 次提交
  2. 31 12月, 2021 22 次提交
  3. 30 12月, 2021 11 次提交
    • Z
      add OP lu forward (#38559) · 4e21457d
      zhiboniu 提交于
      LGTM
      4e21457d
    • H
      add sigmoid_cross_entropy_with_logits to kl1 (#38586) · 790cadd1
      houj04 提交于
      * add sigmoid cross entropy with logits to kl1. test=kunlun
      
      * add sigmoid cross entropy with logits to kl1. test=kunlun
      790cadd1
    • Z
      Add exp, abs_grad, reciprocal, reciprocal_grad operator for XPU and update... · ceec1e21
      zhangyk0314 提交于
      Add exp, abs_grad, reciprocal, reciprocal_grad operator for XPU and update xpu2_op_list.h,test=kunlun (#38570)
      
      ceec1e21
    • J
      Refactor cpu_quantize_pass (#38019) · 1fa6900e
      joanna.wozna.intel 提交于
      1fa6900e
    • F
      flags to choose kp kernel (#38455) · ed2cfecf
      Feng Xing 提交于
      This PR adds runtime flags run_kp_kernel, which choose which op to run for xpu2. There are two: dynamic linked and built from kp.
      ed2cfecf
    • J
      [New API] add new api paddle.mode and paddle.Tensor.mode (#38446) · 3777779b
      JYChen 提交于
      * add new OP mode
      
      * rename trans-variable name and fix UT
      3777779b
    • Y
      [Auto parallel] Make sure the id semantics of every var and op unique (#38132) · 5620214e
      Yulong Ao 提交于
      * [Auto parallel] Make the id of var and op unique
      
      * [Auto Parallel] Rename back dist_context to distop_context
      5620214e
    • H
      Add cpu kernel of new api : lstsq (#38585) · ccf99b66
      Haohongxiang 提交于
      * add cpu kernel of lstsq
      
      * update
      
      * modify code style
      
      * modify unittest
      
      * remove support for complex
      ccf99b66
    • Z
      Add cusparse and unittest (#38431) · 667dc9f0
      zhangkaihuo 提交于
      
      
          将cuSparse的handle与DeviceContext进行绑定,避免op中进行创建和销毁
          添加对cuSparse中dense和sparse转换的API进行封装
          添加对封装的API的单测
      667dc9f0
    • L
      [Fleet Executor] Support multi carrier (#38535) · 3658405c
      LiYuRio 提交于
      3658405c
    • J
      Support test imperative basic with fixed retain grad interface (#38548) · 2421a25a
      Jiabin Yang 提交于
      * Rearranged Eager AutoCodeGen directory structure
      
      * Removed USE_OP in Eager AutoCodeGen
      
      * Enabled generation for Operators without Grad/Inputs/Outputs
      
      * Resolved operators without input
      
      * Fixed merge conflicts
      
      * Enabled Eager AutoCodeGen for 10+ more operators
      
      * Refactored Eager AutoCodeGen with more organized helper objects
      
      * Enabled Eager AutoCodeGen for operators with multiple OpBases
      
      * Adjusted Eager AutoCodeGen to Enable Passing Output Tensor as Input Argument
      
      * Handled Dispensable Inputs/Outputs in Eager AutoCodeGen
      
      * Adjusted function generation/call between Python-C API & Dygraph API
      
      * Synchronized auto-generated Python-C API with Dygraph Forward Functions
      
      * support more eager tensor api
      
      * fix merge compile error
      
      * fix compile error and fit develop code
      
      * support pure CPU
      
      * fix some logic error in eager_mode
      
      * support _varbase_creator in eager mode
      
      * Added safe_initialized interface to EagerTensor for use in processing dispensable inputs
      
      * for eager mode
      
      * refine
      
      * support multiple constructor for eager tensor
      
      * add place related code
      
      * polish code
      
      * specific randint with dtype of int64
      
      * Support pure cpu test
      
      * eager logic
      
      * refine test in pure cpu
      
      * eager logic
      
      * eager logic
      
      * eager logic, test=develop
      
      * skip core.eager when in inference, test=develop
      
      * refine, test=develop
      
      * refine, test=develop
      
      * call RetainGrad after run forward kernel, test=develop
      
      * refine, test=develop
      
      * support dygraph util, meta, guard test
      
      * support inference test
      
      * refine test and fix initializer failed
      
      * support create varbase and fix retain grad error
      
      * fix windows error
      
      * support test_imperative_basic test in eager mode
      
      * remove additional log in variable.h
      
      * remove additional log in variable.h
      
      * remove additional code create in merge
      Co-authored-by: Njim19930609 <jim19930609@gmail.com>
      Co-authored-by: NWang Huan <wanghuan29@baidu.com>
      2421a25a