- 27 Jan, 2023 3 commits
-
-
Paul Fultz II authored
-
Paul authored
-
Paul authored
-
- 26 Jan, 2023 9 commits
-
-
Paul authored
-
Paul Fultz II authored
* Create the shape correctly in python printout
-
Paul authored
-
Paul authored
-
Paul authored
-
Paul authored
-
Paul authored
-
Paul authored
-
Ted Themistokleous authored
Adding action to setup CI for weekly commits for Friday 9AM
-
- 24 Jan, 2023 3 commits
-
-
Ted Themistokleous authored
* Update MIGraphx Docker to point to latest working onnxrt branch. * Add output for ONNXRUNTIME_COMMIT in CI and add env var in brackets
-
Chris Austen authored
-
kahmed10 authored
supports upper and lower trilu not able to support dynamic k values not able to support negative k values
-
- 21 Jan, 2023 1 commit
-
-
Charlie Lin authored
Adds support for parsing dynamic ONNX gemm bias input C
-
- 19 Jan, 2023 1 commit
-
-
Paul Fultz II authored
This prevents multiple adds.
-
- 17 Jan, 2023 5 commits
-
-
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
-
Paul authored
-
Charlie Lin authored
Extends reshape to handle the case of a single non-fixed dynamic_dimension
-
Paul Fultz II authored
-
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
-
- 16 Jan, 2023 1 commit
-
-
Charlie Lin authored
Create a workflows to allow issues to be assigned to a project in github
-
- 13 Jan, 2023 2 commits
-
-
shivadbhavsar authored
This PR resolves the bug addressed in #1496.
-
Charlie Lin authored
Extends parse_matmul.hpp to handle dynamic input shapes Does not support broadcasting of the outer dimensions for dynamic shapes at this time
-
- 11 Jan, 2023 3 commits
-
-
Paul Fultz II authored
* Use cosine to compute half sin
-
Charlie Lin authored
Fixes ONNX parsing of convolution to handle dynamic broadcasting of bias input
-
Charlie Lin authored
Change to python ONNX package 1.10.0 to handle new ONNX test generation.
-
- 09 Jan, 2023 2 commits
-
-
Charlie Lin authored
* Getting incorrect token error on workflow * Try using the other token from ci.yaml * Rename workflow Co-authored-by:Chris Austen <causten@users.noreply.github.com>
-
Ted Themistokleous authored
JIT implementation of the gather operator Added a few more unit tests to this one as well since I saw some odd behavior during bring up.
-
- 06 Jan, 2023 2 commits
-
-
Charlie Lin authored
* Create workflow to add to Github project
-
Paul Fultz II authored
Run a stage using MIGRAPHX_GPU_DEBUG=1.
-
- 04 Jan, 2023 1 commit
-
-
Brian Pickrell authored
Implements dynamic shapes in reduce_op and all its child operator classes (reduce_max etc.)
-
- 29 Dec, 2022 1 commit
-
-
jungpark-mlir authored
-
- 14 Dec, 2022 2 commits
-
-
Chris Austen authored
-
Paul Fultz II authored
* Print python code
-
- 13 Dec, 2022 2 commits
-
-
kahmed10 authored
-
Charlie Lin authored
Implements the operator==(dynamic_dimension, size_t) functions
-
- 11 Dec, 2022 1 commit
-
-
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.
-
- 08 Dec, 2022 1 commit
-
-
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
-