1. 14 Nov, 2023 1 commit
  2. 10 Nov, 2023 1 commit
    • Chris Austen's avatar
      Merge Navi changes for int8 unit tests and verification mlir issues (#2393) · 7f8f0fd0
      Chris Austen authored
      Ensure unique module name for MLIR standalone ops (#2360)
      Cherry Pick ASAN build excluding additional bin files -1839 #2370
      Use an older version of numpy for compatibility with Python3.6 #2369
      Add space after rate message
      Fix wrong size check when axes not present for slice (#2270)
      Updated Changelog to document latest release work (#2363)
      Run simplify_qdq first before optimize_module (#2387)
      fix unit tests and verification issues on navi
      Set numpy to 1.21.6 and disable py3.6 test
      Release notes & changelog updates (#2395)
      7f8f0fd0
  3. 01 Nov, 2023 1 commit
    • Chris Austen's avatar
      Ensure unique module name for MLIR standalone ops (#2360) (#2380) · b4b8909e
      Chris Austen authored
      Cherry Pick ASAN build excluding additional bin files -1839 #2370
      Use an older version of numpy for compatibility with Python3.6 #2369
      Add space after rate message
      Fix wrong size check when axes not present for slice (#2270)
      Updated Changelog to document latest release work (#2363)
      b4b8909e
  4. 20 Oct, 2023 5 commits
  5. 19 Oct, 2023 8 commits
  6. 18 Oct, 2023 2 commits
  7. 17 Oct, 2023 4 commits
  8. 16 Oct, 2023 1 commit
    • Paul Fultz II's avatar
      Enable MLIR by default for more cases (#2274) · 650ba45f
      Paul Fultz II authored
      This will enable MLIR by default for these cases:
      
      Any convolution fusion
      Any int8 gemm fusion
      All Navi3 standalone convolutions
      With a flag(ie MIGRAPHX_ENABLE_MLIR) to enable MLIR for floating-point gemm fusions
      Except:
      
      3x3 winnograd convolutions fusions (except on Navi)
      K > 2048 on gemm (as CK)
      Also there is MIGRAPHX_DISABLE_MLIR to disable MLIR completely.
      650ba45f
  9. 14 Oct, 2023 6 commits
  10. 13 Oct, 2023 2 commits
  11. 12 Oct, 2023 4 commits
  12. 11 Oct, 2023 5 commits