- 13 Dec, 2023 2 commits
- 12 Dec, 2023 2 commits
-
-
Zakor Gyula authored
-
Zakor Gyula authored
-
- 30 Nov, 2023 1 commit
-
-
Lakhinder Walia authored
Ref Unique Operator only
-
- 29 Nov, 2023 1 commit
-
-
Umang Yadav authored
-
- 28 Nov, 2023 1 commit
-
-
music-dino authored
Add min and max reduction modes Implement duplicate index handling Add corresponding reference, onnx, and verify tests.
-
- 27 Nov, 2023 1 commit
-
-
Zakor Gyula authored
-
- 22 Nov, 2023 2 commits
-
-
Zakor Gyula authored
-
Mirza Halilčević authored
Introduce dilations attribute to pooling operators reference implementation.
-
- 17 Nov, 2023 1 commit
-
-
Zakor Gyula authored
-
- 08 Nov, 2023 3 commits
-
-
Zakor Gyula authored
The inaccuracy was caused by ONNX round requires nearest integer rounding for halway (0.5) cases. std::round rounds away from zero, thus giving wrong results with halfway cases. Replaced std::round with std::nearbyint which uses the correct rounding by default.
-
Charlie Lin authored
Fixes an issue that comes up for variable input slice with steps set manually in ONNX to default 1's.
-
Attila Dusnoki authored
-
- 07 Nov, 2023 1 commit
-
-
Zakor Gyula authored
-
- 04 Nov, 2023 1 commit
-
-
Mirza Halilčević authored
Since opset version 18, the Split operator allows splitting into unevenly sized outputs when the split input is not present, and a num_outputs attribute has been introduced.
-
- 03 Nov, 2023 1 commit
-
-
Brian Pickrell 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
-
- 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
-
- 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 1 commit
-
-
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
-
- 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
-
- 08 Aug, 2023 1 commit
-
-
kahmed10 authored
* add quant_dot fusion, clip literal opt
-
- 23 Jul, 2023 1 commit
-
-
Charlie Lin authored
-
- 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.
-