1. 07 Nov, 2023 1 commit
  2. 02 Nov, 2023 1 commit
  3. 01 Nov, 2023 1 commit
  4. 19 Oct, 2023 3 commits
  5. 13 Oct, 2023 1 commit
  6. 12 Oct, 2023 1 commit
  7. 11 Oct, 2023 4 commits
  8. 06 Oct, 2023 1 commit
  9. 28 Sep, 2023 1 commit
  10. 24 Sep, 2023 1 commit
  11. 16 Sep, 2023 1 commit
  12. 15 Sep, 2023 1 commit
  13. 31 Aug, 2023 1 commit
  14. 23 Aug, 2023 1 commit
  15. 12 Aug, 2023 1 commit
  16. 31 Jul, 2023 1 commit
  17. 25 Jul, 2023 1 commit
  18. 22 Jul, 2023 1 commit
  19. 17 Jul, 2023 1 commit
  20. 08 Jul, 2023 1 commit
    • Artur Wojcik's avatar
      export API symbols from dynamic libraries (#1892) · c04fbc92
      Artur Wojcik authored
      Export API symbols for migraphx, migraphx_ref, migraphx_cpu, migrphx_gpu, migraphx_device, migraphx_tf, and migraphx_onnx. There is a separate PR for migrahx_c.
      
      API symbol exporting affects only Windows. It is transparent on Linux.
      c04fbc92
  21. 06 Jul, 2023 1 commit
    • Paul Fultz II's avatar
      Enable eval to handle multiple contexts (#1751) · 072fd5cc
      Paul Fultz II authored
      This is to help enable multi-target execution. We store a vector of targets and contexts. Currently this will only compile a single target, the PR #1672 is needed to enable multiple targets.
      
      This will also serialize the targets and contexts.
      
      When using the execution_environment or prog.get_context() it will always use the context from the first target assuming this is the "primary" target. Although, its unlikely a user would use execution_environment with a multi-target environment.
      072fd5cc
  22. 22 Jun, 2023 1 commit
    • Ted Themistokleous's avatar
      Update install prereqs python fix (#1782) · c5cd87ce
      Ted Themistokleous authored
      
      
      * Update instal_prereqs.sh to handle 22.04 defines
      
      Needed to run containers with 22.04
      
      * Add Dockerfile for Ubuntu 22.04 and ROCm 5.5
      
      Updated dockerfile to use ROCm 5.5 and Ubuntu 22.04 for use with building MIGraphX
      Able to run make -j$(nproc) check successfully with this
      
      * Clean this up since its breaking CI
      
      * cleanup install preq some more.
      
      -use one protobuf version
      -remove extra python3.8 installs from 3.10 case
      
      * Move comment for protobuf comment
      
      * Move Dockerfile for 22.04 to Dockerfiles/ folder
      
      * Move and rename 2204 docker file
      
      remove Docker_** from the name. Move these to tools/docker
      
      * Add pip3 installs to be shared between python versions
      
      * Add Package pin from repo.radeon.com
      
      * Add CMAKE_ARG ONNX_USE_PROTOBUF_SHARED_LIBS for every default python dist
      
      Set this to be default as part of installing prereqs
      
      ---------
      Co-authored-by: default avatarCharlie Lin <charlie.lin@amd.com>
      Co-authored-by: default avatarUmang Yadav <29876643+umangyadav@users.noreply.github.com>
      Co-authored-by: default avatarkahmed10 <15948690+kahmed10@users.noreply.github.com>
      c5cd87ce
  23. 19 May, 2023 1 commit
  24. 09 May, 2023 1 commit
  25. 03 May, 2023 1 commit
    • Charlie Lin's avatar
      Update C/C++ API for dynamic batch (#1712) · 0ff00ef6
      Charlie Lin authored
      Relies on Removed split_single_dyn_dim compile flag #1711
      Exposes dynamic_dimension as a opaque object with dynamic_dimensions and optimals
      Exposes ONNX dyn_input_dims and default_dyn_dim to run with dynamic batch
      Updates api.py to be able to create objects from aggregate initialization (used for dynamic_dimension)
      Uses offload copy for now
      0ff00ef6
  26. 11 Apr, 2023 1 commit
  27. 09 Apr, 2023 1 commit
  28. 24 Mar, 2023 1 commit
    • Ted Themistokleous's avatar
      Add Additional flags to accuracy_checker.py (#1637) · 6c8b978d
      Ted Themistokleous authored
      Useful to get more insight into Onnxruntime. Allows us to reuse the accuracy checker code while also allowing us to capture Execution Provider output with the --ort_run and --ort_logging flags
      
      Also added the --target flag as well to allow us to force using either a specific target for the accuracy checking. Originally this was defaulting to the GPU. This now allows us to use ref, fpga, etc to quickly change targets.
      6c8b978d
  29. 18 Mar, 2023 1 commit
  30. 17 Feb, 2023 1 commit
  31. 16 Feb, 2023 2 commits
  32. 15 Feb, 2023 1 commit
  33. 11 Feb, 2023 1 commit
  34. 09 Feb, 2023 1 commit