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

Histogram build fix #227

Conversation

sampath1117
Copy link
Collaborator

  • modified kernel to use atomicAdd instead of atomicInc

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 added the bug Something isn't working label Jan 29, 2024
@r-abishek r-abishek added this to the sow10ms3 milestone Jan 29, 2024
@r-abishek r-abishek changed the base branch from master to ar/build_fix_rocm6.0_gfx942 January 29, 2024 21:57
@r-abishek r-abishek merged commit 363e305 into r-abishek:ar/build_fix_rocm6.0_gfx942 Jan 29, 2024
snehaa8 pushed a commit to snehaa8/rpp that referenced this pull request Feb 12, 2024
* ENABLE ASAN packaging RPP

* Add LICENSE File to RPP Package
snehaa8 pushed a commit to snehaa8/rpp that referenced this pull request Feb 12, 2024
snehaa8 pushed a commit to snehaa8/rpp that referenced this pull request Feb 12, 2024
* Bump rocm-docs-core from 0.24.0 to 0.24.1 in /docs/.sphinx (r-abishek#219)

Bumps [rocm-docs-core](https://github.com/RadeonOpenCompute/rocm-docs-core) from 0.24.0 to 0.24.1.
- [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.24.0...v0.24.1)

---
updated-dependencies:
- dependency-name: rocm-docs-core
  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>

* Bump rocm-docs-core from 0.24.1 to 0.24.2 in /docs/.sphinx (r-abishek#222)

Bumps [rocm-docs-core](https://github.com/RadeonOpenCompute/rocm-docs-core) from 0.24.1 to 0.24.2.
- [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.24.1...v0.24.2)

---
updated-dependencies:
- dependency-name: rocm-docs-core
  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>

* Bump rocm-docs-core from 0.24.2 to 0.25.0 in /docs/.sphinx (r-abishek#225)

Bumps [rocm-docs-core](https://github.com/RadeonOpenCompute/rocm-docs-core) from 0.24.2 to 0.25.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.24.2...v0.25.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>

* Bump rocm-docs-core from 0.25.0 to 0.26.0 in /docs/.sphinx (r-abishek#228)

Bumps [rocm-docs-core](https://github.com/RadeonOpenCompute/rocm-docs-core) from 0.25.0 to 0.26.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.25.0...v0.26.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>

* ENABLE ASAN packaging RPP (r-abishek#227)

* ENABLE ASAN packaging RPP

* Add LICENSE File to RPP Package

* Update README.md

Pre-reqs

* RPP Doxygen Update 2 (r-abishek#226)

* Remove rpp core

* Doxygen fixes for rpp.h

* Update enum values per line to 1

* Doxygen fixes for rppdefs.h

* Doxygen fixes for rppi.h

* Doxygen fixes for rppt.h

* Doxygen fixes for rppversion.h

* Rename Filter struct to GenericFilter to avoid Doxygen autoreference

* Add deprecated docs for image ops

* Doxygen fixes for all rppi headers

* Doxygen fixes for all rppt headers, and replace \ingroup with \addtogroup

* Change deprecation note - "To be deprecated"

* Add \deprecated flag

* Minor fix

* Add output samples for doxygen

* Add doxygen input

* Fix docs for brightness

* Add correct image path to Doxyfile

* Add input/output images for brightness

* Fix doxygen for brightness, blend and gamma correction

* Change to add "Sample" to docs

* Fix doxygen for color_cast, color_jitter, color_twist

* Fix all doxygen docs for color augmentations

* Fix doxygen for filter funcs

* doxygen fixes for data exchange ops

* Add sample second input to docs

* Add more sample ouputs for doxygen docs

* Fix doxygen docs for gridmask and spatter

* Fix docs for swap_channels

* Fix doxygen docs for snp, shot and gaussian noise

* Fix doxygen docs for blend and non linear blend

* Fix doxygen docs for statistical ops

* remove boost library

* cmake fix

* code cleanup

* suppress nodiscard attribute error

* filesystem modification

* filesystem modification

* code cleanup

* data type fix

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: arvindcheru <90783369+arvindcheru@users.noreply.github.com>
Co-authored-by: Kiriti Gowda <kiritigowda@gmail.com>
Co-authored-by: Abishek <52214183+r-abishek@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
Development

Successfully merging this pull request may close these issues.

2 participants