1. 20 7月, 2023 2 次提交
  2. 18 7月, 2023 3 次提交
  3. 17 7月, 2023 1 次提交
  4. 14 7月, 2023 2 次提交
  5. 13 7月, 2023 1 次提交
    • Z
      [CINN] Refactor pass api of group fusion in CINN (#55090) · c80bf368
      zyfncg 提交于
      * new group fuse pass api
      
      * fix header
      
      * update
      
      * change logic of get master node to fix bug
      
      * revert update for ReduceFuseReduce
      
      * modify according review
      
      * modify by review
      
      * refine
      
      * update
      
      * fix code-format
      c80bf368
  6. 12 7月, 2023 1 次提交
    • Y
      [ONEDNN] Upgrade oneDNN version to v3.1 (#52463) · cfa513f7
      YangQun 提交于
      * squash pick the poc code
      * fix build after rebase
      * fix int8 conv and fc uts
      * Fix and clean-up Get_SRC_Scale_Memory
      * fix floating point fc uts
      * fix test_analyzer_int8_googlenet
      * test_analyzer_int8_mobilenetv1
      * fix int8 mobilenet v2 and v3
      * fix build error after rebase
      * [oneDNN] rename library version
      * fix conv bias datatype
      * try to fix import error
      * fix rebase error
      * [oneDNN] pack library into python wheel
      * add MKLDNN_SHARED_LIB_3 to env_dict
      * fix test_analyzer_bert
      * fix fill_constant op kernel
      * fix ernie and matmul op ut
      * fix softplus ut
      * fix conv+relu6 fusion ut
      * fix hardswish fusion
      * fix quant+transpose fusion ut
      * fixsgd ut
      * fix int8 matmul with flatten
      * fix fc+scale fusion
      * fix conv/matmul+gelu fusion uts
      * fix rebase error
      * Revert "fix conv/matmul+gelu fusion uts"
      This reverts commit 47eb5e49972bd8f7271a233def9bfb3e98ce78e1.
      * upgrade to onednn v3.1
      * remove older version onednn
      * use densetensor::data() for achieving mean and var in layernorm impl
      * comments for atol of integer tests
      * fix clang-format
      * Revert "remove older version onednn"
      This reverts commit 783e57ddfd4401254596eae7d47adb9b03590c09.
      * improve binary handle
      * fix expand kernel
      * Revert "use densetensor::data() for achieving mean and var in layernorm impl"
      * always use forward_inference for conv
      * remove activation scales
      * rollback changes to mkldnn.cmake
      * address comments
      * port changes to dequantize kernel
      * fix merge error
      * fix fused_elementwise_kernel
      * upgrade onednn version to v3.1.1
      * fix some approval error
      * fix error msg format
      * remove old onednn libs
      * try to fix symbolic link issue
      * fix cinn test case segfault
      * do not explicit link test with onednn
      * remove unnecessary changes
      * integrate CINN with onednn v3
      * link with mkldnn project
      * fix cinn build file
      
      ---------
      Co-authored-by: NTomasz Socha <tomasz.socha@intel.com>
      Co-authored-by: NChen, Xinyu1 <xinyu1.chen@intel.com>
      Co-authored-by: Ntianshuo78520a <707759223@qq.com>
      cfa513f7
  7. 11 7月, 2023 1 次提交
  8. 07 7月, 2023 2 次提交
  9. 06 7月, 2023 2 次提交
  10. 04 7月, 2023 2 次提交
  11. 03 7月, 2023 1 次提交
  12. 02 7月, 2023 1 次提交
  13. 29 6月, 2023 2 次提交
  14. 28 6月, 2023 5 次提交
  15. 27 6月, 2023 1 次提交
    • 6
      Code merge | Merge CINN into Paddle (#54749) · 67c69dca
      6clc 提交于
      * feat(cmake): add cmake of cinn
      
      * feat(cmake): add cmake of cinn python test
      
      * feat(cmake): add jit
      
      * feat(cmake): test/CMakeList.txt
      
      * feat(cmake): rebase to develop
      
      * feat(cmake): remove some flags
      
      * fix(cmake): fix cinn's gflags depends
      
      * feat(cmake): add ci scripts of cinn
      
      * feat(cmake): copy code of cinn
      
      * fix(cmake): fix cinn third_party model path
      
      * gflags dynamic dependce
      
      * fix ci build_demo
      
      * tmp update to c++17 of cinn-only test
      
      * fix cinn only with c++17
      67c69dca
  16. 26 6月, 2023 4 次提交
  17. 20 6月, 2023 2 次提交
  18. 19 6月, 2023 4 次提交
  19. 16 6月, 2023 2 次提交
  20. 15 6月, 2023 1 次提交
    • G
      [cmake] rm leveldb submodule (#54436) · 3a275162
      gouzil 提交于
      * [cmake] rm leveldb sub
      
      * [cmake] add tag check
      
      * [cmake] fix install dir
      
      * [cmake] fix install error
      
      * [cmake] fix update error
      
      * fix
      3a275162