1. 20 7月, 2022 1 次提交
  2. 19 7月, 2022 1 次提交
  3. 14 7月, 2022 2 次提交
  4. 13 7月, 2022 1 次提交
  5. 12 7月, 2022 3 次提交
    • J
    • S
      matmul+activation fuse pass (#43519) · 3333a439
      Sławomir Siwek 提交于
      * add method for post ops
      
      * format code
      
      * gpd
      
      * format style
      
      * add matmul+act test
      
      * implement matmul+activation
      
      * whitespaces
      
      * code style
      
      * python code format
      
      * Increase UT timeout
      
      * code format
      
      * update style
      
      * generalize activation fuse passes
      
      * change order
      
      * Unify activation GPD
      
      * Revert changes with op_act
      
      * remove softmax mkldnn attrs
      
      * set common name for act attributes
      
      * whitespace
      
      * append postops by helper function
      
      * ut style
      
      * revert changes related to quantization
      
      * Reduce redundancy
      
      * reduce number of parameters
      
      * trigger CI
      
      * validate attribute
      
      * trim unit test
      3333a439
    • X
      fix_convfusion (#44226) · 636c6347
      xiaoxiaohehe001 提交于
      636c6347
  6. 11 7月, 2022 3 次提交
  7. 07 7月, 2022 2 次提交
    • S
      [Windows CI] copy onnxruntime.dll to c++ test folder in windows (#44121) · 05b7ef8d
      Sing_chan 提交于
      * copy onnxruntime.dll to c++ test folder in windows
      
      * remove ut that failed due to onnxrumtime.dll
      
      * test_api_impl failed of diff
      
      * use TARGET to make sure if the test exist; use POST_BUILD to add copy command
      05b7ef8d
    • A
      [IPU] support dy2static for IPU merge code (#43770) · 6984fbca
      Allen Guo 提交于
      * feat(): dynamic_to_static support for ipu.
      
      * fix(): format fix.
      
      * fix format
      
      * fix cpplint error
      
      * use phi::errors
      
      * fix format
      
      * fix format
      
      * fix(): add api to restore patched function.
      
      * fix(): identity_loss uses cpu place as expected kernel type.
      
      * doc(): add IPU dy2static related docs.
      
      * fix(): combine test cases.
      
      * fix format
      
      * fix comment
      
      * fix format
      
      * apply comment
      
      * fix compiling
      
      * fix(): align docs.
      
      * fix(): fix identity_loss function docs.
      
      * fix(): adjust mean and sum in identity_loss.
      
      * fix(): minor docs.
      
      * move API to paddle.incubate.identity_loss
      
      * fix UT
      Co-authored-by: Nzhaorui chen <zhaoruic@graphcore.ai>
      6984fbca
  8. 06 7月, 2022 1 次提交
  9. 05 7月, 2022 2 次提交
  10. 04 7月, 2022 5 次提交
  11. 30 6月, 2022 1 次提交
  12. 28 6月, 2022 1 次提交
    • R
      Remove boost::variant (#43100) · b3cf28f8
      Ruibiao Chen 提交于
      * boost::variant -> paddle::variant
      
      * boost::variant.apply_visit -> paddle::visit
      
      * Update pybind_boost_hraders.h
      
      * Fix CINN compilation errors
      
      * Revert FetchResultType
      b3cf28f8
  13. 26 6月, 2022 1 次提交
  14. 24 6月, 2022 1 次提交
  15. 23 6月, 2022 3 次提交
    • W
      general_prelayernorm_transformer (#43748) · 178b2440
      Wangzheee 提交于
      178b2440
    • W
      【code format】fix cpplint style 5 (#43733) · 75080988
      wangzhen38 提交于
      * fix cpplint style 5
      
      * fix cpplint style 5
      
      * fix cpplint style 5
      
      * fix cpplint style 5
      
      * fix cpplint style 5
      
      * fix cpplint style 5
      
      * fix cpplint style 5
      75080988
    • S
      [external reviewing] Params to int8 pass (#42625) · b8b2d6a9
      Sylwester Fraczek 提交于
      * sylwek
      
      prototype params to int8 pass
      
      * trying to make warmup work
      
      * wip
      
      * wip
      
      * change test to cpp test
      
      * review fixes, refactoring
      
      * more refactoring
      
      * add erasevars
      
      * change test to fixture
      
      * rename pass
      
      and reorder erasevars and graphsaferemovenodes
      
      * fix
      
      * more refactoring and fixed bug
      
      * formatting
      
      * remove scale count
      
      * enfroce message too short
      
      * remove erasevars
      
      erasevars couldbe cauuse of memory issues
      
      some other fixes
      
      * add count of successfull fuses to name of new nodes
      
      * FindVar -> GetVar and use ConvResidual pattern
      
      * use tensor->clear() instead of new variable
      
      * Update paddle/fluid/framework/ir/mkldnn/params_quantization_mkldnn_pass_tester.cc
      Co-authored-by: NTomasz Socha <tomasz.socha@intel.com>
      
      * Update paddle/fluid/framework/ir/mkldnn/params_quantization_mkldnn_pass_tester.cc
      Co-authored-by: NTomasz Socha <tomasz.socha@intel.com>
      
      * Update paddle/fluid/inference/tests/api/analyzer_lexical_analysis_gru_tester.cc
      Co-authored-by: NTomasz Socha <tomasz.socha@intel.com>
      
      * add log (review fix)c
      
      * review fix (2 functions to one)
      
      * code review: Conv->QuantizeConv
      
      * revert
      
      * fix formatting
      
      * remove unused functions
      
      * add paddle enforce
      Co-authored-by: NTomasz Socha <tomasz.socha@intel.com>
      b8b2d6a9
  16. 22 6月, 2022 1 次提交
  17. 21 6月, 2022 3 次提交
  18. 20 6月, 2022 1 次提交
  19. 17 6月, 2022 1 次提交
  20. 13 6月, 2022 1 次提交
  21. 09 6月, 2022 3 次提交
  22. 08 6月, 2022 1 次提交
  23. 07 6月, 2022 1 次提交