- 16 Sep, 2022 4 commits
- 14 Sep, 2022 1 commit
-
-
Paul authored
-
- 13 Sep, 2022 7 commits
- 12 Sep, 2022 5 commits
- 09 Sep, 2022 3 commits
-
-
turneram authored
-
turneram authored
-
Chris Austen authored
migraphx version is now 2.4
-
- 08 Sep, 2022 4 commits
-
-
Paul Fultz II authored
* Remove unused headers
-
turneram authored
-
turneram authored
-
Charlie Lin authored
Fixes TF literal parsing for relu6. previously always made a float type literal, breaks for float16 as an example
-
- 07 Sep, 2022 6 commits
- 06 Sep, 2022 1 commit
-
-
Paul Fultz II authored
Using not and or improves readability. The cppcheck rule will help ensure we are doing it consistently.
-
- 31 Aug, 2022 1 commit
-
-
turneram authored
Rewrite_gelu pass replaces the gelu formula of x * (1/2) * (1 + erf(x/sqrt(2))) with the sigmoid approximation of x * Sigmoid(x * 1.702)
-
- 29 Aug, 2022 1 commit
-
-
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 3 commits
-
-
turneram authored
-
turneram authored
-
Charlie Lin authored
-
- 25 Aug, 2022 2 commits