1. 03 9月, 2021 9 次提交
  2. 02 9月, 2021 6 次提交
  3. 01 9月, 2021 10 次提交
  4. 31 8月, 2021 4 次提交
  5. 30 8月, 2021 3 次提交
  6. 27 8月, 2021 6 次提交
  7. 26 8月, 2021 2 次提交
    • J
      [oneDNN] disable caching oneDNN primitives in matmul v2, Reduce grad and... · 31f0221f
      Jacek Czaja 提交于
      [oneDNN] disable caching oneDNN primitives in  matmul v2, Reduce grad and elementwise_add grad, expand_v2 (#35132)
      
      * - grad caching disabled of matmul_v1
      
      - compilation fix
      
      - compilation fix
      
      * - reduction removed
      
      * - Matmul v2 disabled caching
      
      * Draft of further changes
      
      * - workaround for reducegrad
      
      * - fixes to UT
      
      * - fix to compilation
      
      * - another fix
      
      * - fix
      31f0221f
    • D
      fix assign bug support fp16 uint8 (#35153) · 270efb96
      duanboqiang 提交于
      * fix assign bug support fp16 uint8
      
      * fix dygragh assign bool bug
      
      * modify code style
      
      * revoke bool modification
      270efb96