"test/vscode:/vscode.git/clone" did not exist on "8ce6758a3de549d298f89429ed029ef3c2e4bbc2"
  1. 21 Feb, 2023 2 commits
  2. 20 Feb, 2023 1 commit
  3. 16 Feb, 2023 2 commits
  4. 15 Feb, 2023 5 commits
  5. 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
    • Paul Fultz II's avatar
      Add serialization of tuples and optional types (#1495) · 41bf982d
      Paul Fultz II authored
      * Add serialization of tuples and optional types
      41bf982d
  6. 13 Feb, 2023 1 commit
  7. 11 Feb, 2023 1 commit
  8. 10 Feb, 2023 1 commit
  9. 09 Feb, 2023 1 commit
  10. 08 Feb, 2023 1 commit
  11. 06 Feb, 2023 2 commits
  12. 03 Feb, 2023 2 commits
  13. 02 Feb, 2023 1 commit
  14. 01 Feb, 2023 1 commit
    • Ted Themistokleous's avatar
      Parse if inline constant args (#1533) · ca15cd37
      Ted Themistokleous authored
      Allows migraphx to inline the IF operator when we run into an IF that can be evaluated at compile time, thus avoiding us injecting IF and just inserting the instructions directly.
      ca15cd37
  15. 31 Jan, 2023 2 commits
    • charlie's avatar
      First pass on the operator · 0b0a6d4f
      charlie authored
      only works if exact batch size submodule present
      will need to make it assemble from other sizes later
      0b0a6d4f
    • Umang Yadav's avatar
      hipRTC fixes (#1531) · 91cc7242
      Umang Yadav authored
      Added CMakeFlag for hipRTC. MIGRAPHX_USE_HIPRTC.
      Added stages in Jenkins for hipRTC.
      Fixes for some of the pending issues from hipRTC.
      91cc7242
  16. 30 Jan, 2023 2 commits
  17. 24 Jan, 2023 2 commits
  18. 21 Jan, 2023 1 commit
  19. 17 Jan, 2023 4 commits
    • Charlie Lin's avatar
      Dynamic ONNX Gemm (#1459) · 8b651eee
      Charlie Lin authored
      Extends ONNX Gemm parser to handle dynamic input shapes
      Limits ONNX Gemm parsing to 2D input tensors for A and B inputs
      As per the ONNX specifications
      Changed Gemm ONNX tests to 2D input versions
      Add onnx_verify tests for Gemm
      Parsing ONNX Gemm links to more than one operator, checking that it produces the correct result
      8b651eee
    • Charlie Lin's avatar
      Dynamic ref reshape (one non-fixed case) (#1500) · 3f49f8eb
      Charlie Lin authored
      Extends reshape to handle the case of a single non-fixed dynamic_dimension
      3f49f8eb
    • Paul Fultz II's avatar
    • Charlie Lin's avatar
      Dynamic ref pad (#1487) · 8202e411
      Charlie Lin authored
      Extends pad operator to handle dynamic input shapes
      Only handles computing the shape for adding constant padding to a dynamic shape
      - adds the padding to the min, max, and opt values (unless opt is 0, where it keeps it 0)
      - does not handle reflect padding with dynamic shapes
      8202e411
  20. 13 Jan, 2023 2 commits
  21. 11 Jan, 2023 3 commits
  22. 09 Jan, 2023 1 commit