1. 27 Jan, 2023 10 commits
  2. 26 Jan, 2023 8 commits
  3. 25 Jan, 2023 4 commits
  4. 24 Jan, 2023 6 commits
  5. 21 Jan, 2023 2 commits
  6. 19 Jan, 2023 1 commit
  7. 17 Jan, 2023 2 commits
  8. 11 Jan, 2023 1 commit
  9. 09 Jan, 2023 1 commit
  10. 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
  11. 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
  12. 07 Dec, 2022 1 commit
  13. 06 Dec, 2022 1 commit
    • Ted Themistokleous's avatar
      Add tupleVisitor for from_gpu (#1465) · a4c2b889
      Ted Themistokleous authored
      Need this for when we debug and use MIGRAPHX_TRACE_EVAL() to show tuples
      Without this we break when reading our buffer due to the use of visit()
      This came up as part of #1283 debugging.
      a4c2b889