1. 22 3月, 2021 1 次提交
  2. 19 3月, 2021 1 次提交
  3. 16 3月, 2021 4 次提交
  4. 12 3月, 2021 1 次提交
  5. 09 3月, 2021 2 次提交
    • Y
      Prec on mac (#31382) · 0b3c2296
      YUNSHEN XIE 提交于
      * add precision on mac
      
      * added judge
      
      * match file_ut.json on mac
      
      * fix code format error
      
      * fix code format error
      
      * fix error caused by length of ut_lists exceeds the limit
      
      * fix format error,notest,test=cpu
      
      * fix code format error
      
      * add windows judge on get_pr_ut
      0b3c2296
    • Y
      Prec on windows exclude check_added_ut (#31372) · 390cebee
      YUNSHEN XIE 提交于
      * add precision test for windows ci exclude check_added_ut
      
      * fix error
      
      * added PRECISION_TEST parameters
      
      * fix format error
      390cebee
  6. 08 3月, 2021 1 次提交
  7. 04 3月, 2021 3 次提交
  8. 02 3月, 2021 3 次提交
    • Y
      Modified retry method on windows (#31363) · 353dd0cd
      YUNSHEN XIE 提交于
      353dd0cd
    • C
      remove wlist_temp in wlist.json (#31356) · a2c0b604
      chentianyu03 提交于
      a2c0b604
    • G
      lamb_op_xpu;test=kunlun (#31012) · d79fdc3d
      Gradie 提交于
      * lamb_op_xpu;test=kunlun
      
      * modify lamb_op_xpu.cc;test=kunlun
      
      * delete atol lamb_op_xpu; test=kunlun
      
      * update xpu.cmake;test=kunlun
      
      * test_error 1e-5,lamb_op_xpu;test=kunlun
      
      * error1e-5,lamb_op_xpu,test=kunlun
      
      * delete atol lamb_xpu;test=kunlun
      
      * modify atol,lamb_op_xpy;test=kunlun
      
      * lamb_op_xpu;test=kunlun
      
      * lamb_op_xpu;test=kunlun
      
      * lamb_op_xpu, XPUOptest;test=kunlun
      
      * lamb_op_xpu;test=kunlun
      
      * lamb_op_xpu;test=kunlun
      
      * lamb_op_xpu;test=kunlun
      
      * lamb_op_xpu;test=kunlun
      
      * lamb_op_xpu;test=kunlun
      
      * lamb_op_xpu;test=kunlun
      
      * lamb_op_xpu;test=kunlun
      
      * lamb_op_xpu;test=kunlun
      
      * lamb_op_xpu;test=kunlun
      
      * lamb_op_xpu;test=kunlun
      
      * lamb_op_xpu;test=kunlun
      
      * lamb_op_xpu,modify xpu_cmake; test=kunlun
      
      * lamb_op_xpu;test=kunlun
      
      * lamb_op_xpu,modify xpucmake;test=kunlun
      d79fdc3d
  9. 24 2月, 2021 1 次提交
  10. 20 2月, 2021 1 次提交
    • T
      change fleet reviewer (#31069) · a2170a08
      tangwei12 提交于
      * change reviewer, test=document
      
      Change-Id: I7592ee5c93bd580300ce39df885b603597b09026
      
      * Update check_file_diff_approvals.sh
      
      test=document_fix
      a2170a08
  11. 18 2月, 2021 1 次提交
    • J
      Add Conv Transpose BF16 (#30877) · caf9d398
      joanna.wozna.intel 提交于
      * Add conv transpose BF16
      
      * Share function GetWeightsTz
      
      * Adjust to review and fix op compatibility
      
      * Add bias to unique handler name
      
      * Remove errors related to paddle enforce
      
      * Add conv2d_transpose to bf16 list and kernel refator
      caf9d398
  12. 09 2月, 2021 1 次提交
  13. 08 2月, 2021 1 次提交
  14. 07 2月, 2021 2 次提交
  15. 05 2月, 2021 1 次提交
  16. 03 2月, 2021 1 次提交
  17. 02 2月, 2021 1 次提交
  18. 01 2月, 2021 1 次提交
  19. 28 1月, 2021 2 次提交
  20. 27 1月, 2021 1 次提交
    • J
      REUPLOAD Added vanilla LSTM and LSTM with peepholes oneDNN fp32 kernel (#30719) · f8da5536
      jakpiase 提交于
      * added external reorder to profiler
      
      * resolved conflict
      
      * added enable_static
      
      * initial version of lstm, not working yet
      
      * added lstm to operators.cmake
      
      * added vanilla lstm mkldnn op
      
      * added peephole weights integration
      
      * minor changes
      
      * added formatting
      
      * added fusion_lstm_mkldnn to static_whitelist
      
      * added formatting
      
      * removed comment
      
      * moved use_peepholes attribute inside is_cached block
      
      * reverted wrong changes
      
      * minor formatting change
      
      * minor changes
      
      * changed stream handling
      
      * minor change
      
      * added datatype to GetExpectedKernelType()
      
      * added reading stream from TLS
      f8da5536
  21. 26 1月, 2021 2 次提交
  22. 25 1月, 2021 1 次提交
  23. 22 1月, 2021 1 次提交
  24. 21 1月, 2021 1 次提交
  25. 19 1月, 2021 2 次提交
  26. 18 1月, 2021 2 次提交
  27. 15 1月, 2021 1 次提交
    • P
      Add Inplace strategy (Output reuse Input Varbase) in dygraph (#30103) · 13d75736
      pangyoki 提交于
      * add view strategy on squeeze,unsqueeze,reshape,flatten
      
      * add squeeze unittest
      
      * add unittests
      
      * use View strategy as name rather than Reuse Allacation
      
      * fix view api doc
      
      * fix format
      
      * use core.ops when input of reshape2 is Tensor
      
      * fix test_cross_entropy_loss error because of reshape2
      
      * fix test_cross_entropy_loss error because of reshape2
      
      * add inplace strategy
      
      * add elementwise_add sub
      
      * let backward op not use inplace
      
      * grad op do not use inplace
      
      * fix memory increase error and add leaf error message
      
      * delete selected_rows
      
      * change op_function
      
      * little change
      
      * solve HandleViewBetweenInputAndOutput
      
      * add unittest and leaf error message
      
      * merge view error
      
      * optimize op_function_generator format and support sum inplace op
      
      * fix format of basic_engine
      
      * fix format for framework
      
      * little change of variable wrapper
      
      * add reshape, squeeze, unsqueeze, scatter api
      
      * add relu elu tanh softmax inplace api
      
      * fix test_squeeze_op unittest
      
      * fix test_relu_op unittest
      
      * fix comment problems
      
      * delete sample code of inplace api
      
      * add reference of grad_pending_nodes in basic_engine
      
      * fix unittest name
      
      * add inplace apis into wlist
      
      * fix error message
      
      * add PADDLE_ENFORCE for set grad op twice
      
      * fix head file error
      13d75736