1. 23 12月, 2021 2 次提交
  2. 22 12月, 2021 8 次提交
  3. 21 12月, 2021 9 次提交
  4. 20 12月, 2021 15 次提交
  5. 18 12月, 2021 3 次提交
  6. 17 12月, 2021 3 次提交
    • 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
    • L
      fit CI_SKIP_CPP_TEST (#38242) · b613c31e
      Leo Chen 提交于
      b613c31e
    • 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