1. 14 Oct, 2024 3 commits
  2. 12 Oct, 2024 1 commit
  3. 10 Oct, 2024 1 commit
    • Thomas Ning's avatar
      Ck tile gemm cshuffle & CK Tile GEMM restructure (#1535) · 6f27bc98
      Thomas Ning authored
      
      
      * ake the cshuffle compilable
      
      * modify Mhe reference on gpu and cpu. Correaccess of cshuffle
      
      * fix the cpu reference code
      
      * Complete the in tile shuffle logic
      
      * restructure the kernel template input
      
      * change the naming pattern of ck_tile gemm pipeline
      
      * Re-format files using remod.py
      
      * Solve the fmha conflict with gemm
      
      * Comment Addressed from Carlus
      
      ---------
      Co-authored-by: default avatarPo Yen, Chen <PoYen.Chen@amd.com>
      6f27bc98
  4. 09 Oct, 2024 2 commits
  5. 08 Oct, 2024 3 commits
  6. 07 Oct, 2024 3 commits
  7. 04 Oct, 2024 2 commits
  8. 02 Oct, 2024 2 commits
  9. 01 Oct, 2024 2 commits
  10. 27 Sep, 2024 1 commit
  11. 26 Sep, 2024 1 commit
  12. 25 Sep, 2024 2 commits
  13. 22 Sep, 2024 1 commit
  14. 20 Sep, 2024 2 commits
  15. 18 Sep, 2024 1 commit
  16. 14 Sep, 2024 1 commit
  17. 13 Sep, 2024 1 commit
    • Jun Liu's avatar
      Customize filesystem in CK for legacy systems (#1509) · 81bc1496
      Jun Liu authored
      
      
      * Legacy support: customized filesystem
      
      * Update cmakefile for python alternative path
      
      * fix build issues
      
      * CK has no boost dependency
      
      * More fixes to issues found on legay systems
      
      * fix clang format issue
      
      * Check if blob is correctly generated in cmake
      
      * fix the python issues
      
      * add a compiler flag for codegen when using alternative python
      
      * use target_link_options instead of target_compile_options
      
      ---------
      Co-authored-by: default avatarillsilin <Illia.Silin@amd.com>
      81bc1496
  18. 12 Sep, 2024 1 commit
  19. 11 Sep, 2024 2 commits
  20. 10 Sep, 2024 1 commit
  21. 07 Sep, 2024 1 commit
    • Thomas Ning's avatar
      Ck tile gemm example (#1488) · caacd388
      Thomas Ning authored
      
      
      * Checkpoint: Finished with the tile example & kernel verification, working on the different matrix layout
      
      * Finished the Matrix Layout feature set up. Note: Need to modify the inner block to solve the shuffle problem in the future.
      
      * Fix: Clang Format, API fixed from fmha
      
      * fix with better naming convention
      
      * revert back the pipeline code of fmha
      
      * Fixed: Addressed the comments and merge the GEMM shape of GEMM Operator and FMHA Operator to one.
      
      * clang format with the reference_gemm file
      
      * convert the clang format with the remod.py
      
      * Changed the format and variable name of the kernel gemm_shape and partitioner
      
      ---------
      Co-authored-by: default avatarthomasning <thomasning@banff-cyxtera-s70-4.ctr.dcgpu>
      caacd388
  22. 05 Sep, 2024 2 commits
  23. 03 Sep, 2024 1 commit
  24. 02 Sep, 2024 1 commit
  25. 30 Aug, 2024 2 commits