1. 15 3月, 2023 1 次提交
  2. 13 3月, 2023 1 次提交
  3. 10 3月, 2023 1 次提交
  4. 09 3月, 2023 1 次提交
  5. 06 3月, 2023 1 次提交
  6. 03 3月, 2023 1 次提交
  7. 28 2月, 2023 2 次提交
    • I
      Fix some typos (#50914) · 5d8fe822
      iLeGend 提交于
      5d8fe822
    • X
      【prim】Matmul double grad composite api (#50452) · a0c473f4
      xiaoguoguo626807 提交于
      * modify name
      
      * merge develop
      
      * original code
      
      * build modify
      
      * success 2*2
      
      * fused dim=1 failed
      
      * success
      
      * modify static
      
      * success for static except dim=1
      
      * delete log
      
      * tmp modify
      
      * success
      
      * success
      
      * add fp1664
      
      * delete fp16 cpu test
      
      * stop windows test
      
      * review modify
      
      * modify tanh test
      
      * modify tanh
      
      * fix_conflixt
      
      * modift static prim
      
      * fix_conflict
      
      * Update test_static_prim.cc
      
      * update
      
      * bug fix
      a0c473f4
  8. 27 2月, 2023 1 次提交
  9. 24 2月, 2023 2 次提交
    • C
      Fix typos (#50852) · 4a0855a5
      chenxujun 提交于
      4a0855a5
    • X
      【prim】Slice grad (#50771) · f6dea800
      xiaoguoguo626807 提交于
      * support prim test in OpTest
      
      * fix cmake
      
      * fix op test
      
      * fix test_input_spec
      
      * disable cinn in reduce_sum unit test
      
      * add bfloat16 dtype for sum
      
      * add approve rules
      
      * polish code
      
      * add clear jit program function
      
      * convert grad out from tensor to numpy
      
      * remove unnecessary code
      
      * add only_prim flag
      
      * fix flag
      
      * fix op test
      
      * add attr
      
      * fix optest comp inplace error
      
      * fix op test
      
      * fix op test with guard
      
      * add initialization of check_comp flag
      
      * fix comp inplace error in op test
      
      * rename check_comp with check_prim and add bfloat16 dtype convert
      
      * rename comp_op_type to prim_op_type
      
      * rename comp to prim
      
      * remove useless code
      
      * skip ci check for only prim
      
      * add no_grad_vars and grad_outputs in prim test
      
      * fix var_dict
      
      * fix op test for only_prim
      
      * fix dy2static bugs
      
      * polish some code
      
      * temp
      
      * modify op test
      
      * except cinn test
      
      * modify bfp16
      
      * modify pad grad
      
      * add pad_grad dtype
      
      * start cinn part
      
      ---------
      Co-authored-by: NCharles-hit <wanghao107@baidu.com>
      f6dea800
  10. 23 2月, 2023 1 次提交
  11. 22 2月, 2023 2 次提交
  12. 21 2月, 2023 1 次提交
  13. 20 2月, 2023 5 次提交
  14. 17 2月, 2023 2 次提交
  15. 16 2月, 2023 2 次提交
  16. 15 2月, 2023 1 次提交
  17. 14 2月, 2023 2 次提交
  18. 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
  19. 07 2月, 2023 1 次提交
  20. 06 2月, 2023 1 次提交
  21. 01 2月, 2023 5 次提交
  22. 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
  23. 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
  24. 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
  25. 10 1月, 2023 1 次提交