- 05 Dec, 2022 4 commits
-
-
Brian Pickrell authored
Onnx test fixes: Removed a superfluous "abs" op from reducel1_dyn_test. Changed output of reducemax_dyn_test to be dynamic. Includes an updated Onnx test file
-
Brian Pickrell authored
update an Onnx test. Original version used optimize_onnx(), which isn't compatible with dynamic shapes
-
Brian Pickrell authored
-
Umang Yadav authored
-
- 02 Dec, 2022 3 commits
-
-
Charlie Lin authored
Fix problem with the contiguous operator constructing non-standard shape literals. A non-standard literal will almost never be used, since a literal is known at compile time. Added some comments on the intended behavior: - literal{shape, vector} constructor with a non-standard shape is intended to keep the same ordering as the given vector. The data buffer will be populated such that when the non-standard indexing is used the original order is as given. - literal{shape, argument} constructor directly copies the data buffer from the argument - Changed non-standard literal fill() to use tensor_view iterators as it handles non-standard shapes now - Changed the contiguous ref_ops_test to be more helpful -
Brian Pickrell authored
-
Charlie Lin authored
Extends the pooling operators for dynamic shape inputs AveragePooling GlobalAveragePooling MaxPooling GlobalMaxPooling LpNormPooling GlobalLpNormPooling y.github.com>
-
- 01 Dec, 2022 2 commits
-
-
Brian Pickrell authored
-
Brian Pickrell authored
-
- 30 Nov, 2022 2 commits
-
-
Brian Pickrell authored
Merge branch 'dyn_unsqueeze' of https://github.com/ROCmSoftwarePlatform/AMDMIGraphX into dynamic_reduce. Required because squeeze is added in parsing of onnx reduce op.
-
dependabot[bot] authored
Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.7.2 to 2.9.3. - [Release notes](https://github.com/tensorflow/tensorflow/releases) - [Changelog](https://github.com/tensorflow/tensorflow/blob/master/RELEASE.md) - [Commits](https://github.com/tensorflow/tensorflow/compare/v2.7.2...v2.9.3 ) --- updated-dependencies: - dependency-name: tensorflow dependency-type: direct:production ... Signed-off-by:
dependabot[bot] <support@github.com> Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by:
Chris Austen <causten@users.noreply.github.com>
-
- 29 Nov, 2022 1 commit
-
-
kahmed10 authored
Merging #1391 caused an extra adjust allocation pass for GPU targets. This removes that merge error.
-
- 28 Nov, 2022 1 commit
-
-
Charlie Lin authored
Extends ref transpose operator for dynamic shapes Make dynamic tests more consistent naming
-
- 23 Nov, 2022 1 commit
-
-
Umang Yadav authored
-
- 22 Nov, 2022 1 commit
-
-
Chris Austen authored
* Default ROCm version set to 5.3 and schedule update due to DST for nightly build.
-
- 21 Nov, 2022 1 commit
-
-
Charlie Lin authored
-
- 20 Nov, 2022 1 commit
-
-
Paul Fultz II authored
-
- 18 Nov, 2022 1 commit
-
-
Umang Yadav authored
Disabling it untill int8 fix is in mainline from MIOpen and also so that QA tests could run migraphx-driver and unittests from MIGraphX.
-
- 17 Nov, 2022 6 commits
-
-
Ted Themistokleous authored
Fix to stop types failing for logical_xor during our fusions.
-
charlie authored
-
charlie authored
-
charlie authored
-
charlie authored
-
Charlie Lin authored
Extends the ref contiguous operator to handle dynamic shapes Updates the eliminate_contiguous pass to use the dyn_output struct
-
- 15 Nov, 2022 5 commits
-
-
Charlie Lin authored
-
Ted Themistokleous authored
* Update migraphx docker container to include half and cmake 3.24.2
-
charlie authored
-
charlie authored
-
charlie authored
-
- 14 Nov, 2022 6 commits
- 13 Nov, 2022 1 commit
-
-
Charlie Lin authored
Updated Multibroadcast op to have a two input version for dynamic shapes Current dynamic shape broadcasting logic dynamic_dimensions must be the same or one of them is {1, 1, 0} or {1, 1, 1} Works for dyn-dyn, dyn-static, and static-static shape combinations Changed common.cpp for multibroadcasting for binary ops with dynamic shapes Extended binary.hpp for dynamic shapes to test the new common.cpp stuff
-
- 09 Nov, 2022 1 commit
-
-
Charlie Lin authored
Co-authored-by:kahmed10 <15948690+kahmed10@users.noreply.github.com>
-
- 08 Nov, 2022 2 commits
-
-
charlie authored
-
Charlie Lin authored
-
- 07 Nov, 2022 1 commit
-
-
arvindcheru authored
-