- 17 Oct, 2023 6 commits
- 16 Oct, 2023 1 commit
-
-
Paul Fultz II authored
This will enable MLIR by default for these cases: Any convolution fusion Any int8 gemm fusion All Navi3 standalone convolutions With a flag(ie MIGRAPHX_ENABLE_MLIR) to enable MLIR for floating-point gemm fusions Except: 3x3 winnograd convolutions fusions (except on Navi) K > 2048 on gemm (as CK) Also there is MIGRAPHX_DISABLE_MLIR to disable MLIR completely.
-
- 14 Oct, 2023 5 commits
-
-
Lakhinder Walia authored
Add support for the QLinearMatMul onnx operator
-
Lakhinder Walia authored
-
kahmed10 authored
-
Artur Wojcik authored
-
Lakhinder Walia authored
-
- 13 Oct, 2023 1 commit
-
-
turneram authored
-
- 12 Oct, 2023 2 commits
-
-
Manupa Karunaratne authored
Currently, we see MLIR partition candidates recieving non-standard shape due to not fusing in squeeze, flatten and unsqueeze ops. These ops could be canonicalized to reshape without introducing additional ops as long as MLIR backend is concerned.
-
Charlie Lin authored
-
- 11 Oct, 2023 8 commits
-
-
Paul Fultz II authored
-
Ted Themistokleous authored
* Fix scatter operator for nonstandard shapes remove standard() shape check for scatter inputs. * Add nostandard input tests for scatter --------- Co-authored-by:Chris Austen <causten@users.noreply.github.com>
-
Artur Wojcik authored
-
Artur Wojcik authored
-
Artur Wojcik authored
-
Artur Wojcik authored
-
Artur Wojcik authored
-
Artur Wojcik authored
-
- 10 Oct, 2023 3 commits
-
-
Artur Wojcik authored
-
Michał Gallus authored
-
Ted Themistokleous authored
-
- 06 Oct, 2023 6 commits
-
-
Krzysztof Drewniak authored
-
Paul Fultz II authored
-
Lakhinder Walia authored
-
Artur Wojcik authored
-
Charlie Lin authored
-
Artur Wojcik authored
-
- 04 Oct, 2023 2 commits
-
-
Artur Wojcik authored
-
Zakor Gyula authored
-
- 03 Oct, 2023 3 commits
-
-
Umang Yadav authored
-
Charlie Lin authored
Makes ConstantOfShape work with a variable dimensions input
-
Umang Yadav authored
-
- 29 Sep, 2023 2 commits
-
-
Umang Yadav authored
add flags for ck, Enable CK with hipRTC. CK can be used with the MIGRAPHX_ENABLE_CK=1 and MIGRAPHX_TUNE_CK=1
-
Chris Austen authored
Enable MLIR performance enhancements with MIGRAPHX_ENABLE_MLIR=1
-
- 28 Sep, 2023 1 commit
-
-
Ted Themistokleous authored
-