- 28 Oct, 2022 5 commits
-
-
Brian Pickrell authored
-
Brian Pickrell authored
Refactored reduce_op::normalize_compute_shape() handling of dynamic shapes to set reduced dimensions to {1,1} instead of removing them. Updated shape tests for reduce ops. Spurious change to reduce_mean.cpp reverted. -
Brian Pickrell authored
-
Brian Pickrell authored
dynamic shape support for reduce_XXX operations. One test in ref_ops_test; one test in op_shape_test
-
Brian Pickrell authored
dynamic shape support for reduce_XXX operations. One test in ref_ops_test; one test in op_shape_test
-
- 27 Oct, 2022 1 commit
-
-
Chris Austen authored
Upgraded Dockerfiles and fixed tidy issues to make Ubuntu 20.04 and ROCm 5.3.0 the default
-
- 21 Oct, 2022 1 commit
-
-
Brian Pickrell authored
-
- 19 Oct, 2022 2 commits
-
-
Charlie Lin authored
Refactor dynamic compute - add a compute_output_shape object that implicitly converts to a new dyn_output or shape object - dyn_output object can handle computing the static output shape of an operator given the input arguments shapes change an operator's compute function to argument compute(const dyn_output& dyn_out, std::vector<argument> args) to use dyn_output object Dynamic ref unary functions - Included these changes to have an example of the refactored dynamic compute being used - Changes to unary base class to handle dynamic shapes - Changed elu and leaky_relu to use unary base class and pointwise JIT
-
Umang Yadav authored
* use find2.0 for the convolution Co-authored-by:
Vasilii Filippov <DrizztDoUrden@users.noreply.github.com> Co-authored-by:
Chris Austen <causten@users.noreply.github.com>
-
- 13 Oct, 2022 2 commits
-
-
Charlie Lin authored
Removes use_dynamic_same_auto_pad Change padding_mode to be used for dynamic padding Move compute_padded_shape to pad_calc.cpp as it will be used in other dynamic padding cases Fix same_lower compute_padded_shape bug and add a test.
-
Charlie Lin authored
Rewrites the TF batch norm like operators to other MIGX operators Removes the code related to batch_norm_inference
-
- 06 Oct, 2022 4 commits
- 04 Oct, 2022 1 commit
-
-
Ted Themistokleous authored
Stream sync changes and associated API level changes
-
- 03 Oct, 2022 2 commits
- 29 Sep, 2022 4 commits
-
-
charlie authored
-
charlie authored
-
Umang Yadav authored
Improvements/Additions to be made: changes for the quant_convolution, changes for the deconvolution, Macros for MIOpen status checks
-
charlie authored
-
- 28 Sep, 2022 2 commits
- 27 Sep, 2022 4 commits
-
-
charlie authored
-
charlie authored
-
charlie authored
-
Ted Themistokleous authored
Implement operator for CPU and GPU implementations
-
- 26 Sep, 2022 1 commit
-
-
charlie authored
-
- 23 Sep, 2022 1 commit
-
-
charlie authored
-
- 22 Sep, 2022 2 commits
- 21 Sep, 2022 1 commit
-
-
kahmed10 authored
This PR allows for other values of epsilon to be matched when finding layernorm. Similarly, the calculation now uses the variable for epsilon.
-
- 16 Sep, 2022 4 commits
- 15 Sep, 2022 1 commit
-
-
charlie authored
-
- 08 Sep, 2022 1 commit
-
-
Paul Fultz II authored
* Remove unused headers
-
- 06 Sep, 2022 1 commit
-
-
Paul Fultz II authored
Using not and or improves readability. The cppcheck rule will help ensure we are doing it consistently.
-