1. 24 8月, 2022 1 次提交
  2. 23 8月, 2022 8 次提交
  3. 22 8月, 2022 4 次提交
  4. 19 8月, 2022 4 次提交
  5. 18 8月, 2022 6 次提交
  6. 17 8月, 2022 4 次提交
  7. 16 8月, 2022 7 次提交
  8. 15 8月, 2022 4 次提交
  9. 12 8月, 2022 2 次提交
    • L
      fix nccl comm in sync_bn (#45100) · 1e965756
      LiYuRio 提交于
      1e965756
    • S
      Offload calculations from matmul op to fuse pass (#44941) · acb78ea2
      Sławomir Siwek 提交于
      * remove v2_transpose_reshape
      
      * matmul_transpose_reshape
      
      * reshape_transpose_matmul
      
      * Add int8 support for matmulV2
      
      * restore ut
      
      * adjust old ut
      
      * restore parallel UT ruels
      
      * remove mkldnn code from base ops
      
      * move enforces to pass
      
      * remove duplicated functions
      
      * delete duplicated enforces
      
      * feedback from review
      
      * add comments to variables
      
      * enable eltwise support
      
      * dynamic attribute
      
      * remove fusepass tests from op test
      
      * remove fuse pass cases from op test
      
      * revert introduction of dynamic attributes
      
      * style
      Co-authored-by: Nwozna <joanna.wozna@intel.com>
      acb78ea2