1. 30 Oct, 2023 1 commit
  2. 25 Oct, 2023 1 commit
  3. 24 Oct, 2023 1 commit
  4. 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
  5. 12 Oct, 2023 1 commit
  6. 02 Oct, 2023 1 commit
  7. 01 Oct, 2023 1 commit
  8. 29 Sep, 2023 1 commit
  9. 28 Sep, 2023 2 commits
  10. 12 Sep, 2023 1 commit
  11. 18 Aug, 2023 1 commit
  12. 09 Aug, 2023 1 commit
  13. 28 Jul, 2023 1 commit
    • Paul Fultz II's avatar
      Load python files in the driver (#1793) · b164ceef
      Paul Fultz II authored
      The --py output can be loaded back in the driver. This will embed the migraphx interperter so we can execute the python directly. There is a migraphx_py library which will dynamically load the version of the library for python version is available on the system.
      b164ceef
  14. 27 Jul, 2023 1 commit
  15. 21 Jul, 2023 2 commits
    • Umang Yadav's avatar
      Add back clamping and add tests (#1969) · 6957243c
      Umang Yadav authored
      Fixes #1957
      
      Clamping was removed in #1853.
      
      Turns out clamping as necessary to handle overflow/underflow cases. during downcasting, if it overflowed then without clamping it returned infinity.
      6957243c
    • 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
  16. 18 Jul, 2023 1 commit
  17. 17 Jul, 2023 1 commit
    • Krzysztof Drewniak's avatar
      Enable threading in MLIR (#1899) · 5f5356cc
      Krzysztof Drewniak authored
      This commit removes the build options to disable threading and removes the mutex in compile_mlir.
      The commit being tested is a draft PR on rocMLIR that'll get merged if this passes
      5f5356cc
  18. 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
  19. 01 Jun, 2023 3 commits
  20. 31 May, 2023 3 commits
  21. 29 May, 2023 1 commit
  22. 25 May, 2023 1 commit
  23. 19 May, 2023 1 commit
  24. 22 Mar, 2023 1 commit
  25. 13 Mar, 2023 1 commit
  26. 16 Feb, 2023 1 commit
  27. 31 Jan, 2023 1 commit
    • Umang Yadav's avatar
      hipRTC fixes (#1531) · 91cc7242
      Umang Yadav authored
      Added CMakeFlag for hipRTC. MIGRAPHX_USE_HIPRTC.
      Added stages in Jenkins for hipRTC.
      Fixes for some of the pending issues from hipRTC.
      91cc7242
  28. 06 Jan, 2023 1 commit
  29. 26 Sep, 2022 1 commit
    • Charlie Lin's avatar
      Rewrite ONNX parse batch norm (#1362) · c00f8202
      Charlie Lin authored
      Rewrites the BatchNormalization ONNX operator into other MIGX operators
      - Added handling of 1D input tensor case (edge case in ONNX spec)
      Removes the spatial and per_activation functionality (not in the ONNX spec)
      - Did not remove the batch_norm_inference related code as the TensorFlow parser still uses it
      - Can remove that code when the TF version is updated
      c00f8202
  30. 12 Jul, 2022 1 commit
    • Paul Fultz II's avatar
      Add tests for C API (#1266) · a7a32a9e
      Paul Fultz II authored
      This will ensure that migraphx.h can be included from a C compiler, and check that the C API can be called. This includes stdbool.h which is needed when using bool from C.
      a7a32a9e
  31. 16 Jun, 2022 1 commit
  32. 29 Mar, 2022 1 commit
  33. 05 Nov, 2021 1 commit
  34. 28 Sep, 2021 1 commit