- 16 Sep, 2023 1 commit
-
-
Paul Fultz II authored
-
- 15 Sep, 2023 2 commits
-
-
Umang Yadav 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 3 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.
-
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 3 commits
-
-
ravil-mobile authored
-
Paul Fultz II authored
-
tvukovic-amd authored
-
- 10 Sep, 2023 2 commits
-
-
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 2 commits
-
-
ravil-mobile authored
-
ravil-mobile authored
-
- 07 Sep, 2023 1 commit
-
-
Paul Fultz II authored
-
- 06 Sep, 2023 2 commits
-
-
kahmed10 authored
-
Umang Yadav authored
-
- 05 Sep, 2023 1 commit
-
-
ravil-mobile authored
-
- 31 Aug, 2023 1 commit
-
-
Paul Fultz II authored
-
- 30 Aug, 2023 1 commit
-
-
Paul Fultz II authored
-
- 29 Aug, 2023 1 commit
-
-
Brian Pickrell authored
Adds support for dynamic input shape in pooling operator along with auto-padding. This combination requires that the padding (and therefore the output shape) can't be computed until runtime.
-
- 28 Aug, 2023 1 commit
-
-
Umang Yadav authored
-
- 22 Aug, 2023 1 commit
-
-
Paul Fultz II authored
-
- 21 Aug, 2023 1 commit
-
-
Paul Fultz II authored
-
- 18 Aug, 2023 2 commits
-
-
Paul Fultz II authored
-
Charlie Lin authored
Allows slice to work with variable starts, ends, and axes input Outputs a dynamic shape even with a static shape data input when the starts and ends are variable
-
- 16 Aug, 2023 1 commit
-
-
Paul Fultz II authored
-
- 13 Aug, 2023 1 commit
-
-
Umang Yadav authored
-
- 12 Aug, 2023 3 commits
-
-
Michał Gallus authored
-
Paul Fultz II authored
-
Paul Fultz II authored
-
- 11 Aug, 2023 2 commits
-
-
Paul Fultz II authored
-
Paul Fultz II authored
-
- 10 Aug, 2023 1 commit
-
-
Krzysztof Drewniak authored
This PR constitutes the MIGraphX-side changes needed to not break the build in the presence of ROCmSoftwarePlatform/rocMLIR#1136 , and updates what data is sent in to MLIR during the kernel generation and tuning process.
-
- 09 Aug, 2023 2 commits
-
-
Paul Fultz II authored
-
Paul Fultz II authored
-
- 08 Aug, 2023 1 commit
-
-
kahmed10 authored
* add quant_dot fusion, clip literal opt
-