- 27 Oct, 2023 1 commit
-
-
Brian Pickrell authored
-
- 26 Oct, 2023 4 commits
-
-
Brian Pickrell authored
-
Brian Pickrell authored
-
Brian Pickrell authored
-
Brian Pickrell authored
-
- 24 Oct, 2023 2 commits
-
-
Brian Pickrell authored
comment cleanup, some test fixes, minor refactoring of parse_resize. onnx_test still fails; needs to be updated with new instructions.
-
Brian Pickrell authored
comment cleanup, some test fixes, minor refactoring of parse_resize. onnx_test still fails; needs to be updated with new instructions.
-
- 20 Oct, 2023 4 commits
-
-
Brian Pickrell authored
-
Zakor Gyula authored
-
nives-vukovic authored
-
music-dino authored
-
- 18 Oct, 2023 1 commit
-
-
Zakor Gyula authored
-
- 17 Oct, 2023 3 commits
-
-
Attila Dusnoki authored
-
Attila Dusnoki authored
-
Charlie Lin authored
-
- 14 Oct, 2023 3 commits
-
-
Lakhinder Walia authored
Add support for the QLinearMatMul onnx operator
-
Lakhinder Walia authored
-
Lakhinder Walia authored
-
- 11 Oct, 2023 1 commit
-
-
Artur Wojcik authored
-
- 10 Oct, 2023 1 commit
-
-
Ted Themistokleous authored
-
- 06 Oct, 2023 1 commit
-
-
Lakhinder Walia authored
-
- 04 Oct, 2023 1 commit
-
-
Zakor Gyula authored
-
- 03 Oct, 2023 2 commits
-
-
Umang Yadav authored
-
Charlie Lin authored
Makes ConstantOfShape work with a variable dimensions input
-
- 21 Sep, 2023 1 commit
-
-
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
-
- 15 Sep, 2023 1 commit
-
-
Brian Pickrell authored
-
- 10 Sep, 2023 1 commit
-
-
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.
-
- 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.
-
- 21 Aug, 2023 1 commit
-
-
Paul Fultz II authored
-
- 18 Aug, 2023 1 commit
-
-
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
-
- 12 Aug, 2023 1 commit
-
-
Michał Gallus authored
-
- 11 Aug, 2023 1 commit
-
-
Paul Fultz II authored
-
- 08 Aug, 2023 1 commit
-
-
Paul Fultz II authored
-
- 23 Jul, 2023 1 commit
-
-
Charlie Lin authored
-
- 22 Jul, 2023 1 commit
-
-
Charlie Lin authored
Throwing on these calls catches dynamic shape errors earlier rather than having to backpedal from a bad call
-
- 21 Jul, 2023 1 commit
-
-
Umang Yadav authored
Fixes #1746 BatchNorm only has x as the runtime input parameter for the following equation. All the other parameters are compile-time constants and related operations can be const-folded before quantizing to fp16 to preserve precision.
-
- 13 Jul, 2023 1 commit
-
-
Charlie Lin authored
Renames deconvolution -> convolution_backwards to be more consistent with the literature Note: this is not the cross-correlation operator (which is the adjoint of convolution). This is technically a standard convolution operator combined with an upsampling operator rather than a downsampling operator. Adds unit tests for the padding, strides, dilations, and other op attributes. Throws on auto_pad attribute since it has not been implemented Previously it read the attribute and set it but then did nothing with it Extended for dynamic shapes Does not support using asymmetric padding (padding_L != padding_R) and output_shape with dynamic shapes.
-
- 08 Jul, 2023 2 commits
-
-
Artur Wojcik authored
-
Artur Wojcik authored
Export API symbols for migraphx, migraphx_ref, migraphx_cpu, migrphx_gpu, migraphx_device, migraphx_tf, and migraphx_onnx. There is a separate PR for migrahx_c. API symbol exporting affects only Windows. It is transparent on Linux.
-