- 09 Nov, 2023 1 commit
-
-
Ahsan Saghir authored
Removes numpy dependency from test_gpu.py test and re-enables Python tests for Python 3.6.
-
- 08 Nov, 2023 1 commit
-
-
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.
-
- 07 Nov, 2023 1 commit
-
-
Zakor Gyula authored
-
- 04 Nov, 2023 2 commits
-
-
Ahsan Saghir authored
Disable python tests on Python 3.6 temporarily till we remove numpy dependencies from the tests using them. Different versions of Python are compatible with different versions of numpy, so we need to remove numpy dependency.
-
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.
-
- 30 Oct, 2023 2 commits
-
-
Ahsan Saghir authored
-
Ahsan Saghir authored
-
- 24 Oct, 2023 1 commit
-
-
Artur Wojcik authored
-
- 20 Oct, 2023 3 commits
-
-
Zakor Gyula authored
-
nives-vukovic authored
-
music-dino authored
-
- 18 Oct, 2023 1 commit
-
-
Zakor Gyula authored
-
- 13 Oct, 2023 1 commit
-
-
Ahsan Saghir authored
This sets up the virtual environments for running python onnx tests. ctest's fixtures are used to ensure that the virtual environment is set up before the tests are run.
-
- 12 Oct, 2023 1 commit
-
-
Ahsan Saghir authored
-
- 05 Oct, 2023 1 commit
-
-
Ahsan Saghir authored
-
- 04 Oct, 2023 1 commit
-
-
Zakor Gyula authored
-
- 03 Oct, 2023 1 commit
-
-
Attila Dusnoki authored
-
- 24 Sep, 2023 1 commit
-
-
Chris Austen authored
Co-authored-by:Attila Dusnoki <attila.dusnoki@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
-
- 28 Jul, 2023 1 commit
-
-
Paul Fultz II authored
The --py output can be loaded back in the driver. This will embed the migraphx interperter so we can execute the python directly. There is a migraphx_py library which will dynamically load the version of the library for python version is available on the system.
-
- 21 Jul, 2023 1 commit
-
-
Umang Yadav authored
Fixes #1957 Clamping was removed in #1853. Turns out clamping as necessary to handle overflow/underflow cases. during downcasting, if it overflowed then without clamping it returned infinity.
-
- 10 Jul, 2023 1 commit
-
-
Paul Fultz II authored
-
- 05 May, 2023 1 commit
-
-
Charlie Lin authored
Python API with documentation updates
-
- 19 Apr, 2023 1 commit
-
-
shivadbhavsar authored
Expose get_shape and get_operator methods for instruction_ref object in the python API.
-
- 17 Apr, 2023 1 commit
-
-
shivadbhavsar authored
Expose the shape::type_t values to be used by the python api and is required by torch_migraphx to support torchbench models.
-
- 26 Mar, 2023 1 commit
-
-
Chris Austen authored
-
- 16 Feb, 2023 1 commit
-
-
Umang Yadav authored
* Add driver flag "--exhaustive-tune" to enable tuning, add support for the same in C/C++ and python API
-
- 09 Feb, 2023 1 commit
-
-
Chris Austen authored
Change download location for onnx model from AWS ONNX to download.onnxruntime.ai
-
- 11 Jan, 2023 1 commit
-
-
Charlie Lin authored
Change to python ONNX package 1.10.0 to handle new ONNX test generation.
-
- 04 Oct, 2022 1 commit
-
-
Ted Themistokleous authored
Stream sync changes and associated API level changes
-
- 27 Sep, 2022 1 commit
-
-
Ted Themistokleous authored
Implement operator for CPU and GPU implementations
-
- 22 Jun, 2022 1 commit
-
-
Ted Themistokleous authored
Updated each source file in the repo with the existing license.
-
- 10 May, 2022 1 commit
-
-
Umang Yadav authored
Expose add_literal method in C/C++ api
-
- 29 Apr, 2022 1 commit
-
-
turneram authored
Add ref and gpu implementations for ONNX op GatherND Resolves #1032
-
- 23 Apr, 2022 1 commit
-
-
Charlie Lin authored
Implements the ReverseSequence ONNX operator as a parser. This parser can only handle a constant sequence_lens input. This is the same as what is handled for TensorRT as far as I can tell. We could handle a variable sequence_lens input; that would require ref and GPU implementations of the operator. The ONNX backend tests are disabled because this does not handle variable sequence_lens.
-
- 06 Apr, 2022 1 commit
-
-
Umang Yadav authored
Adds following API binding and tests to python : add_return add_instruction add_parameter create_module.
-
- 29 Mar, 2022 1 commit
-
-
Umang Yadav authored
Follow up to #1128
-
- 09 Mar, 2022 2 commits
-
-
Charlie Lin authored
Add Celu ONNX operator
-
Paul Fultz II authored
Add python API to construct shape class
-
- 08 Mar, 2022 1 commit
-
-
Charlie Lin authored
* Implement size ONNX operator and tests
-