"src/vscode:/vscode.git/clone" did not exist on "fe9a42f1065da27f6405d3cdc95eaa4a8abfb360"
- 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 6 commits
-
-
charlie authored
Trying to keep the PRs separate
-
charlie authored
-
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
-
charlie authored
-
Torsten Keßler authored
-
- 31 Oct, 2022 8 commits
-
-
charlie authored
It doesn't look like this functionality is used. Probably was a thing in ONNX that became deprecated when they adopted NumPy-like broadcasting.
-
charlie authored
change to shape::operator== makes it so this will work the same
-
charlie authored
-
charlie authored
-
charlie authored
-
charlie authored
-
charlie authored
-
kahmed10 authored
-
- 28 Oct, 2022 2 commits
-
-
Umang Yadav authored
Local Threads of multiples 32 were introduced in #1348 But LocalThreads that are not multiple of 64 are causing correctness issues.
-
charlie authored
-
- 27 Oct, 2022 7 commits
-
-
Chris Austen authored
Upgraded Dockerfiles and fixed tidy issues to make Ubuntu 20.04 and ROCm 5.3.0 the default
-
charlie authored
Merge branch 'dyn_ref_multibroadcast' of github.com:ROCmSoftwarePlatform/AMDMIGraphX into dyn_ref_multibroadcast
-
charlie authored
-
Charlie Lin authored
-
kahmed10 authored
updated GPU pad to now use JIT version. added range functions for JIT kernels.
-
charlie authored
-
charlie authored
-
- 26 Oct, 2022 6 commits
-
-
Brian Pickrell authored
Fixes an observed regression error on certain Frozen Protobuf models due to PR 1280
-
kahmed10 authored
use_dynamic_same_auto_pad was removed from convolution, but the driver models still retain the fields. This PR regenerates the files so that they are compatible again.
-
charlie authored
-
charlie authored
-
charlie authored
-
charlie authored
-
- 25 Oct, 2022 2 commits
-
-
Chris Austen authored
-
charlie authored
-
- 24 Oct, 2022 1 commit
-
-
charlie authored
-