1. 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
  2. 25 Apr, 2023 1 commit
  3. 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
  4. 28 Mar, 2023 1 commit
  5. 25 Mar, 2023 1 commit
  6. 16 Feb, 2023 1 commit
  7. 30 Nov, 2022 1 commit
  8. 23 Nov, 2022 1 commit
  9. 03 Oct, 2022 1 commit
    • Umang Yadav's avatar
      Add output_alias and runs_on_offload_target flags for the custom ops (#1309) · c9ffb38d
      Umang Yadav authored
      Adds two methods for the custom_ops virtual class.
      
      bool runs_on_offload_target(), if the custom op runs directly on the gpu then it should be set to true. in this case, custom op expects its parameters to reside in GPU memory and writes output to the GPU memory. If it is set to false then, custom op expects it's parameter to reside on the host and puts back the result into the host memory.
      
      output_alias, if output of the custom op is aliasing the input buffer. i.e. interpreting the same input buffer with differnet shape and strides.
      
      Update as_vector() in C++ API to handle non-standard shapes. It required exposing element_index to space_index conversion method for the shape class.
      c9ffb38d
  10. 06 Sep, 2022 1 commit
  11. 09 Aug, 2022 1 commit
  12. 29 Jun, 2022 2 commits
  13. 28 Jun, 2022 2 commits
  14. 23 Jun, 2022 2 commits
  15. 22 Jun, 2022 1 commit
  16. 31 May, 2022 1 commit
  17. 27 May, 2022 1 commit
  18. 25 May, 2022 2 commits
  19. 11 May, 2022 1 commit
  20. 14 Apr, 2022 1 commit
  21. 17 Feb, 2022 1 commit
  22. 11 Feb, 2022 1 commit
  23. 08 Feb, 2022 1 commit
  24. 28 Jan, 2022 1 commit
  25. 10 Dec, 2021 1 commit
  26. 25 Nov, 2021 1 commit
  27. 06 Oct, 2021 1 commit
  28. 08 Sep, 2021 1 commit
  29. 07 Sep, 2021 1 commit
  30. 17 Aug, 2021 1 commit
  31. 02 Aug, 2021 1 commit
  32. 29 Jul, 2021 1 commit
  33. 26 Jul, 2021 4 commits