- 09 Sep, 2022 3 commits
- 08 Sep, 2022 2 commits
-
-
Paul Fultz II 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 1 commit
-
-
Paul Fultz II authored
* Fix accuracy bug when vectorizing slices
-
- 06 Sep, 2022 2 commits
-
-
kahmed10 authored
-
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 1 commit
-
-
Charlie Lin authored
-
- 24 Aug, 2022 1 commit
-
-
Charlie Lin authored
declare a missing std::size
-
- 23 Aug, 2022 10 commits
-
-
Paul authored
Merge branch 'jit-layernorm-merge' of github.com:ROCmSoftwarePlatform/AMDMIGraphX into jit-layernorm-merge
-
Paul authored
-
Paul authored
-
Paul Fultz II authored
-
Paul 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 5 commits
-
-
Paul authored
-
Paul authored
-
Paul authored
-
Paul Fultz II authored
-
Paul authored
-