- 16 Nov, 2022 5 commits
- 15 Nov, 2022 4 commits
-
-
charlie authored
-
charlie authored
-
charlie authored
-
Ted Themistokleous authored
* Update migraphx docker container to include half and cmake 3.24.2
-
- 14 Nov, 2022 1 commit
-
-
Chris Austen authored
* Include timestamp while tracing
-
- 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 3 commits
-
-
arvindcheru authored
-
Chris Austen authored
-
Umang Yadav authored
* free up more github runner space * upgrade versions
-
- 06 Nov, 2022 1 commit
-
-
Umang Yadav authored
-
- 04 Nov, 2022 1 commit
-
-
charlie authored
-
- 03 Nov, 2022 5 commits
-
-
Charlie Lin authored
-
charlie authored
-
charlie authored
-
charlie authored
-
Charlie Lin authored
Two input version of the broadcast operator to handle dynamic shapes Added comments to describe the versions of the broadcast operator Dynamic broadcast only handles broadcasting a static 1D shape tensor into the other input shape
-
- 02 Nov, 2022 3 commits
-
-
Paul Fultz II authored
Can be enabled via environment variable MIGRAPHX_ENABLE_NHWC
-
Paul Fultz II authored
-
Ted Themistokleous authored
Allows for a model to be converted to the same opset but turn on infer_shapes through onnx. This allows us to get an idea of what should be valid for the output of nodes in a network. Usecase: python3 tools/convert_onnx_version.py --model <model_name> --opset=<same_as_model> --infer_shapes --output <new_model_name>
-
- 01 Nov, 2022 13 commits
-
-
charlie authored
Trying to keep the PRs separate
-
charlie authored
-
charlie authored
-
charlie authored
Merge branch 'dyn_ref_multibroadcast' of github.com:ROCmSoftwarePlatform/AMDMIGraphX into dyn_broadcast
-
Ted Themistokleous authored
Newer split moves the split attribute to an input. In this case we check the number of input args then.
-
charlie authored
Merge branch 'dyn_ref_multibroadcast' of github.com:ROCmSoftwarePlatform/AMDMIGraphX into dyn_transpose
-
charlie authored
-
charlie authored
Merge branch 'dyn_ref_multibroadcast' of github.com:ROCmSoftwarePlatform/AMDMIGraphX into dyn_transpose
-
charlie authored
-
charlie authored
Merge branch 'dyn_ref_multibroadcast' of github.com:ROCmSoftwarePlatform/AMDMIGraphX into dyn_broadcast
-
charlie authored
-
charlie authored
-
charlie authored
-