1. 26 Sep, 2023 1 commit
    • charlie's avatar
      Debugging edits · 961f0e1b
      charlie authored
      Softmax fp32
      propagate_constant fp64
      layernorm fp32
      961f0e1b
  2. 20 Sep, 2023 14 commits
  3. 14 Sep, 2023 1 commit
  4. 13 Sep, 2023 1 commit
  5. 08 Aug, 2023 1 commit
  6. 04 Aug, 2023 1 commit
  7. 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
  8. 27 Jul, 2023 1 commit
  9. 14 Jun, 2023 1 commit
  10. 28 May, 2023 1 commit
  11. 05 May, 2023 1 commit
  12. 28 Apr, 2023 1 commit
  13. 10 Apr, 2023 1 commit
  14. 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
  15. 22 Mar, 2023 1 commit
  16. 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
  17. 18 Mar, 2023 1 commit
  18. 16 Feb, 2023 1 commit
  19. 14 Dec, 2022 1 commit
  20. 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
  21. 18 Oct, 2022 1 commit
  22. 13 Oct, 2022 1 commit
  23. 19 Aug, 2022 1 commit
  24. 02 Aug, 2022 1 commit
  25. 29 Jun, 2022 1 commit
  26. 22 Jun, 2022 1 commit
  27. 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