1. 21 2月, 2023 1 次提交
  2. 20 2月, 2023 5 次提交
  3. 17 2月, 2023 2 次提交
  4. 16 2月, 2023 2 次提交
  5. 15 2月, 2023 1 次提交
  6. 14 2月, 2023 2 次提交
  7. 08 2月, 2023 2 次提交
    • R
      Add eager jit dir (#49369) · 32804fe8
      risemeup1 提交于
      * add_eager_and_jit,test=ljd_test
      
      * test
      
      * test,test=ljd_test
      
      * test,test=ljd_test
      
      * test,test=ljd_test
      
      * test,test=ljd_test
      
      * test,test=ljd_test
      
      * test,test=ljd_test
      
      * add_eager_jit_dir,test=ljd_test
      
      * fix conflict,test=ljd_test
      
      * test,test=ljd_test
      
      * get new precise_map,test=ljd_test
      
      * test
      32804fe8
    • H
      move mixed_vector (#50282) · 35d7d1f0
      Huang Jiyi 提交于
      35d7d1f0
  8. 07 2月, 2023 1 次提交
  9. 06 2月, 2023 1 次提交
  10. 01 2月, 2023 5 次提交
  11. 20 1月, 2023 1 次提交
    • G
      Fluid clean remove io data (#49301) · 5670644c
      GGBond8488 提交于
      * replace paddle.fluid.layers.data and remove io.data
      
      * partial commit
      
      * partial commit
      
      * partial commit
      
      * partial commit
      
      * partial commit
      
      * partial commit
      
      * remove data in fluid.layers.io.__all__
      
      * fix errors
      
      * fix unitests
      
      * fix unitest
      
      * fix unitests
      
      * fix unitest
      
      * fix unitest
      
      * fix unitests
      
      * fix unitest
      
      * fix test_layers unitests
      
      * fix typro
      
      * fix unitest
      
      * fix unitest
      
      * fix unitest
      
      * fix typro
      
      * fix unitest test_model_cast_to_bf16
      
      * fix test_reducescatter
      
      * fix collective unitest
      
      * fix collective unitests
      
      * fix collective unitests
      
      * add coverage
      
      * fix add layers.data
      
      * re run ci
      
      * fix some typro
      
      * fix samplecode error
      
      * fix samplecode error
      5670644c
  12. 17 1月, 2023 1 次提交
    • P
      support CUDA Graph for new executor (#49708) · 8e5ed04d
      pangyoki 提交于
      * new exe supports CUDA Graph
      
      * fix
      
      * fix
      
      * fix
      
      * fix FLAGS_use_stream_safe_cuda_allocator in unittest
      
      * insert output of coalesce_tensor op to skip_gc_var
      
      * fix
      8e5ed04d
  13. 12 1月, 2023 1 次提交
    • T
      add ninja-build in docker (#48490) · 1a9d6be9
      tianshuo78520a 提交于
      * test=ninja;test=document_fix
      
      * test=ninja;test=document_fix
      
      * test=ninja;test=document_fix
      
      * add ninja
      
      * update dockerfile
      
      * update dockerfile
      
      * update dockerfile
      
      * update dockerfile
      
      * update dockerfile
      
      * test=cuda117
      
      * update ce dockerfile
      
      * update ce dockerfile
      1a9d6be9
  14. 10 1月, 2023 1 次提交
  15. 09 1月, 2023 1 次提交
  16. 05 1月, 2023 1 次提交
    • Yj/rm core ops exp (#49490) · 70ea88bf
      姜永久 提交于
      * rm op_function_generator
      
      * rm op_func_generator.h
      
      * rm op_function
      
      * modify cmake
      
      * rm op_function.h
      
      * rm check for op_function_generator.cc
      
      * reset imperative
      
      * rm python part
      
      * fix imperative
      
      * lint
      
      * lint
      
      * modify legacy_c
      
      * review
      
      * modify
      
      * modify legacy
      
      * rm gen op_functions code
      
      * reset framework
      
      * rm core.ops for test
      
      * core.ops->core.eager.ops.legacy
      
      * not raiseError for xpu
      70ea88bf
  17. 04 1月, 2023 2 次提交
  18. 03 1月, 2023 5 次提交
  19. 30 12月, 2022 3 次提交
  20. 28 12月, 2022 1 次提交
    • T
      Add CheckPRTemplate.py (#49298) · e34e634a
      tianshuo78520a 提交于
      * Add CheckPRTemplate.py;test=document_fix;test=prtemplate
      
      * Add CheckPRTemplate.py;test=document_fix;test=prtemplate
      
      * Add CheckPRTemplate.py;test=document_fix;test=prtemplate
      e34e634a
  21. 23 12月, 2022 1 次提交
    • C
      fix matmul double and triple grad (#48779) · 13c4fd59
      Charles-hit 提交于
      * fix matmul double and triple grad
      
      * remove some comment
      
      * add matmul_double_grad unit test
      
      * fix matmul triple grad
      
      * fix dot triple grad and add unit test
      
      * modify codestyle
      
      * fix dot_grad
      
      * refactor dot triple grad
      
      * disable some unit test
      
      * fix unit test
      
      * fix unit test in double grad
      13c4fd59