- 02 Nov, 2023 1 commit
-
-
Brian Pickrell authored
-
- 01 Nov, 2023 1 commit
-
-
Brian Pickrell authored
Added another check to a verify_onnx test. Dynamic and static input versions with same attributes and inputs go through different code paths but should give same result.
-
- 26 Oct, 2023 5 commits
-
-
Brian Pickrell authored
-
Brian Pickrell authored
-
Brian Pickrell authored
-
Brian Pickrell authored
-
Brian Pickrell authored
-
- 25 Oct, 2023 1 commit
-
-
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.
-
- 23 Oct, 2023 1 commit
-
-
Brian Pickrell authored
-
- 20 Oct, 2023 5 commits
-
-
Brian Pickrell authored
-
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
-
- 19 Oct, 2023 1 commit
-
-
github-actions[bot] authored
* Update onnxruntime main 635d3faa3b3908d2806d009dc6872152cfcfcdda * Update script for build_and_test_onnxrt.sh
-
- 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
-
- 28 Sep, 2023 1 commit
-
-
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
-
- 23 Sep, 2023 1 commit
-
-
Chris Austen authored
-
- 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
-
- 17 Sep, 2023 1 commit
-
-
github-actions[bot] authored
-
- 15 Sep, 2023 1 commit
-
-
Brian Pickrell authored
-
- 11 Sep, 2023 1 commit
-
-
github-actions[bot] 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.
-
- 22 Aug, 2023 1 commit
-
-
github-actions[bot] 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
-