1. 04 Oct, 2023 1 commit
  2. 03 Oct, 2023 2 commits
  3. 02 Oct, 2023 1 commit
  4. 01 Oct, 2023 1 commit
  5. 29 Sep, 2023 1 commit
  6. 28 Sep, 2023 2 commits
  7. 27 Sep, 2023 5 commits
  8. 26 Sep, 2023 1 commit
  9. 18 Aug, 2023 1 commit
  10. 09 Aug, 2023 1 commit
  11. 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
  12. 27 Jul, 2023 1 commit
  13. 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
  14. 18 Jul, 2023 1 commit
  15. 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
  16. 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
  17. 31 May, 2023 2 commits
  18. 29 May, 2023 1 commit
  19. 19 May, 2023 1 commit
  20. 22 Mar, 2023 1 commit
  21. 13 Mar, 2023 1 commit
  22. 16 Feb, 2023 1 commit
  23. 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
  24. 06 Jan, 2023 1 commit
  25. 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
  26. 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
  27. 16 Jun, 2022 1 commit
  28. 29 Mar, 2022 1 commit
  29. 05 Nov, 2021 1 commit
  30. 28 Sep, 2021 1 commit
  31. 26 Jul, 2021 1 commit
  32. 25 Jul, 2021 1 commit