1. 15 6月, 2023 1 次提交
  2. 25 5月, 2023 1 次提交
  3. 22 5月, 2023 1 次提交
  4. 26 4月, 2023 1 次提交
  5. 17 4月, 2023 1 次提交
  6. 13 4月, 2023 1 次提交
  7. 07 4月, 2023 2 次提交
  8. 16 3月, 2023 1 次提交
    • W
      split layernorm pass (#51228) · 3f3372b6
      wenbin 提交于
      * split pass
      
      * fix compile
      
      * fix ut
      
      * more time
      
      * modify ut
      
      * reduce dim
      
      * fix compile
      
      * reshape weight
      
      * tensor
      
      * remove enforce
      
      * static shape ut
      
      * batchsize
      
      * reorder pass
      
      * minus test cases
      
      * windows timeout
      
      * windows time out
      
      * remove test for windows
      
      * correct
      
      * sssss
      
      * xxx
      3f3372b6
  9. 14 3月, 2023 1 次提交
  10. 06 3月, 2023 2 次提交
    • P
      Rewrite multi_gru_fuse_pass_tester & multi_gru_seq_fuse_pass_tester (#50094) · c9a39758
      Paulina Gacek 提交于
      * first approach
      
      * test finished
      
      * cpp test deleted
      
      * CmakeList corrected
      
      * multi_gru_seq_fuse_pass rewritten
      
      * dummy cout deleted
      
      * review changes
      
      * timeout extended
      c9a39758
    • S
      oneDNN kernels code cleanup (#50743) · e2054925
      Sławomir Siwek 提交于
      * matmul refactored
      
      * fc
      
      * SetOutMemDescWithLogicalLayoutFusesSupport
      
      * matmul_v2
      
      * alpha support
      
      * group repetetive funcs
      
      * matmul utils
      
      * execute matmul methods
      
      * restore registered kernel names
      
      * split header and impl files
      
      * remove double negatives
      
      * increase coverage
      
      * add onednn tests to ctest
      
      * remove fusion logic from base matmuls
      e2054925
  11. 16 2月, 2023 1 次提交
    • H
      Rewrite mkldnn conv bn fuse pass tester (#50034) · e2aacd21
      Hulek 提交于
      * New onednn test
      
      * checkopoint
      
      * added new test, fixed issue with onednn bias
      
      * fix bias check
      
      * remove prints, refactor code
      
      * delete old test
      
      * update python tests cmake
      
      * Delete depracated conv bias
      
      * Delete outdated bias from convolution test
      e2aacd21
  12. 15 2月, 2023 1 次提交
    • 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
  13. 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
  14. 10 2月, 2023 1 次提交
  15. 09 2月, 2023 2 次提交
  16. 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
  17. 01 2月, 2023 1 次提交
    • W
      Preln fix (#49802) · e03718f5
      Wang Bojun 提交于
      * preln_residual 2 fused_bias_residual
      
      * skip layernorm fix and ut
      
      * code refine
      
      * code style refine
      
      * fix ut
      
      * fix output
      
      * add trt layer fall back info
      
      * refine op teller and ut
      
      * DropoutMaskOut output fix
      e03718f5
  18. 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
  19. 17 1月, 2023 1 次提交
  20. 09 1月, 2023 2 次提交
  21. 05 1月, 2023 1 次提交
  22. 03 1月, 2023 1 次提交
  23. 09 12月, 2022 1 次提交
  24. 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
  25. 01 12月, 2022 1 次提交
  26. 10 11月, 2022 1 次提交
  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. 26 10月, 2022 1 次提交
  29. 20 10月, 2022 1 次提交
  30. 18 10月, 2022 2 次提交
    • W
      Merge layernorm trt fuse (#46320) · 5e9f491e
      Wang Bojun 提交于
      * first version, accuracy corrected
      
      * disable debug print
      
      * use blockReduceSum in phi
      
      * add UT
      
      * add opCompat
      
      * code style
      
      * code refine
      
      * bug fix
      
      * code refine
      
      * test fix
      
      * bugfix
      
      * codesytle fix
      
      * code style
      
      * code-style
      
      * code-style
      
      * code-style
      5e9f491e
    • S
      FC + activation fuse passes (#45183) · b7a23adb
      Sławomir Siwek 提交于
      * git
      
      * style
      
      * leave default relu in kernel
      
      * style
      
      * cleanup FCMKLDNN pattern
      
      * merge conflicts
      
      * update develop
      
      * update develop
      
      * add const
      
      * rename to oneDNN and adjust attributes
      
      * whitespace
      b7a23adb
  31. 21 9月, 2022 2 次提交
  32. 19 7月, 2022 1 次提交
  33. 15 7月, 2022 1 次提交
  34. 20 6月, 2022 1 次提交