1. 09 3月, 2023 1 次提交
  2. 08 3月, 2023 3 次提交
  3. 02 3月, 2023 1 次提交
  4. 24 2月, 2023 2 次提交
  5. 23 2月, 2023 1 次提交
  6. 21 2月, 2023 3 次提交
    • C
      [OpTest] support prim test in OpTest (#50509) · 457defe7
      Charles-hit 提交于
      * 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
      
      * 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
      
      * 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
      457defe7
    • W
      Flatten input_spec when check neg shape (#50692) · 9b0b155b
      WangZhen 提交于
      * Flatten input_spec when check neg shape
      
      * Fix cycle import
      9b0b155b
    • W
      Check -1 shape for input_spec and program when prim or cinn enabled (#50473) · 1e7dc9c0
      WangZhen 提交于
      * Check -1 shape for input_spec and program when prim or cinn enabled
      
      * Polish neg shape check
      
      * Polish code
      
      * Fix UT
      
      * Fix UT in static
      1e7dc9c0
  7. 20 2月, 2023 1 次提交
  8. 17 2月, 2023 1 次提交
  9. 14 2月, 2023 2 次提交
  10. 10 2月, 2023 1 次提交
  11. 09 2月, 2023 1 次提交
  12. 08 2月, 2023 1 次提交
  13. 03 2月, 2023 1 次提交
  14. 02 2月, 2023 1 次提交
    • X
      【PRIM】Support use operator's output metadata info in constructing static... · d8643cb6
      Xiaoxu Chen 提交于
      【PRIM】Support use operator's output metadata info  in constructing static backward composite (#50043)
      
      * [prim] support custom target_gradients
      
      * support infershape after append one gradop
      
      * [prim] add simple net test
      
      * fix test_loop segment fault bug
      
      * [prim] fix infer shape segment fault bug when output of grad_op_desc is empty
      d8643cb6
  15. 20 1月, 2023 1 次提交
  16. 17 1月, 2023 4 次提交
  17. 12 1月, 2023 1 次提交
  18. 11 1月, 2023 2 次提交
    • A
      [D2SCinn]Fix self.infer_program always build cinn pass without cache (#49696) · 18a7e13f
      Aurelius84 提交于
      * [D2SCinn]Fix self.infer_program always build cinn pass without cache
      
      * fix infer op size
      18a7e13f
    • R
      [Dy2St] 移除 ProgramTranslator (#49628) · 2bb28f31
      Ryan 提交于
      * add enable_to_static and drop some methods of ProgramTranslator
      
      * fix code style
      
      * fix cant import enable_to_static and update unitest
      
      * change unitest and rollback code of PT
      
      * fix can't import as of utils
      
      * roll back PT
      
      * fix roll back
      
      * add some unitest
      
      * add unitest and fix codestyle bug in api.py
      
      * finish all unitest
      
      * remove ProgramTranslator
      
      * fix code style
      
      * restore test_program_translator
      
      * api.py remove get_func
      
      * TestDygraphToStaticCode
      
      * fix check_type and import err
      
      * roll back PT without getcode
      
      * roll back pt with get_code
      
      * convert_to_static
      
      * fix import __all__
      2bb28f31
  19. 10 1月, 2023 1 次提交
  20. 09 1月, 2023 2 次提交
  21. 06 1月, 2023 1 次提交
  22. 05 1月, 2023 1 次提交
  23. 04 1月, 2023 1 次提交
  24. 03 1月, 2023 2 次提交
  25. 30 12月, 2022 2 次提交
  26. 29 12月, 2022 1 次提交
  27. 22 12月, 2022 1 次提交