- 30 Oct, 2023 1 commit
-
-
Artur Wojcik authored
-
- 25 Oct, 2023 1 commit
-
-
github-actions[bot] authored
-
- 20 Oct, 2023 4 commits
-
-
Zakor Gyula authored
-
turneram authored
Adds workarounds to avoid passing capture ops and scalar literals from quantization as arguments to ck_gemm.
-
nives-vukovic authored
-
music-dino authored
-
- 19 Oct, 2023 2 commits
-
-
github-actions[bot] authored
* Update onnxruntime main 635d3faa3b3908d2806d009dc6872152cfcfcdda * Update script for build_and_test_onnxrt.sh
-
Paul Fultz II authored
-
- 18 Oct, 2023 1 commit
-
-
Zakor Gyula authored
-
- 17 Oct, 2023 3 commits
-
-
Attila Dusnoki authored
-
Attila Dusnoki authored
-
Charlie Lin 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 4 commits
-
-
Lakhinder Walia authored
Add support for the QLinearMatMul onnx operator
-
Lakhinder Walia authored
-
kahmed10 authored
-
Lakhinder Walia authored
-
- 13 Oct, 2023 2 commits
-
-
turneram 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.
-
- 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
-
- 11 Oct, 2023 2 commits
-
-
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
-
- 10 Oct, 2023 1 commit
-
-
Ted Themistokleous authored
-
- 06 Oct, 2023 3 commits
-
-
Lakhinder Walia authored
-
tvukovic-amd authored
-
Artur Wojcik authored
-
- 05 Oct, 2023 1 commit
-
-
Ahsan Saghir authored
-
- 04 Oct, 2023 1 commit
-
-
Zakor Gyula authored
-
- 03 Oct, 2023 2 commits
-
-
Attila Dusnoki authored
-
Charlie Lin authored
Makes ConstantOfShape work with a variable dimensions input
-
- 28 Sep, 2023 2 commits
-
-
Charlie Lin authored
-
Umang Yadav authored
MIGraphX verification by default uses normalized RMS error as the basis for the verification. This change adds some logic to allow migraphx to do "np.allclose" type of elementwise verification using atol and rtol. Commit also includes changes to consistently pass "gold" or "expected" results as the second argument for "verify_range()" calls. Default RMS tolerance inside driver is set to 0.001 which IMO is high for FP32 compared to what we had earlier. Need better defaults
-
- 27 Sep, 2023 3 commits
-
-
Ted Themistokleous authored
Modify reshapes to use reshape_lazy for aliasing and then reshape for a reshape copy operation to eliminate contiguous
-
Paul Fultz II authored
-
Umang Yadav authored
-
- 24 Sep, 2023 2 commits
-
-
Charlie Lin authored
New compiler pass that simplifies dynamic shapes related operators to their static versions if possible Will normally be used after a split_single_dyn_dim pass
-
Chris Austen authored
Co-authored-by:Attila Dusnoki <attila.dusnoki@htecgroup.com>
-
- 23 Sep, 2023 1 commit
-
-
Chris Austen authored
-
- 21 Sep, 2023 1 commit
-
-
Paul Fultz II authored
-