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

Merge with latest changes in develop #182

Conversation

sampath1117
Copy link

  • Fixed build issues w.r.t file system changes done in test suite
  • Changes w.r.t latest Doxygen modifications

dependabot bot and others added 18 commits October 17, 2023 14:04
…#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>
…#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>
…#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>
…#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

* Add LICENSE File to RPP Package
* 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 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

* Fix doxygen docs for morphological ops

* Rename sample outputs

* Add doxygen fixes for geometric funcs

* Remove hardcoded gpu tags and instead set in doxygen
* added water HOST and HIP codes

* added water case in test suite

* added golden outputs for water

* added omp thread changes for water augmentation

* experimental changes

* fixed output issue with AVX2 instructions

* added AVX2 support for PKD3 load function

minor changes in PLN variant load functions

* nwc commit - added avx2 changes for u8 layout toggle variants but need to add store functions for completion

* Add Avx2 implementation for F32 and U8 toggle variants

* Add AVX2 support for u8 pkd3-pln3 and i8 pkd3-pln3 for water augmentation

* change F32 load and store logic

* optimized the store function for F32 PLN3-PKD3

* reverted back irrelevant changes

* minor change

* optimized load and store functions for water U8 and F32 variants in host

removed commented code

* removed golden outputs for water

* minor changes

* renamed few functions and removed unused functions

updated i8 pln1 load as per the optimized u8 pln1 load

* fixed bug in i8 load function

* changed cast to c++ style

resolved spacing issues and added comments for AVX codes for better understanding

made changes to handle cases where QA Tests are not supported

* added golden outputs for water

* updated golden outputs with latest changes

* modified the u8, i8 pkd3-pln3 function and added comments for the vectorized code

* fixed minor bug in I8 variants

* made to changes to resolve codacy warnings

* changed cast to c++ style in hip kernel

* changed generic nn F32 loads using gather and setr instructions

* added comments for latest changes

* minor change

* added definition for storing 32 and 64 bits from a 128bit register

---------

Co-authored-by: sampath1117 <sampath.rachumallu@multicorewareinc.com>
Co-authored-by: HazarathKumarM <hazarathkumar@multicorewareinc.com>
* 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>
* RPP - 1.4

* macOS - Build Fix

* Cleanup
1.5.0 - TOT Version
Version 1.5.0 placeholder
changed malloc to new in NSR kernel
@r-abishek r-abishek added this to the sow9ms4 milestone Oct 25, 2023
@r-abishek r-abishek added the enhancement New feature or request label Oct 25, 2023
@r-abishek
Copy link
Owner

Large PR with develop merge.
@sampath1117 Merging assuming build passing.

@r-abishek r-abishek merged commit 92f8ed7 into r-abishek:ar/audio_support_1_non_silent_region Oct 25, 2023
r-abishek pushed a commit to snehaa8/rpp that referenced this pull request Nov 14, 2023
…#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>
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>
r-abishek added 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>

* added maps for supported functionalities in unique functions test suites for HOST and HIP

* minor change

* added help when number of arguments are less than required arguments

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: sampath1117 <sampath.rachumallu@multicorewareinc.com>
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>

* SWDEV-416168 - Add rocm-core dependency to rpp package

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@sampath1117 sampath1117 deleted the sr/nsr_pr_changes branch July 12, 2024 14:29
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
5 participants