1. 02 7月, 2022 1 次提交
  2. 01 7月, 2022 5 次提交
  3. 30 6月, 2022 7 次提交
  4. 29 6月, 2022 1 次提交
  5. 28 6月, 2022 4 次提交
  6. 27 6月, 2022 2 次提交
  7. 26 6月, 2022 1 次提交
  8. 24 6月, 2022 8 次提交
  9. 23 6月, 2022 4 次提交
    • Z
      Support setting version for api in yaml (#43771) · 766f4dcb
      zyfncg 提交于
      * move trace into api.yaml
      
      * add trace unittest
      
      * fix trace test
      
      * fix generate op
      766f4dcb
    • W
      【code format】Fix cpplint style 4 (#43695) · 5a55f13b
      wangzhen38 提交于
      * cpplint fix 2
      
      * cpplint fix 2
      
      * fix cpplint style 4
      
      * fix cpplint style 4
      
      * fix cpplint style 4
      
      * fix cpplint style 4
      5a55f13b
    • S
      Fix 3 unittest errors (#43532) · a9134dc2
      Shijie 提交于
      * Fix test_fuse_resnet_unit failure
      
      * Fix test_imperative_auto_mixed_precision failure
      
      * Fix sparse_attention_op error
      
      * Fix sparse_attention_op error
      a9134dc2
    • 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
  10. 22 6月, 2022 1 次提交
    • F
      fix bugs in codegen for operators (#43594) · a160c417
      Feiyu Chan 提交于
      * add codegen for get_expected_kernel, add argument mapping for selected_rows kernels, fix other bugs in codegen for operators.
      * move bernoulli, erf, mv, poisson, trunc, erf to api.yaml and corresponding backward api to backward.yaml
      * generate EmptyGradOpMaker for ops without grad op
      * add code to generate all possible kernel signatures for infrt
      a160c417
  11. 21 6月, 2022 6 次提交