1. 16 Feb, 2023 3 commits
  2. 15 Feb, 2023 2 commits
  3. 14 Feb, 2023 2 commits
    • charlie's avatar
      Somehow this verify test works · 996426be
      charlie authored
      * Changed the allocates to occur in the submodules
        * Incomplete, as the use_local_alloc variable in module does not work
        properly
      * added a hip::sync_stream before the return
      * not sure why the hip::sync_stream gets rid of the dangling reference
      error (code-wise it's because hip::sync_stream's output alias is -1)
      996426be
    • shivadbhavsar's avatar
      Set device to current hip device when loading programs (#1561) · 4e11431d
      shivadbhavsar authored
      Currently, we default to device 0 when loading programs. Updating this to use hipGetDevice to set the device for the loaded program.
      4e11431d
  4. 10 Feb, 2023 2 commits
  5. 08 Feb, 2023 1 commit
  6. 06 Feb, 2023 2 commits
  7. 31 Jan, 2023 2 commits
  8. 19 Jan, 2023 1 commit
  9. 17 Jan, 2023 2 commits
  10. 11 Jan, 2023 1 commit
  11. 09 Jan, 2023 1 commit
  12. 11 Dec, 2022 1 commit
    • Umang Yadav's avatar
      change target flag (#1488) · b41c1f01
      Umang Yadav authored
      HIP had change in previous rocm releases to use --offload-arch instead of --cuda-gpu-arch.
      
      This should be backwards compatbile. hipRTC also supports --offload-arch.
      b41c1f01
  13. 08 Dec, 2022 2 commits
    • Charlie Lin's avatar
      Dynamic ref dot operator (#1457) · d411aa69
      Charlie Lin authored
      Extends dot MIGX operator to handle dynamic input shapes
      Only allow dot between two dynamic shapes that have exactly matching outer dimensions
      Inner dimensions must also match correspondingly
      Updates dot related tests
      Change check_shapes to use shape.ndim()
      ONNX parsers for GEMM and MatMult will be updated in a separate PR
      d411aa69
    • Charlie Lin's avatar
      Dynamic reference Softmax (#1475) · 8e7d2efe
      Charlie Lin authored
      No major changes required, use dyn_output and pass dynamic shape when calling compute_shape()
      Adds dynamic shape tests
      8e7d2efe
  14. 07 Dec, 2022 1 commit
  15. 06 Dec, 2022 2 commits
  16. 29 Nov, 2022 1 commit
  17. 20 Nov, 2022 1 commit
  18. 18 Nov, 2022 1 commit
    • Umang Yadav's avatar
      Disable Find2.0 for now (#1462) · 493bb8d5
      Umang Yadav authored
      Disabling it untill int8 fix is in mainline from MIOpen and also so that QA tests could run migraphx-driver and unittests from MIGraphX.
      493bb8d5
  19. 07 Nov, 2022 1 commit
  20. 06 Nov, 2022 1 commit
  21. 02 Nov, 2022 2 commits
  22. 28 Oct, 2022 1 commit
  23. 27 Oct, 2022 2 commits
  24. 26 Oct, 2022 1 commit
  25. 24 Oct, 2022 1 commit
  26. 19 Oct, 2022 2 commits
  27. 18 Oct, 2022 1 commit