1. 17 2月, 2023 1 次提交
  2. 16 2月, 2023 2 次提交
  3. 15 2月, 2023 2 次提交
    • H
      Rewrite conv activation mkldnn fuse pass tester (#49278) · 84beef80
      Hulek 提交于
      * Done
      
      * Deleted old python test, fixed new python test, changed names in parallel_UT
      
      * Revert parallel UT changes
      
      * Revert parallel UT changes v2
      
      * Review fixes and simplification of conv output shape calculation, disabled sqrt from conv_act_duse_pass
      
      * delete sqrt from possible activations from conv_concat_relu test
      
      * review refactor
      
      * merge main
      
      * delete sqrt from list of compatible activations
      
      * Test with no outdated inputs
      84beef80
    • Y
      [PHI Decoupling]Remove Profiler header (Part2) (#50183) · 8fabca11
      YuanRisheng 提交于
      * move profiler
      
      * add file
      
      * fix mac compile bugs
      
      * fix ci bugs
      
      * fix mac bugs
      
      * fix ci bugs
      
      * fix compile bugs
      
      * perfect code according comment
      8fabca11
  4. 11 2月, 2023 1 次提交
    • W
      [TRT] elementwise_add+transpose fusion (#50081) · fd0d4fa4
      Wang Bojun 提交于
      * eleadd_trans first version
      
      log fix
      
      * refine code for linear format, add pass check
      
      * linear format refine and ut fix
      
      * fix ut
      
      * windows ut
      
      * windows ut 2
      
      * move tensorMeta and alloc to configure
      fd0d4fa4
  5. 10 2月, 2023 1 次提交
  6. 09 2月, 2023 1 次提交
  7. 08 2月, 2023 1 次提交
    • P
      fuse quantize+transpose and transpose+dequantize (#49509) · 197a4ffe
      Paulina Gacek 提交于
      * QuantTranpose pattern is being found by pass
      
      * quant + transpose fuse
      
      * code style changes
      
      * UT written, reorder fixed
      
      * Dequantize + transpose2 fuse  added
      
      * pass name changed
      
      * UT added & shift corrected
      
      * got rid of redundancy
      
      * review changes
      
      * AsIntermediate corrected
      
      * compat added
      197a4ffe
  8. 03 2月, 2023 1 次提交
    • P
      Rewrite conv testers from cpp to python (#49582) · aa8cef4a
      Paulina Gacek 提交于
      * conv_bias_mkldnn_fuse_pass_tester rewritten
      
      * conv_concat_relu_mkldnn_fuse_pass_tester rewritten
      
      * conv_elementwise_add_fuse_pass_tester rewritten
      
      * mkldnn changed to onednn
      
      * tests added to cmakeLists, style fix
      
      * got rid of unnecessary UT, some style changes
      
      * changes in naming convention
      
      * max_examples reduced
      
      * time out added
      aa8cef4a
  9. 31 1月, 2023 1 次提交
    • W
      gn_silu (#49928) · 111075a3
      wenbin 提交于
      * gn_silu
      
      * add ut
      
      * set TIMEOUT
      
      * correct comments
      
      * comments
      
      * disable windows ut
      
      * rename parameter
      111075a3
  10. 17 1月, 2023 1 次提交
  11. 16 1月, 2023 1 次提交
  12. 13 1月, 2023 1 次提交
  13. 10 1月, 2023 1 次提交
  14. 09 1月, 2023 3 次提交
  15. 05 1月, 2023 1 次提交
  16. 03 1月, 2023 1 次提交
  17. 02 1月, 2023 1 次提交
  18. 14 12月, 2022 2 次提交
  19. 08 12月, 2022 2 次提交
  20. 06 12月, 2022 1 次提交
  21. 05 12月, 2022 1 次提交
    • W
      Reverse roll fuse (#46914) · feb68dd1
      Wang Bojun 提交于
      * pass
      
      * pass
      
      * draft version
      
      * share mem opt
      
      * remove sharemem
      
      * add pattern for the case with circle_shift=0
      
      * add UT
      
      * pass opt
      
      * test_fix
      
      * code-commit
      
      * code-style
      
      * code style
      
      * code-style
      
      * ut-fix
      
      * op teller refine
      
      * resolve conflict
      
      * adjust position op_teller list and pass order for swin
      
      * ut code style update
      
      * adjust paddle pass order
      
      * refine pass order
      
      * refine pass order
      
      * refine pass order
      feb68dd1
  22. 30 11月, 2022 1 次提交
  23. 23 11月, 2022 2 次提交
  24. 15 11月, 2022 1 次提交
  25. 11 11月, 2022 1 次提交
  26. 10 11月, 2022 2 次提交
  27. 08 11月, 2022 1 次提交
    • S
      Migrate old C++ unit tests to Python framework (#47006) · 0c9f09b8
      Sławomir Siwek 提交于
      * softplus+activation
      
      * fc + elementwise_add test refactored
      
      * rename MKLDNN to OneDNN
      
      * fc+activation tests refactored
      
      * remove softplus ut
      
      * whitespace
      
      * whitespace
      
      * codestyle
      
      * codestyle
      
      * add more cases to fc+act
      
      * remove softplus+hard_sigmoid pass
      
      * remove softplus + hard_sigmoid UT
      
      * add approximate for gelu
      
      * swish beta range
      
      * new codestyle
      
      * reduce number of tests
      0c9f09b8
  28. 07 11月, 2022 1 次提交
    • H
      suqeeze2 + transpose2 fuse onednn (#47592) · fa874a46
      Hui Zhang 提交于
      * suqeeze2 transpose2 fuse onednn
      
      * format
      
      * fix output shape
      
      * fix conflict
      
      * format
      
      * format
      
      * remove useless
      
      * remove log
      
      * simply pass
      
      * fix comment
      
      * fix
      
      * fix msg
      
      * fix error msg
      
      * format
      fa874a46
  29. 04 11月, 2022 1 次提交
  30. 27 10月, 2022 1 次提交
    • L
      make all cpp tests dynamic linked to libpaddle.so [except windows] (#47088) · 2096448b
      Leo Chen 提交于
      * make all cpp tests dynamic linked to libpaddle.so
      
      * add comments
      
      * keep old cc_test for some tests
      
      * fix some ut
      
      * make some ut use cc_test_old
      
      * fix typos and fit for win32
      
      * fix lib path
      
      * fix some tests
      
      * skip lite test
      
      * fit for rocm
      
      * fit for cinn
      
      * fit for mac
      
      * fit for win32
      
      * skip inference ut
      
      * skip  windows
      
      * fix coverage
      2096448b
  31. 26 10月, 2022 2 次提交