- 05 Dec, 2023 15 commits
-
-
Umang Yadav authored
-
Umang Yadav authored
-
Umang Yadav authored
disable quant_dot test for CPU backend, it requires removing downcast converts in "ref"implementation. Inside the "ref" impelmentation, it downcasting one of the inputs of the GEMM from float to fp8. Which is a lossy conversion and while computing gemm, it upcasts it back to float. CPU backend removes converts completely since it is going from "float->fp8->float". due to lossy cast, results are coming out different.
-
Umang Yadav authored
-
Umang Yadav authored
-
Umang Yadav authored
-
Umang Yadav authored
-
Umang Yadav authored
-
Umang Yadav authored
-
Umang Yadav authored
-
Umang Yadav authored
-
Umang Yadav authored
-
Umang Yadav authored
-
Umang Yadav authored
-
Umang Yadav authored
-
- 04 Dec, 2023 4 commits
-
-
Krzysztof Drewniak authored
-
Umang Yadav authored
-
Umang Yadav authored
-
Umang Yadav authored
Updated onnx.proto files to be same as onnx==1.14.1 that is used by MIGraphX. Added more switch cases in onnx parser to handle FP8 dtypes.
-
- 03 Dec, 2023 1 commit
-
-
Paul Fultz II authored
-
- 02 Dec, 2023 3 commits
-
-
Umang Yadav authored
-
github-actions[bot] authored
-
Paul Fultz II authored
-
- 01 Dec, 2023 7 commits
-
-
Umang Yadav authored
-
Umang Yadav authored
-
Umang Yadav authored
-
Umang Yadav authored
-
Umang Yadav authored
-
Paul Fultz II authored
Co-authored-by:Chris Austen <causten@users.noreply.github.com>
-
Paul Fultz II authored
-
- 30 Nov, 2023 4 commits
-
-
dependabot[bot] authored
-
Charlie Lin authored
-
Manupa Karunaratne authored
-
Lakhinder Walia authored
Ref Unique Operator only
-
- 29 Nov, 2023 4 commits
-
-
Umang Yadav authored
-
Paul Fultz II authored
-
dependabot[bot] authored
Bumps [rocm-docs-core](https://github.com/RadeonOpenCompute/rocm-docs-core) from 0.28.0 to 0.29.0. - [Release notes](https://github.com/RadeonOpenCompute/rocm-docs-core/releases) - [Changelog](https://github.com/RadeonOpenCompute/rocm-docs-core/blob/develop/CHANGELOG.md) - [Commits](https://github.com/RadeonOpenCompute/rocm-docs-core/compare/v0.28.0...v0.29.0 ) --- updated-dependencies: - dependency-name: rocm-docs-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
dependabot[bot] authored
Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.4 to 41.0.6. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/41.0.4...41.0.6 ) --- updated-dependencies: - dependency-name: cryptography dependency-type: indirect ... Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
- 28 Nov, 2023 2 commits
-
-
music-dino authored
Add min and max reduction modes Implement duplicate index handling Add corresponding reference, onnx, and verify tests.
-
Paul Fultz II authored
-