"vscode:/vscode.git/clone" did not exist on "9353b24ab107ebae7b2af0cbc70382380a33ecf5"
- 18 Nov, 2023 1 commit
-
-
Umang Yadav authored
-
- 17 Nov, 2023 5 commits
-
-
Umang Yadav authored
-
Zakor Gyula authored
-
Umang Yadav authored
Handles all 4 Fp8 dtypes listed here : https://onnx.ai/onnx/technical/float8.html Follows saturation/clipping logic from table there as well : https://onnx.ai/onnx/technical/float8.html#cast Only adding fp8e4m3fnuz in MIGraphX IR for now.
-
Umang Yadav authored
-
Umang Yadav authored
-
- 16 Nov, 2023 2 commits
-
-
Umang Yadav authored
-
Umang Yadav authored
-
- 15 Nov, 2023 3 commits
-
-
shivadbhavsar authored
Reworked the simplify_qdq pass to support: Per-axis quantization (ie. allow 1D scales and zero points) Allow broadcast and transpose ops between dq and quant_op
-
nives-vukovic authored
Since ONNX opset version 14, layout attribute has been introduced to LSTM operator which allows two predefined layouts for input and output shapes. Add corresponding reference, onnx, and verify tests.
-
Ted Themistokleous authored
Remove contiguous from simplify algebra passes for reshape op Remove contiguous from fuse_pointwise for reshape op
-
- 14 Nov, 2023 7 commits
-
-
Umang Yadav authored
-
Umang Yadav authored
-
Umang Yadav authored
-
Umang Yadav authored
-
Umang Yadav authored
-
Umang Yadav authored
-
Umang Yadav authored
-
- 13 Nov, 2023 2 commits
-
-
github-actions[bot] authored
-
Umang Yadav authored
-
- 10 Nov, 2023 4 commits
-
-
Umang Yadav authored
-
Umang Yadav authored
-
Umang Yadav authored
-
Umang Yadav authored
-
- 09 Nov, 2023 3 commits
-
-
Umang Yadav authored
-
Charlie Lin authored
-
Ahsan Saghir authored
Removes numpy dependency from test_gpu.py test and re-enables Python tests for Python 3.6.
-
- 08 Nov, 2023 5 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
-
Brian Pickrell authored
-
Charlie Lin authored
Simplifies dimensions_of instructions to a literal when possible. Intended to be used after the split_single_dyn_dim pass.
-
- 07 Nov, 2023 3 commits
-
-
github-actions[bot] authored
-
Zakor Gyula authored
-
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.
-
- 03 Nov, 2023 2 commits
-
-
Artur Wojcik authored
-
Brian Pickrell authored
-
- 31 Oct, 2023 1 commit
-
-
github-actions[bot] authored
-