- 25 May, 2022 8 commits
-
-
charlie authored
-
charlie authored
-
charlie authored
-
charlie authored
-
charlie authored
-
dependabot[bot] authored
Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.5.3 to 2.6.4. - [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.5.3...v2.6.4 ) --- updated-dependencies: - dependency-name: tensorflow dependency-type: direct:production ... 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>
-
Charlie Lin authored
-
charlie authored
-
- 24 May, 2022 7 commits
-
-
Paul Fultz II authored
* Improve applicable batched gemms for bert
-
charlie authored
-
Paul Fultz II authored
Remove std references in runtime compilation since these are not available when using hiprtc and the headers may not be available on the system
-
Paul Fultz II authored
* Fuse gemm add with pointwise fusions
-
shivadbhavsar authored
As described in #1196, the ONNX mean parser does not work correctly for integral types. This update fixes the issue by handling integral types separately, where summation is performed before division. Additional test cases have also been added for handling integral types.
-
charlie authored
-
charlie authored
-
- 20 May, 2022 3 commits
-
-
charlie authored
-
kahmed10 authored
For clarity on kernel names found when profiling. The new names are set to the order of the ops being compiled. For example: add + relu = add_relu_kernel.
-
Paul Fultz II authored
-
- 19 May, 2022 2 commits
- 17 May, 2022 1 commit
-
-
shivadbhavsar authored
Updated variable names according to #1193
-
- 13 May, 2022 2 commits
-
-
charlie authored
-
Chris Austen authored
Our documentation indicates a user with sudo can run the install_prereqs.sh file. Turns out that the file is not complete enough to run on Ubuntu 18.04/20.04 independently. I updated the file to resolve the failures. resolves #1191
-
- 11 May, 2022 9 commits
-
-
charlie authored
-
charlie authored
-
Paul Fultz II authored
Fuse layernorm and added triadd_layernorm fusion. This is a prep performance booster
-
charlie authored
-
charlie authored
-
charlie authored
-
charlie authored
-
charlie authored
-
Chris Austen authored
ONNX Models changed from master to main. Changing path reflect the proper location
-
- 10 May, 2022 3 commits
-
-
charlie authored
Reverts the dyn_data struct change Should get around the ambiguous braced initialization list error
-
charlie authored
-
Umang Yadav authored
Expose add_literal method in C/C++ api
-
- 09 May, 2022 3 commits
-
-
charlie authored
-
charlie authored
-
Paul Fultz II authored
Improves performance for add_gelu. In bert it is 4x faster and for mul_add it is 50% faster than what we current have.
-
- 06 May, 2022 2 commits