1. 23 12月, 2021 9 次提交
  2. 22 12月, 2021 7 次提交
  3. 21 12月, 2021 10 次提交
  4. 20 12月, 2021 8 次提交
  5. 19 12月, 2021 1 次提交
  6. 18 12月, 2021 2 次提交
  7. 17 12月, 2021 3 次提交
    • C
      Add mcmc of planner, of update cost model and relaunch (#38177) · 1bb2c68a
      caozhou 提交于
      * add planner
      
      * add planner
      
      * add cost model update
      
      * add relaunch updation
      
      * update process_group
      
      * fix error
      
      * add unitest
      
      * update unitest
      
      * update cost model
      
      * avoid api problem
      1bb2c68a
    • J
      Support multi place constructor (#38171) · 6f439e5a
      Jiabin Yang 提交于
      * support more eager tensor api
      
      * support multiple constructor for eager tensor
      
      * add place related code
      
      * polish code
      
      * specific randint with dtype of int64
      
      * Support pure cpu test
      
      * refine test in pure cpu
      
      * refine test in pure cpu
      6f439e5a
    • S
      Refine some AMP operators for BERT (#37923) · d80fe268
      sneaxiy 提交于
      * support multi precision update for LAMB
      
      * hide some api
      
      * fix ci uts
      
      * fix lamb output of dygraph
      
      * remove some changes to some PR
      
      * try to fix Py3 CI compile error
      
      * fix test_imperative_optimizer, add lars ut, add layer_norm ut
      
      * fix ut, fix format
      
      * fix ut
      
      * fix windows ci
      d80fe268