- 30 Aug, 2022 2 commits
-
-
Khalique Ahmed authored
-
Khalique Ahmed authored
-
- 29 Aug, 2022 3 commits
-
-
Khalique Ahmed authored
-
Khalique Ahmed authored
-
Umang Yadav authored
reshape op requires standard shape. During simplify_algebra, it inserts reshapes without checking for this requirement.
-
- 27 Aug, 2022 2 commits
-
-
Paul Fultz II authored
* Track kernel time
-
Paul Fultz II authored
This will rewrite dot operators like X(Y + b) to XY + Xb when b is constant as we can fold the add away. This improves handling pointwise with broadcasted operators, this helps improves const propagation. Improve gemm fusion with a mul_add Improve support for broadcast shapes in gemm
-
- 26 Aug, 2022 1 commit
-
-
Charlie Lin authored
-
- 24 Aug, 2022 1 commit
-
-
Charlie Lin authored
declare a missing std::size
-
- 23 Aug, 2022 9 commits
-
-
Paul authored
-
Paul authored
-
Khalique Ahmed authored
-
Khalique Ahmed authored
-
Paul authored
-
Paul authored
-
Paul authored
-
Paul authored
-
Charlie Lin authored
Has NMS op output a dynamic shape (ONNX spec behavior) Allows for dynamic input shape to NMS op
-
- 22 Aug, 2022 1 commit
-
-
Paul authored
-
- 21 Aug, 2022 4 commits
- 20 Aug, 2022 6 commits
- 19 Aug, 2022 8 commits
- 18 Aug, 2022 1 commit
-
-
shivadbhavsar authored
Add function argument_from_pointer to allow directly passing a migraphx.shape object and a memory address. Expose the is_compiled() method from migraphx::program. Expose the enum types under migraphx::op.
-
- 17 Aug, 2022 2 commits
-
-
Paul Fultz II authored
-
Paul Fultz II authored
* Horizontally fuse contiguous
-