- 02 Jun, 2022 2 commits
- 01 Jun, 2022 5 commits
- 31 May, 2022 9 commits
-
-
turneram authored
-
turneram authored
-
turneram authored
-
turneram authored
-
dependabot[bot] authored
Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.6.4 to 2.7.2. - [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.6.4...v2.7.2 ) --- 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>
-
turneram authored
-
turneram authored
-
turneram authored
-
turneram authored
-
- 30 May, 2022 2 commits
-
-
shivadbhavsar authored
Following up on issue #1166 and PR #1220. Using the same approach as in #1220 for parallelizing the eval calls, we can significantly reduce the time spent on eliminate_contiguous pass.
-
Paul Fultz II authored
-
- 27 May, 2022 1 commit
-
-
Chris Austen authored
-
- 26 May, 2022 7 commits
-
-
shivadbhavsar authored
Addressing issue #1166 - propagate_constant pass currently uses a recursive approach to find all instructions in a module that can be evaluated to a literal and performs the replacement in the same call. New approach: Perform single pass though instructions in the module to determine which instructions can be evaluated Evaluate selected instructions in parallel Replace the selected instructions with the corresponding literal
-
Paul Fultz II authored
-
Paul Fultz II authored
-
Paul Fultz II authored
* Upgrade to cppcheck 2.8
-
turneram authored
-
turneram authored
-
turneram authored
-
- 25 May, 2022 11 commits
-
-
Paul authored
-
Paul authored
-
Paul authored
-
Paul authored
-
Paul authored
Merge branch 'jit-vector-reduce' of github.com:ROCmSoftwarePlatform/AMDMIGraphX into jit-vector-reduce
-
Paul authored
-
Paul authored
-
Paul Fultz II authored
-
Chris Austen authored
raw is the download for the file, blob is the url for the github page.
-
Chris Austen 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>
-
- 24 May, 2022 3 commits
-
-
Paul Fultz II authored
-
Paul Fultz II authored
* Improve applicable batched gemms for bert
-
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
-