- 19 Oct, 2023 4 commits
-
-
Umang Yadav authored
-
Umang Yadav authored
-
Umang Yadav authored
-
kahmed10 authored
-
- 18 Oct, 2023 8 commits
-
-
Umang Yadav authored
-
Umang Yadav authored
-
Umang Yadav authored
-
Umang Yadav authored
-
Umang Yadav authored
-
Umang Yadav authored
-
Zakor Gyula authored
-
Charlie Lin authored
-
- 17 Oct, 2023 4 commits
-
-
Attila Dusnoki authored
-
Attila Dusnoki authored
-
Charlie Lin authored
-
Paul Fultz II authored
-
- 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 6 commits
-
-
Lakhinder Walia authored
Add support for the QLinearMatMul onnx operator
-
Lakhinder Walia authored
-
kahmed10 authored
-
Artur Wojcik authored
-
Lakhinder Walia authored
-
Chris Austen authored
-
- 13 Oct, 2023 15 commits
-
-
Umang Yadav authored
-
Umang Yadav authored
-
Umang Yadav authored
-
turneram authored
-
Umang Yadav authored
-
Umang Yadav authored
-
Umang Yadav authored
-
Umang Yadav authored
-
Umang Yadav authored
-
Umang Yadav authored
-
Umang Yadav authored
-
Umang Yadav authored
-
Umang Yadav authored
-
Ahsan Saghir authored
This sets up the virtual environments for running python onnx tests. ctest's fixtures are used to ensure that the virtual environment is set up before the tests are run.
-
Umang Yadav 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.
-
Ahsan Saghir authored
-