1. 14 Jun, 2023 1 commit
  2. 06 Jun, 2023 2 commits
  3. 25 May, 2023 2 commits
  4. 06 May, 2023 1 commit
    • Chris Austen's avatar
      Rocm56 dynbatch (#1737) · 2e128d9d
      Chris Austen authored
      
      
      * Removed split_single_dyn_dim compile flag (#1711)
      * Update C/C++ API for dynamic batch (#1712)
      * Python API update for dynamic batch (#1723)
      * Dynamic batch C++ API example #1728
      * Optimize file space of github runners (#1743)
      Co-authored-by: default avatarCharlie Lin <charlie.lin@amd.com>
      2e128d9d
  5. 05 May, 2023 1 commit
  6. 25 Apr, 2023 3 commits
  7. 24 Apr, 2023 3 commits
  8. 21 Apr, 2023 1 commit
  9. 20 Apr, 2023 1 commit
  10. 19 Apr, 2023 1 commit
  11. 18 Apr, 2023 3 commits
  12. 17 Apr, 2023 3 commits
  13. 13 Apr, 2023 1 commit
  14. 12 Apr, 2023 3 commits
  15. 11 Apr, 2023 3 commits
  16. 10 Apr, 2023 3 commits
  17. 09 Apr, 2023 1 commit
  18. 07 Apr, 2023 1 commit
  19. 06 Apr, 2023 2 commits
    • 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
    • Paul Fultz II's avatar
      Add reduction fusion (#1614) · f201285c
      Paul Fultz II authored
      Automatically fuse multiple reductions and pointwise operations.
      f201285c
  20. 05 Apr, 2023 3 commits
  21. 04 Apr, 2023 1 commit
    • shivadbhavsar's avatar
      fix bug in transpose_slice simplification (#1660) · 30af1697
      shivadbhavsar authored
      Bug found due to failing torch benchmark. Added test case to reproduce issue causing the model to error out on compile.
      Original logic results in the following error:
      AMDMIGraphX/src/include/migraphx/op/unsqueeze.hpp:128: normalize_compute_shape: UNSQUEEZE: Axis dimenstion is not divisible by step
      30af1697