1. 15 Aug, 2023 2 commits
  2. 13 Aug, 2023 1 commit
  3. 12 Aug, 2023 1 commit
  4. 11 Aug, 2023 1 commit
  5. 10 Aug, 2023 1 commit
  6. 09 Aug, 2023 1 commit
  7. 08 Aug, 2023 1 commit
  8. 07 Aug, 2023 1 commit
  9. 06 Aug, 2023 1 commit
  10. 05 Aug, 2023 1 commit
  11. 04 Aug, 2023 2 commits
  12. 01 Aug, 2023 2 commits
  13. 30 Jul, 2023 1 commit
    • Paul Fultz II's avatar
      Enable tuning for MLIR (#1965) · be6ecff6
      Paul Fultz II authored
      * Add initial tuning support
      
      * Format
      
      * Add extra param
      
      * Format
      
      * Use exauhstive flag
      
      * Format
      
      * Set expected shapes
      
      * Format
      
      * Format
      
      * Fix missing symbol
      
      * Format
      
      * Add missing license header
      
      * Format
      
      * Update src/targets/gpu/include/migraphx/gpu/mlir.hpp
      be6ecff6
  14. 29 Jul, 2023 1 commit
  15. 28 Jul, 2023 2 commits
  16. 26 Jul, 2023 1 commit
  17. 25 Jul, 2023 1 commit
  18. 22 Jul, 2023 1 commit
  19. 21 Jul, 2023 1 commit
    • Umang Yadav's avatar
      Make global workitems multiple of local workitems (#1976) · 3216fe52
      Umang Yadav authored
      HIP requires global work items in multiple of local work items. If it is not it is not guaranteed to generate correct results all the time.
      Fixes #1977
      Fixes #1644
      MIGraphX CI has moved to rocm-5.6 which doesn't require hipRTC workarounds
      3216fe52
  20. 19 Jul, 2023 1 commit
  21. 18 Jul, 2023 1 commit
  22. 17 Jul, 2023 2 commits
  23. 13 Jul, 2023 3 commits
  24. 11 Jul, 2023 4 commits
  25. 08 Jul, 2023 2 commits
  26. 06 Jul, 2023 1 commit
  27. 05 Jul, 2023 1 commit
  28. 02 Jul, 2023 1 commit
    • Paul Fultz II's avatar
      Improvement to ck integration (#1859) · 3c9df3b4
      Paul Fultz II authored
      Add a CI job to test CK
      Add MIGRAPHX_TUNE_CK env variable to only do tuning for CK
      Continue tuning even when there is invalid configs
      Fix a bug with parallel compilation not using all available threads
      Add additional test for gemms using half types
      Removed int32 as supported type since it doesnt pass our test suite
      3c9df3b4
  29. 29 Jun, 2023 1 commit