1. 20 Sep, 2023 14 commits
  2. 14 Sep, 2023 1 commit
  3. 13 Sep, 2023 1 commit
  4. 08 Aug, 2023 1 commit
  5. 04 Aug, 2023 1 commit
  6. 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
  7. 27 Jul, 2023 1 commit
  8. 14 Jun, 2023 1 commit
  9. 28 May, 2023 1 commit
  10. 05 May, 2023 1 commit
  11. 28 Apr, 2023 1 commit
  12. 10 Apr, 2023 1 commit
  13. 06 Apr, 2023 1 commit
    • Charlie Lin's avatar
      Driver dynamic batch update (#1652) · adccec52
      Charlie Lin authored
      Examples..
      
      bin/driver verify /codes/onnx_models/resnet50-v1-7/resnet50-v1-7.onnx --split-single-dyn-dim --batch 3 --dyn-input-dim @data "[{min:1, max:4}, 3, 224, 224]"
      
      bin/driver compile /codes/onnx_models/resnet50-v1-7/resnet50-v1-7.onnx --split-single-dyn-dim --default-dyn-dim "{min:1, max:10}" --output resnet50_batch1-10.mxr
      
      bin/driver perf resnet50_batch1-10.mxr --batch 4
      adccec52
  14. 22 Mar, 2023 1 commit
  15. 21 Mar, 2023 1 commit
    • Umang Yadav's avatar
      Fix default target in driver (#1635) · 11e2451f
      Umang Yadav authored
      Recent changes #1608 removed migraphx_all_target lib from driver and that led to missing compile time definitions.
      Missing compile definitions led to change of default target in driver.
      11e2451f
  16. 18 Mar, 2023 1 commit
  17. 16 Feb, 2023 1 commit
  18. 14 Dec, 2022 1 commit
  19. 26 Oct, 2022 1 commit
    • kahmed10's avatar
      Regenerate driver models (#1422) · d8756a4e
      kahmed10 authored
      use_dynamic_same_auto_pad was removed from convolution, but the driver models still retain the fields. This PR regenerates the files so that they are compatible again.
      d8756a4e
  20. 18 Oct, 2022 1 commit
  21. 13 Oct, 2022 1 commit
  22. 19 Aug, 2022 1 commit
  23. 02 Aug, 2022 1 commit
  24. 29 Jun, 2022 1 commit
  25. 22 Jun, 2022 1 commit
  26. 05 May, 2022 1 commit
    • Paul Fultz II's avatar
      Cppcheck fixes (#1195) · d582425b
      Paul Fultz II authored
      Fixes the #error when using cppcheck. This no longer suppresses cppcheck errors when including those errors. This fixes the cppcheck errors that was there already.
      d582425b
  27. 14 Mar, 2022 1 commit