"docs/ZH_CN/vscode:/vscode.git/clone" did not exist on "6d07a72e43e407b9d0187a988169a0878a413bce"
- 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
- 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.
-
- 02 Aug, 2022 1 commit
-
-
jungpark-mlir authored
-
- 29 Jul, 2022 1 commit
-
-
Umang Yadav authored
Currently, while copying a host buffer to the device, it first registers/maps the host buffer pointer to address space of the device. If the host buffer has been allocated by the hipHostMalloc then, it is implicitly registered to the device's address space, and no need to register again. This PR adds a check for the same.
-