- 11 Oct, 2023 1 commit
-
-
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 4 commits
-
-
Ted Themistokleous authored
-
Paul Fultz II authored
-
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 6 commits
-
-
Ted Themistokleous authored
Modify reshapes to use reshape_lazy for aliasing and then reshape for a reshape copy operation to eliminate contiguous
-
Krzysztof Drewniak authored
Currently, the is_mlir_conv predicate wasn't being used when offloading standalone convolutions to MLIR on Navi3x, which caused failures relating to being unable to construct the MLIR program when a 3D convlolution was passed in. This commit amends the standalone lowering to use said predicate, as well as to include quant_convolution and quant_dot into the set of operations that get a standalone lowering.
-
ravil-mobile authored
-
Krzysztof Drewniak authored
Add mlir_logger, which registers a MLIR diagnostic handler that captures any information generated by a MLIR compile and saves it to a string. This will be useful during tuning, where some such errors may be the result of an inapplicable tuning configuration and should be suppressed.
-
Paul Fultz II authored
-
Umang Yadav authored
-
- 24 Sep, 2023 1 commit
-
-
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
-
- 22 Sep, 2023 1 commit
-
-
Paul Fultz II authored
Skip verifying literals and parameters Print the correct trim value Print failure for an exception and continue reduce Print if shapes do not match
-
- 21 Sep, 2023 2 commits
-
-
kahmed10 authored
update matcher, update tests
-
Chris Austen authored
* Rectify flipped coordinate_transformation_mode logic in ROIAlign * Handle both opset 10 and 16 versions * Fix version check and clang tidy warning Co-authored-by:Dino Musić <dino.music@htecgroup.com>
-
- 20 Sep, 2023 1 commit
-
-
Chris Austen authored
Add parsing support for value_float, value_floats, value_int, value_ints attributes Disable failing tests Resolves Test failures due to IndexError: _Map_base::at migraphx-benchmark/AMDMIGraphX#76
-
- 19 Sep, 2023 1 commit
-
-
shivadbhavsar authored
This resolves an edge case found in multiple huggingface models in some cases the find_split_reshape matcher will match with reshape2, but vec_rsp will consist of reshape1 dims causing a shape mismatch error. Solution is to include rsp when checking all reshapes are the same.
-
- 16 Sep, 2023 4 commits
-
-
Paul Fultz II authored
let the user know which targets migraphx was built for and how to build migraphx for their gpu.
-
Charlie Lin authored
Implements a fill operator that sets the values in an output buffer to a given value Will be used when parsing ONNX ConstantOfShape Can also be used when a buffer needs to be filled with a value that is determined at runtime
-
ravil-mobile authored
-
Paul Fultz II authored
-
- 15 Sep, 2023 2 commits
-
-
Umang Yadav authored
-
Paul Fultz II authored
-
- 14 Sep, 2023 1 commit
-
-
Umang Yadav authored
MIOpen fusions are not serialized with tuned solutions. Print warnings for such cases.
-