1. 31 8月, 2022 2 次提交
    • C
      Fix split api bug (#45396) · 4a25b60d
      Charles-hit 提交于
      * fix split bug
      
      * solve function redefine
      
      * fix fluid.layers.split and add unit test
      
      * delete splitInferMeta register in unary.cc
      
      * modify test_split_op GPU unit test
      
      * modify test_split_op GPU unit test place param
      
      * refactor split op and fix infershape bugs
      
      * add () in && and ||
      
      * fix split C++ unit test
      
      * fix split infershape
      4a25b60d
    • L
      Add index add API (#45176) · 45171911
      Li Min 提交于
      45171911
  2. 30 8月, 2022 14 次提交
  3. 29 8月, 2022 14 次提交
  4. 26 8月, 2022 10 次提交
    • Y
    • R
      move collective tests into a collective directory (#45223) · 9eb4d89b
      Roc 提交于
      * add simple reformated ci files
      
      * update
      
      * add radme for new unitetsts
      
      * add radme for new unitetsts
      
      * add radme for new unitetsts
      
      * reset mlu
      
      * update for samples
      
      * add base api
      
      * reset some dist unit tests
      
      * add warning in grenerated cmakelists file
      
      * update readme for new dist unit tests
      
      * add all collective tests
      
      * remain base file and launcher file
      
      * Update README.md
      
      * Update README.md
      
      * fix env PYTHONPATH
      
      * Update gen_ut_cmakelists.py
      
      * add all collective tests
      
      * add docs for gen_ut_cmakelists.py
      
      * pretify codes
      
      * commont name == "name"
      
      * update for comments
      
      * update function's help
      
      * update for run type
      
      * update readme
      
      * add all collective tests
      
      * add all collective tests
      
      * mv  collective test files
      
      * update for all collective tests
      
      * update
      
      * update
      
      * update
      
      * update for all tests
      
      * update for checking name
      
      * Update Cmakelists.txt
      
      * update testlist.csv
      
      * remain test_parallel_dygraph_dataparallel in unittests
      
      * set broadcast op all platforms
      
      * update
      
      * remain test_broadcast_tensors_op
      
      * fix
      
      * rm some collective files
      
      * update more colective tests
      
      * update
      
      * update
      
      * update
      gen_ut_supports recursion
      
      * update
      
      * update
      
      * update
      
      * update
      
      * fix nccl version
      
      * update
      
      * update
      
      * update
      
      * update
      
      * fix a bug and try to pass
      
      * update
      
      * add csv
      
      * update for timeout
      
      * remove tcp store
      
      * fix
      
      * fix
      
      * update
      
      * update
      
      * update for more dist tests
      
      * move multi node tests
      
      * update
      
      * update
      
      * update
      
      * fix for auto parallele
      
      * update
      
      * update path in python file
      
      * update
      
      * reset some test in unittests
      
      * fix
      
      * update readme
      
      * fix
      
      * update
      
      * fix port
      9eb4d89b
    • G
      fix ptq unittest (#45447) · 14f6c74b
      Guanghua Yu 提交于
      14f6c74b
    • W
      [Eager] delete final state pre-name (#45306) · 126940b3
      wanghuancoder 提交于
      126940b3
    • L
      fix en docs in fft and io.dataset (#44948) · 2dca718a
      Liyulingyue 提交于
      * irfftn; test = docutment_fix
      
      * fft; test=document_fix
      
      * fft; test=document_fix
      
      * fft; test=document_fix
      
      * subdata; test=document_fix
      
      * adaptive_avg_pool2d; test=document_fix
      
      * adaptive_avg_pool3d; test = document_fix
      
      * ftt; test=document_fix
      
      * ftt; test=document_fix
      
      * AvgPool1D; test=document_fix
      
      * avg_pool1d; test=document_fix
      
      * test=document_fix
      
      * test=document_fix
      
      * test=document_fix
      
      * test=document_fix
      
      * fft; test=document_fix
      
      * emb; test=document_fix
      
      * emb; test=document_fix
      
      * emb;test=document_fix
      
      * fold; test=document_fix
      
      * fold; test=document_fix
      
      * fold; test=document_fix
      
      * fold;test=document_fix
      
      * GELU;test=document_fix
      
      * update irfftn docs;test=document_fix
      
      * Update fft.py
      
      * Update fft.py
      
      * Update common.py
      
      * Update common.py
      
      * Update fft.py
      
      * Update input.py
      
      * Update pooling.py
      
      * dropout2d; test=document_fix
      
      * Fold; test=document_fix
      
      * update fold math;test=document_fix
      
      * Update common.py
      Co-authored-by: NLigoml <39876205+Ligoml@users.noreply.github.com>
      2dca718a
    • W
      79f7f16d
    • C
      fix temporary tensor erase in new exe (#45404) · fda183d3
      ceci3 提交于
      fda183d3
    • Y
    • X
      [ Dy2static ] select input fix and while_op memory bug fixed. (#45380) · 91298884
      xiongkun 提交于
      * while support for python container.
      It is convenient to convert more dynamic graph codes into static graphs.
      
      * cond support python container
      
      * 1. make select_input output shape = input[1]
      2. add warning in while_loop risky assign
      
      * fix 2 problem in GPT export:
      1. a bug in while_op no_need_copy_var, which causes gpu memory leakage
      2. a bug in undefined_var where the stop_gradient should be False.
      
      * change name by code review
      
      * format
      91298884
    • [NPU] fix CI error in new executor. (#45432) · f4193eac
      王明冬 提交于
      f4193eac