1. 23 5月, 2023 14 次提交
  2. 22 5月, 2023 12 次提交
  3. 20 5月, 2023 1 次提交
  4. 19 5月, 2023 9 次提交
  5. 18 5月, 2023 4 次提交
    • H
      [XPU] fix bug on XPUPlace and AllGather (#53926) · 4a4ffe9a
      houj04 提交于
      4a4ffe9a
    • Z
      [inference][trt]Remove trt sparse weight api (#53905) · 1007690b
      Zhang Jun 提交于
      * Revert "[inference][trt]add trt sparse weights switch (#53562)"
      
      This reverts commit 4a69a536.
      
      * remove kSPARSE_WEIGHTS
      
      * remove kFASTER_DYNAMIC_SHAPES_0805 and add 'TrtMajorVersion' function
      1007690b
    • Y
      adjust inference lib dir (#53091) · 9b0f621c
      Yuanle Liu 提交于
      9b0f621c
    • H
      Fused elementwises kernels and ops (#51427) · fb4a6ecf
      Hulek 提交于
      * Fused elementwises kernels and ops
      
      * change fuse pass name
      
      * adjust .pbtxt files
      
      * adjust quantization attributes
      
      * add missing arguments and fix others, review fixed
      
      * simplify fused kernel registration
      
      * fix elementwise unit tests
      
      * reuse one fused elementwise op
      
      * adjust proto
      
      * Add supported datatypes
      
      * Change 'Scale' to 'scale' in tests, change some tests to onednn
      
      * Revert breaking changes
      
      * Fix unit tests
      
      * Delete obsolete test cases
      
      * Delete commented out code
      
      * Fix codestyle
      
      * delete temporary condition
      
      * fix conflicts and delete duplicate fusing
      
      * Fix code after merge
      
      * Move tests to new directory
      
      * fix tests volatility
      
      * Rename test_elementwise_add_onednn_op.py to test_elementwise_add_mkldnn_op.py
      
      * Update CMakeLists.txt add mkldnn op test
      
      ---------
      Co-authored-by: NSilv3S <slawomir.siwek@intel.com>
      fb4a6ecf