1. 31 8月, 2022 8 次提交
  2. 30 8月, 2022 22 次提交
  3. 29 8月, 2022 10 次提交
    • Z
      [new_exe] Dy2Static support new_executor (#44450) · aba1295b
      zhangbo9674 提交于
      * add interpretercore
      
      * refine backward program id
      
      * add code
      
      * refine program
      
      * refine code
      
      * create forward/backward_program by prog2graph2prog method
      
      * test, do not care
      
      * refine code
      
      * refine code
      
      * refine code
      
      * test, do not care
      
      * add interpretorcore
      
      * add scope
      
      * refine scope create method
      
      * add jit for new_exe
      
      * solve conflict
      
      * delete unused code
      
      * polish code
      
      * polish code
      
      * refine scope in inplace
      
      * refine for datatransfer
      
      * refine _rebuild_from_desc
      
      * refine control eager deletion attr
      
      * refine used_for_jit
      
      * refine jit for infer
      
      * op size0 use ori program
      
      * polish code
      
      * refine jit
      
      * refine run_program_op ut
      
      * refine inplace
      
      * refine control
      
      * refine graph helper
      
      * refine control
      
      * refine inplace
      
      * refine buffer_share_inplace_pass
      
      * polish code
      
      * polish code
      
      * refine usage for compilerProgram
      
      * refine control
      
      * test
      
      * test core cache
      
      * refine code
      
      * refine io.py
      
      * increase test_seq2seq timeout
      
      * refine convert program
      
      * refine interpretercore_cache release
      
      * delete buildinplace
      
      * refine partial_program && io
      
      * refine code for io
      
      * test
      
      * test
      
      * test
      aba1295b
    • Y
      02621079
    • Q
      [MLU] fix compile error, test=develop (#45499) · e10e26e7
      Qi Li 提交于
      * [MLU] fix compile error, test=develop
      
      * fix more compile error, test=develop
      e10e26e7
    • W
      7bd02d24
    • Y
      [PHI]Mv xpu elementwise add kernel to phi (#45473) · bb3e4e0c
      YuanRisheng 提交于
      * mv elementwise add to xpu , test=kunlun
      
      * fix ci bugs, test=kunlun
      
      * fix ci bugs , test=kunlun
      bb3e4e0c
    • S
      [PHI] Migrate relu6 and abs kernels (#45397) · 632bc1f2
      Sławomir Siwek 提交于
      * abs relu6 fwd
      
      * abs bwd
      
      * gaussian_random_kernel and mkldnn-onednn renaming
      
      * scale kernel
      
      * whitespace
      
      * whitespace
      
      * revert scale migration
      
      * whitespaces
      
      * revert changes to gaussian kernel
      
      * whitespaces
      632bc1f2
    • W
      [XPU] migrate mul to phi (#45502) · 923594de
      Weilong Wu 提交于
      * [XPU] migrate mul to phi;test=kunlun
      
      * rm fluid mul xpu op;test=kunlun
      923594de
    • C
      Migrate assign xpu kernel into phi (#45467) · 0710f058
      Chen Weihang 提交于
      * migrate assign xpu kernel, test=kunlun
      
      * remove assign_value xpu, test=kunlun
      0710f058
    • D
      update PixelShuffle and PRelu api in vision.py and activation.py;test=document_fix (#45423) · de5f375c
      David Nicolas 提交于
      * update PixelShuffle and PRelu api in vision.py and activation.py
      
      * update activation.py, using paddle replace numpy
      
      * update format issue
      
      * update foramt issue
      de5f375c
    • C
      support backward refuse forward dygraph (#45250) · 7cf7084b
      Charles-hit 提交于
      * support refuse forward dygraph
      
      * modify backward api exponential__grad yaml
      
      * remove print code
      
      * 当反向复用前向时进行需不需要更高阶的反向判断,如果不需要调用c++ api,需要的话则调用前向动态图生成反向节点
      
      * fix some backward bugs
      
      * modify the generated dygraph function name
      7cf7084b