1. 23 5月, 2023 12 次提交
  2. 22 5月, 2023 9 次提交
  3. 19 5月, 2023 15 次提交
  4. 18 5月, 2023 4 次提交
    • G
      test,test=develop (#53938) · 3ad67b9a
      Galaxy1458 提交于
      3ad67b9a
    • C
      [AMP OP&Test]support prod、meshgrid、expand_as bf16 dtype (#53865) · 706503d0
      Charles-hit 提交于
      * add meshgrid,expand_as, prod and grad bf16 kernel
      
      * fix bf16 for optest
      
      * modify code style
      
      * fix amp test
      706503d0
    • engineer1109's avatar
      remove CopyWithContext limitation (#53771) · d53d8fdc
      engineer1109 提交于
      d53d8fdc
    • 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