1. 16 8月, 2023 5 次提交
  2. 15 8月, 2023 9 次提交
  3. 14 8月, 2023 14 次提交
  4. 11 8月, 2023 11 次提交
    • R
      [CustomDevice] fix amp op list (#56176) · f74e32e9
      ronnywang 提交于
      f74e32e9
    • M
      [dy2static]implement tensor.cuda() in static graph (#56092) · a6a49855
      Meteor Liu 提交于
      * [dy2static]implement tensor.cuda() in static graph
      
      * [dy2static]implement tensor.cuda() in static graph - change the patch place
      
      * [dy2static]implement tensor.cuda() in static graph - fix code-block in comment
      
      * [dy2static]implement tensor.cuda() in static graph - add ut for warning branch
      a6a49855
    • L
      remove the optimizer base and learning rate base (#56099) · 6eaed2da
      LoneRanger 提交于
      * remove the optimizer base and learning rate base
      
      * fix bug
      
      * fix bug
      6eaed2da
    • J
      remove fluid/tests (#56182) · 22dbceca
      JYChen 提交于
      22dbceca
    • Y
      [NewIR]Polish IR code (#56087) · 8cf4b1c2
      YuanRisheng 提交于
      * perfect code
      
      * delete __all__
      8cf4b1c2
    • C
      [xdoctest][task 105]reformat example code with google style in... · 9e6f4433
      Candy2Tang 提交于
      [xdoctest][task 105]reformat example code with google style in python/paddle/optimizer/adamax.py (#56167)
      
      * [xdoctest][task 105]reformat example code with google style in python/paddle/optimizer/adamax.py
      
      * fix word typo test=docs_preview
      
      * fix comment test=docs_preview
      9e6f4433
    • K
      28f74a0e
    • C
      [PRIM][IR]fix comment for vjp (#56137) · 533b62ff
      Charles-hit 提交于
      * [prim][newir] add basic framework for primitive
      
      * support desctensor in new ir
      
      * add vjp interface
      
      * support vjp in new ir
      
      * support vjp in new ir
      
      * polish vjp interface
      
      * fix stop_gradients set
      
      * fix vjp dispatch
      
      * add comment
      
      * add vjp test for new ir
      
      * add test for tanh vjp
      
      * [prim][newir] add basic framework for primitive
      
      * support desctensor in new ir
      
      * support vjp in new ir
      
      * support vjp in new ir
      
      * polish vjp interface
      
      * fix stop_gradients set
      
      * fix vjp dispatch
      
      * add comment
      
      * add vjp test for new ir
      
      * add test for tanh vjp
      
      * add eager and static backend for warp lower level api
      
      * support call_vjp pybind
      
      * polish code and add test for vjp
      
      * remove useless code
      
      * polish code
      
      * remove useless code
      
      * support mean vjp
      
      * add test for mean vjp and support has_vjp function
      
      * fix call_vjp
      
      * polish code
      
      * add primitive ops set for backend
      
      * add vjp test for tanh_
      
      * fix inference CI
      
      * fix inference ci
      
      * modify fluid cmake
      
      * remove useless deps
      
      * add cmake
      
      * fix comment
      
      * fix test
      
      * polish code
      
      * modify backward stop_gradients
      
      * modify static_backend.cc
      
      * remove useless code
      
      ---------
      Co-authored-by: Ncxxly <chenxx_id@163.com>
      Co-authored-by: Nzhangbo9674 <zhangbo54@baidu.com>
      533b62ff
    • D
      repacle fluid.io.load_inference_model, fluid.io.save_inference_model in fluid... · bfc64801
      Difer 提交于
      repacle fluid.io.load_inference_model, fluid.io.save_inference_model in fluid with 2.0 version  (#55345)
      
      * repacle fluid.io.load_inference_model
      
      * replace fluid.io.save_inference_model
      
      * fix some bug
      
      * fix some bugs of load & save model
      
      * fix some bug
      
      * fix test_inference_model_io bug
      
      * fix word2vec_inference_model bug
      
      * fix some bug
      
      * fix valueError bug
      
      * fix some bug
      
      * fix a warning error
      
      * for debug
      
      * for debug
      
      * fix io error
      
      * fix test_wordvec_book error
      
      * remove debug print
      
      * fix load_var bug
      
      * for debug cinn test
      
      * revert cinn & fix inference_pass_test in windows
      
      * fix some bugs
      
      * revert cinn & fix inference_pass_test in windows
      
      * for debug vars
      
      * for debug
      
      * fix quant_dequant_test
      
      * fix some path errors
      
      * remove fluid save/load
      
      * fix incubate-fleet save
      
      * move some from fluid.io to static.io
      bfc64801
    • D
      move some fluid apis (#55986) · eafc9889
      Difer 提交于
      * move fluid apis
      
      * fix type error
      
      * remove static exponential_decay
      
      * fix some import error
      
      * remove nn.py
      
      * fix some error
      
      * fix type error
      eafc9889
    • C
      [Prim] Fix get var in prim when list of single tensor (#56114) · 1e5fec39
      cyber-pioneer 提交于
      * fix get var in prim
      
      * fix stack test case
      1e5fec39
  5. 10 8月, 2023 1 次提交