Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RPP Erase on HOST and HIP #336

Merged
merged 97 commits into from
Jun 5, 2024
Merged

RPP Erase on HOST and HIP #336

merged 97 commits into from
Jun 5, 2024

Conversation

r-abishek
Copy link
Member

  • Adds Erase support for HOST and HIP
  • Adds relevant unit/perf/QA tests

sampath1117 and others added 30 commits January 18, 2024 17:42
…tion (ROCm#293)

* change golden outputs from .csv files to .bin files

* Changed comparision funtions to use .bin files

* Address review comments

* minor change

* Address review comments

* minor change

---------

Co-authored-by: HazarathKumarM <hazarathkumar@multicorewareinc.com>
Test suite support for doing QA w.r.t performance
* Match all CMakeLists.txt license as per RPP's outermost LICENSE file

* Match all python files' license as per RPP's outermost LICENSE file

* Match all .hpp files' license as per RPP's outermost LICENSE file

* Match all .cpp files' license as per RPP's outermost LICENSE file

* Match all .h files' license as per RPP's outermost LICENSE file

* Remove all rights reserved as per LICENSE file

* Remove double space in "Copyright (c) 2019 - 2023 Advanced Micro Devices, Inc."

* Match all .cmake files' license as per RPP's outermost LICENSE file

* Match all .cpp.in files' license as per RPP's outermost LICENSE file

* Replace 283 occurrences in 282 files - 2023 to 2024

* Add "MIT License" title to 281 instances

* Add missing license
…inx (ROCm#301)

Bumps [rocm-docs-core[api_reference]](https://github.com/RadeonOpenCompute/rocm-docs-core) from 0.33.0 to 0.33.1.
- [Release notes](https://github.com/RadeonOpenCompute/rocm-docs-core/releases)
- [Changelog](https://github.com/ROCm/rocm-docs-core/blob/develop/CHANGELOG.md)
- [Commits](ROCm/rocm-docs-core@v0.33.0...v0.33.1)

---
updated-dependencies:
- dependency-name: rocm-docs-core[api_reference]
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…inx (ROCm#302)

Bumps [rocm-docs-core[api_reference]](https://github.com/RadeonOpenCompute/rocm-docs-core) from 0.33.1 to 0.33.2.
- [Release notes](https://github.com/RadeonOpenCompute/rocm-docs-core/releases)
- [Changelog](https://github.com/ROCm/rocm-docs-core/blob/develop/CHANGELOG.md)
- [Commits](ROCm/rocm-docs-core@v0.33.1...v0.33.2)

---
updated-dependencies:
- dependency-name: rocm-docs-core[api_reference]
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…_perf

RPP Test Suite Upgrade 5 - Support for default QA perf testing and Tensor/BatchPD compares
Erase - Fix F32 outputs and Address review comments
@kiritigowda kiritigowda changed the base branch from develop to master May 24, 2024 06:37
@kiritigowda kiritigowda requested a review from a team as a code owner May 24, 2024 06:37
@kiritigowda kiritigowda changed the base branch from master to develop May 24, 2024 06:44
@kiritigowda kiritigowda marked this pull request as draft May 24, 2024 08:05
Copy link
Contributor

@rrawther rrawther left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have added some comments. Not sure why this is so huge (84 file changes).
We have decided to smaller PRs and not having to change so many files

@r-abishek
Copy link
Member Author

@rrawther The erase PR has changes only for erase functionality.
develop got merged into master over the long weekend.
Merge conflicts are resolved now and the correct diff will show with 14 files changed.

@r-abishek r-abishek marked this pull request as ready for review May 29, 2024 02:42
@rrawther
Copy link
Contributor

@AryanSalmanpour : please review the HIP kernels related to erase

Copy link
Contributor

@rrawther rrawther left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please address review comments

@kiritigowda kiritigowda merged commit 612d74e into ROCm:develop Jun 5, 2024
3 of 6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet