1. 10 Mar, 2024 1 commit
  2. 09 Mar, 2024 5 commits
  3. 08 Mar, 2024 2 commits
  4. 06 Mar, 2024 1 commit
    • Paul Fultz II's avatar
      Add host lib (#1134) · 8eff4d62
      Paul Fultz II authored
      
      
      * Format
      
      * Format
      
      * Format
      
      * Remove const
      
      * Use the right template
      
      * Format
      
      * Format
      
      * add row/col instances
      
      * Add missing file
      
      * fixed
      
      * Format
      
      * Updates
      
      * Format
      
      * fixed rrr layout
      
      * Format
      
      * Update test and embed modules
      
      * Restore older version
      
      * Update year
      
      * Set -fPIC
      
      * Format
      
      * Use double for isnan
      
      * rename host folder to codegen + minor fix
      
      * add codegen CI test
      
      * add option to build components without building CK
      
      * fix the groovy syntax
      
      * fix typo
      
      * use the correct function for the codegen stage
      
      ---------
      Co-authored-by: default avatarJing Zhang <jizha@amd.com>
      Co-authored-by: default avatarIllia Silin <98187287+illsilin@users.noreply.github.com>
      Co-authored-by: default avatarillsilin <Illia.Silin@amd.com>
      8eff4d62
  5. 01 Mar, 2024 1 commit
  6. 29 Feb, 2024 3 commits
  7. 28 Feb, 2024 2 commits
  8. 27 Feb, 2024 4 commits
  9. 26 Feb, 2024 1 commit
  10. 24 Feb, 2024 1 commit
  11. 21 Feb, 2024 1 commit
  12. 20 Feb, 2024 1 commit
  13. 17 Feb, 2024 1 commit
  14. 16 Feb, 2024 1 commit
  15. 15 Feb, 2024 1 commit
  16. 14 Feb, 2024 1 commit
  17. 13 Feb, 2024 2 commits
  18. 12 Feb, 2024 1 commit
  19. 08 Feb, 2024 1 commit
  20. 07 Feb, 2024 2 commits
  21. 02 Feb, 2024 2 commits
  22. 31 Jan, 2024 1 commit
  23. 24 Jan, 2024 1 commit
    • Illia Silin's avatar
      Fixing most of the cppcheck errors. (#1142) · 180e5720
      Illia Silin authored
      * fix cppcheck errors, first pass
      
      * fix format
      
      * fix returned value in examples
      
      * add macro definitions for cppcheck
      
      * fix the profile_gemm logic
      
      * update the gemm profiler logic
      
      * add more difinitions to cppcheck, fix couple more errors
      
      * replace runtime error with message in device function
      
      * fix a couple of int4 issues
      
      * no return for fill function
      
      * fix errors in data_types.hpp
      
      * fix format
      
      * fix few remaining errors
      
      * fix errors in data_types.hpp
      
      * fix last couple of errors in datat_types.hpp
      180e5720
  24. 19 Jan, 2024 2 commits
  25. 15 Jan, 2024 1 commit
    • Illia Silin's avatar
      Add cppcheck to CK CI. (#1125) · e6d099c8
      Illia Silin authored
      * add cppcheck to the CK CI
      
      * fix the path to CK source for cppcheck
      
      * fix the path to CK source for cppcheck one more time
      
      * fix the path to CK source for cppcheck third time
      
      * change the path to ck_cppcheck.log
      
      * install latest cppcheck from source
      
      * fix bug in ck.hpp and use 20 threads for cppcheck
      
      * create a switch to turn cppckeck on and off in CI
      e6d099c8