- 16 Sep, 2022 2 commits
- 13 Sep, 2022 5 commits
- 12 Sep, 2022 4 commits
- 09 Sep, 2022 2 commits
- 08 Sep, 2022 3 commits
-
-
Paul Fultz II authored
* Remove unused headers
-
turneram authored
-
turneram authored
-
- 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)
-
- 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 2 commits
- 25 Aug, 2022 2 commits
- 21 Aug, 2022 1 commit
-
-
varunsh authored
* Update is_supported * Return object from is_supported * Return by reference in interator
-
- 19 Aug, 2022 1 commit
-
-
Charlie Lin authored
remove print from source
-
- 17 Aug, 2022 3 commits
-
-
turneram authored
-
turneram authored
-
Paul Fultz II authored
-
- 16 Aug, 2022 2 commits
-
-
Paul Fultz II authored
-
turneram authored
-
- 12 Aug, 2022 3 commits
-
-
turneram authored
-
turneram authored
-
Krzysztof Drewniak authored
Once https://github.com/ROCmSoftwarePlatform/llvm-project-mlir/pull/690 lands, the ABI for MLIR-generated kernels will change. This commit prepares MIGraphX for the change by conditionally selecting the new ABI if MLIR reports a sufficiently high API version in its headers.
-