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

Bug Fix for Resize Mirror Normalize kernel #186

Merged
merged 3 commits into from
Nov 2, 2023

Conversation

sampath1117
Copy link

  • added bug fixes needed for MaskRCNN training to converge
    maskrcnn_training_result

@sampath1117 sampath1117 changed the title Bug for Resize Mirror Normalize kernel Bug Fix for Resize Mirror Normalize kernel Nov 2, 2023
// Set non ROI pixels to zero
hipMemset(dstPtr, 0, dstDescPtr->n * dstDescPtr->strides.nStride * sizeof(U));
// Set output pixels to zero
hipMemsetAsync(dstPtr, 0, dstDescPtr->n * dstDescPtr->strides.nStride * sizeof(U), handle.GetStream());
Copy link
Owner

Choose a reason for hiding this comment

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

We will need return checks here for C++17 onward

Copy link
Owner

@r-abishek r-abishek left a comment

Choose a reason for hiding this comment

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

lgtm

@r-abishek r-abishek changed the base branch from master to ar/rmn_bugfix November 2, 2023 19:27
@r-abishek r-abishek added the bug Something isn't working label Nov 2, 2023
@r-abishek r-abishek merged commit 14ef8db into r-abishek:ar/rmn_bugfix Nov 2, 2023
r-abishek pushed a commit to snehaa8/rpp that referenced this pull request Nov 14, 2023
* Bump rocm-docs-core from 0.18.4 to 0.20.0 in /docs/.sphinx (r-abishek#182)

Bumps [rocm-docs-core](https://github.com/RadeonOpenCompute/rocm-docs-core) from 0.18.4 to 0.20.0.
- [Release notes](https://github.com/RadeonOpenCompute/rocm-docs-core/releases)
- [Changelog](https://github.com/RadeonOpenCompute/rocm-docs-core/blob/develop/CHANGELOG.md)
- [Commits](ROCm/rocm-docs-core@v0.18.4...v0.20.0)

---
updated-dependencies:
- dependency-name: rocm-docs-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

* mi300x enabelment for rpp

* build fix for non mi300 gpus

* comment - changes

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
2 participants