1. 18 Apr, 2023 1 commit
  2. 17 Apr, 2023 1 commit
  3. 13 Apr, 2023 1 commit
  4. 12 Apr, 2023 3 commits
  5. 10 Apr, 2023 2 commits
  6. 07 Apr, 2023 2 commits
  7. 03 Apr, 2023 1 commit
    • ltqin's avatar
      format · 800a20dc
      ltqin authored
      800a20dc
  8. 31 Mar, 2023 4 commits
  9. 30 Mar, 2023 3 commits
  10. 29 Mar, 2023 3 commits
  11. 27 Mar, 2023 2 commits
  12. 24 Mar, 2023 3 commits
  13. 23 Mar, 2023 3 commits
  14. 22 Mar, 2023 4 commits
  15. 20 Mar, 2023 2 commits
  16. 17 Mar, 2023 3 commits
  17. 15 Mar, 2023 2 commits
    • Rostyslav Geyyer's avatar
      Update cmake-ck-dev.sh script (#641) · fa998675
      Rostyslav Geyyer authored
      
      Co-authored-by: default avatarRosty Geyyer <rosty.geyyer@amd.com>
      fa998675
    • rocking5566's avatar
      gemm/Conv xdlops + dlops quantization (#625) · 16dc18e0
      rocking5566 authored
      * Add conv perlayer quantization
      
      * Add gemm_dlops quantization
      
      * Support int8 for innerproduct
      
      * Refine gemm dlops int8 kernel parameter
      
      * Support gfx908(MI100) and gfx90a(MI200)
      
      * clang-format
      
      * Rename example number
      
      * Support different layout for d tensor
      
      * Add conv dlops perchannel quantization example
      
      * Move to example 40
      
      * Extract the common code for different platform (dlops and xdlops)
      
      * Move ot subfolder. Prepare to add other op of quantization
      
      * Refine the quantization instance library
      
      * Add conv dl instances and client example
      
      * Remove unnecessary type
      
      * Add gemm quantization instance
      
      * Add external api and client example
      
      * Refine num_bytes
      
      * Separete different layout to different cpp
      
      * Add more xdl instances
      
      * Revert "Remove unnecessary type"
      
      This reverts commit 82086918
      
      .
      
      * Remove CShuffleDataType in dlops
      Let acc and CShuffleDataType be the same in xdlops
      
      ---------
      Co-authored-by: default avatarzjing14 <zhangjing14@gmail.com>
      16dc18e0