1. 12 10月, 2022 13 次提交
  2. 11 10月, 2022 23 次提交
  3. 10 10月, 2022 4 次提交
    • T
      Add libpaddle.so log. (#46589) · e5bcfacc
      tianshuo78520a 提交于
      * Add libpaddle.so log
      
      * Add libpaddle.so log
      e5bcfacc
    • T
      [CodeStyle][F541] Convert f-strings without curly braces to normal strings (#46700) · c64e1dcf
      Tony Cao 提交于
      * Update README.md
      
      * Update README.md
      
      * Fix F541 by converting f-string to normal strings
      c64e1dcf
    • Y
      [PHI]Add RNN yaml (#46812) · ab60fd8b
      YuanRisheng 提交于
      * add yaml entry for rnn and rrnn_grad, move infershape function for rnn_grad to phi infer meta
      
      * WIP: move rnn kernrl to phi
      
      * Change the code generation to avoid converting from intializer list to tuple of heterogeneous types.
      This is only triggered when an api has intermediate outputs, and the result of the outputs are of heterogeneous types.
      
      * fix the bug that when none in a vector of tensors requires gradient, the conversion to InferShapeContext to InferMetaContext (a.k.a. BuildInferMetaContext) produces errorous results.
      
      * fix ci bugs
      
      * fix ci bugs
      
      * fix ci bugs
      
      * modify code according comment
      Co-authored-by: Nchenfeiyu <chenfeiyu@baidu.com>
      ab60fd8b
    • L
      reduce time cost on atomic in interpretercore (#46688) · dd3d45de
      Leo Chen 提交于
      * reduce time cost on atomic in interpretercore
      
      * clear code of PrepareAtomic in interpretercore
      
      * refine threadpool cache
      dd3d45de