- 26 Sep, 2023 2 commits
-
-
Artur Wojcik authored
-
Artur Wojcik authored
Signed-off-by:Artur Wojcik <artur.wojcik@amd.com>
-
- 25 Sep, 2023 1 commit
-
-
Chris Austen authored
https://docs.readthedocs.io/en/stable/config-file/v2.html build.image will be deprecated in October 2023
-
- 24 Sep, 2023 3 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>
-
Chris Austen authored
-
- 23 Sep, 2023 1 commit
-
-
Chris Austen authored
-
- 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 3 commits
-
-
Paul Fultz II authored
-
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 3 commits
-
-
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
-
Ahsan Saghir authored
This disables python 2.7 version in cmake/PythonModules.cmake
-
Chris Austen authored
Adjust Github Action flows to reduce the workload per commit by caching the docker image once so all jobs can use it
-
- 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.
-
- 17 Sep, 2023 1 commit
-
-
github-actions[bot] authored
-
- 16 Sep, 2023 5 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
-
Ahsan Saghir authored
-
ravil-mobile authored
-
Paul Fultz II authored
-
- 15 Sep, 2023 3 commits
-
-
Umang Yadav authored
-
Paul Fultz II authored
-
Paul Fultz II authored
-
- 14 Sep, 2023 3 commits
-
-
Umang Yadav authored
MIOpen fusions are not serialized with tuned solutions. Print warnings for such cases.
-
Paul Fultz II authored
-
Brian Pickrell authored
New op that populates a shape with random numbers with a uniform distribution. The rand_uniform op. can implement the Onnx RandomUniform instruction, and can also create the random number sequence necessary to implement Multinomial. (At this time, our Onnx Multinomial parsing generates a random sequence of numbers when parsing as a workaround, so that the resulting program uses the same "random" set every time.) Arguments: shape, seed. Shape is required; can be static or dynamic. Seed is still optional in this version. If it's not given at inference time, use the value in the creation attribute seed. Update: deleted A boolean use_auto_seed causes any given seed to be ignored.
-
- 13 Sep, 2023 4 commits
-
-
Ted Themistokleous authored
Useful for CI purposes as well as keeping track in our .deb creation which version of Onnxruntime MIGraphX has had CI tested against it.
-
Umang Yadav authored
-
Paul Fultz II authored
-
Krzysztof Drewniak authored
In addition, since the bug in the sigmoid test is resolved, also uncomment that temporary disable.
-
- 12 Sep, 2023 1 commit
-
-
Paul Fultz II authored
-
- 11 Sep, 2023 4 commits
-
-
ravil-mobile authored
-
github-actions[bot] authored
-
Paul Fultz II authored
-
tvukovic-amd authored
-
- 10 Sep, 2023 3 commits
-
-
tvukovic-amd authored
Added case to skip test_limits<int,long> while running tests on Windows since int and long have same min and max values
-
Charlie Lin authored
Makes a version of allocate that takes in dimensions and allocates a buffer Going to create a simplify_dynamic_ops compiler pass that will use the use_shape_attr flag The ONNX op ConstantOfShape needs the buffer to be filled with a specific value, so going to make another PR for that and a fill operator
-
Lakhinder Walia authored
Reduce memory footprint by std::move of temporary (potentially very large) containers. Minor cleanup for performance optimization: e.g. of Index() calculation -- which can get repeated millions of times in large tensors/vectors in a single Visit.
-
- 08 Sep, 2023 1 commit
-
-
ravil-mobile authored
-