1. 03 Aug, 2023 2 commits
  2. 01 Aug, 2023 2 commits
  3. 13 Jul, 2023 1 commit
  4. 07 Jul, 2023 2 commits
  5. 06 Jul, 2023 3 commits
    • Artur Wojcik's avatar
    • Paul Fultz II's avatar
      Use MIGRAPHX_GLOBAL (#1918) · c45b34c3
      Paul Fultz II authored
      This will also annotate the function with the block size so the compiler can do a better job of optimizing.
      c45b34c3
    • 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
  6. 05 Jul, 2023 3 commits
  7. 02 Jul, 2023 3 commits
  8. 01 Jul, 2023 1 commit
  9. 30 Jun, 2023 2 commits
  10. 29 Jun, 2023 2 commits
  11. 28 Jun, 2023 2 commits
  12. 27 Jun, 2023 1 commit
  13. 26 Jun, 2023 1 commit
  14. 23 Jun, 2023 1 commit
  15. 22 Jun, 2023 2 commits
    • Zhuoran Yin's avatar
      [mlir] Adding mlir quant_dot operator support (#1816) · 01342ae1
      Zhuoran Yin authored
      Add mlir quant_dot operator support
      01342ae1
    • 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: Umang Yadav <29876643+uma...
      c5cd87ce
  16. 21 Jun, 2023 3 commits
  17. 20 Jun, 2023 8 commits
  18. 19 Jun, 2023 1 commit
    • Paul's avatar
      Format · 8dd49c16
      Paul authored
      8dd49c16