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 Tensor Audio Support - MelFilterBank #332

Merged
merged 210 commits into from
May 8, 2024

Commits on Aug 3, 2023

  1. Initial commit - Non slient region detection

    Includes unittest setup
    snehaa8 committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    6627464 View commit details
    Browse the repository at this point in the history
  2. Initial commit - To Decibels

    Includes unittest setup
    snehaa8 committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    dcd9833 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2023

  1. Configuration menu
    Copy the full SHA
    eb9e6eb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7983150 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    568cefb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2983867 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2023

  1. Replace vectors with arrays

    snehaa8 committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    3720c8f View commit details
    Browse the repository at this point in the history
  2. Cleanup

    snehaa8 committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    ed1e425 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2023

  1. Minor cleanup

    snehaa8 committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    055fd59 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2023

  1. Optimize downmixing Kernel

    Includes cleanup
    snehaa8 committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    0b93dc2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    38e5248 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

  1. Add axes parameter

    snehaa8 committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    9e213c5 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2023

  1. Replace Rpp64s with Rpp32s

    snehaa8 committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    f7f51c8 View commit details
    Browse the repository at this point in the history
  2. Replace vectors with arrays

    Includes optimization
    snehaa8 committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    6651256 View commit details
    Browse the repository at this point in the history
  3. Cleanup

    snehaa8 committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    7f40dd8 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2023

  1. Configuration menu
    Copy the full SHA
    676de7c View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2023

  1. Fix buffer used

    snehaa8 committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    46b8fb5 View commit details
    Browse the repository at this point in the history
  2. Fix buffer used

    snehaa8 committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    11fb3ab View commit details
    Browse the repository at this point in the history
  3. Additional Cleanup

    snehaa8 committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    8e05043 View commit details
    Browse the repository at this point in the history
  4. Fix buffer allocation

    Includes minor optimization
    snehaa8 committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    5018e2a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    41a6b31 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    195ccfc View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    eefa6b2 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2023

  1. Update testsuite for Audio

    snehaa8 committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    79d9e6f View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2023

  1. code cleanup

    HazarathKumarM committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    5719db9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4aad4d6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    abf15d8 View commit details
    Browse the repository at this point in the history
  4. minor change

    HazarathKumarM committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    71ef2f5 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2023

  1. Configuration menu
    Copy the full SHA
    adad92b View commit details
    Browse the repository at this point in the history
  2. Remove unit tests

    HazarathKumarM committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    8e01e0e View commit details
    Browse the repository at this point in the history
  3. minor change

    HazarathKumarM committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    69fba3e View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2023

  1. code cleanup

    sampath1117 committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    a7b1b22 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    441bfac View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c8803c2 View commit details
    Browse the repository at this point in the history
  4. removed unncessary audio wav files

    fixed bug in ROI updation for audio test suite
    
    resolved issue in summary generation for performance tests in python
    sampath1117 committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    e7169fe View commit details
    Browse the repository at this point in the history
  5. removed log file

    sampath1117 committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    11b4709 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2023

  1. Configuration menu
    Copy the full SHA
    d64bc7b View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2023

  1. Configuration menu
    Copy the full SHA
    23ba5a5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    337ccc1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d1b5b41 View commit details
    Browse the repository at this point in the history
  4. minor change

    sampath1117 committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    223de61 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bf0a4e0 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2023

  1. Configuration menu
    Copy the full SHA
    f7d7589 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3626fc0 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2023

  1. Configuration menu
    Copy the full SHA
    512a79f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6a18957 View commit details
    Browse the repository at this point in the history
  3. merge with latest changes

    sampath1117 committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    c413836 View commit details
    Browse the repository at this point in the history
  4. minor change

    sampath1117 committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    9f6b6d4 View commit details
    Browse the repository at this point in the history
  5. minor change

    sampath1117 committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    2247696 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1ba334f View commit details
    Browse the repository at this point in the history
  7. minor change

    sampath1117 committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    527ed18 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #149 from snehaa8/sn/nsr_host_tensor

    PR1 - Audio - Non silent region detection HOST Tensor
    r-abishek committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    87b0138 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2023

  1. resolved codacy warnings

    sampath1117 committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    8e2975d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #174 from snehaa8/sn/nsr_host_tensor

    Codacy fixes in test suite
    r-abishek committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    b9f8c12 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b22bf93 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2023

  1. CMakeLists - Version Update

    1.5.0 - TOT Version
    kiritigowda committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    4a5c357 View commit details
    Browse the repository at this point in the history
  2. CHANGELOG Updates

    Version 1.5.0 placeholder
    kiritigowda committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    2c8a78b View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2023

  1. merge with latest changes

    sampath1117 committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    f07786a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    54cfa29 View commit details
    Browse the repository at this point in the history
  3. Doxygen changes

    changed malloc to new in NSR kernel
    sampath1117 committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    c8bd726 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2023

  1. Merge pull request #182 from sampath1117/sr/nsr_pr_changes

    Merge with latest changes in develop
    r-abishek committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    92f8ed7 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2023

  1. Configuration menu
    Copy the full SHA
    c4d8f3d View commit details
    Browse the repository at this point in the history
  2. RPP RICAP Tensor for HOST and HIP (#213)

    * Initial commit - Ricap HOST Tensor
    
    Includes testsuite changes
    
    * Add QA tests for RICAP
    
    Used three_images_224x224_src1 folder to create golden outputs
    
    * Add three_images_224x224_src1 into TEST_IMAGES
    
    * Support HIP Backend for RICAP
    
    * Fix HIP pkd3->pkd3 variant
    
    * regenerated golden outputs for RICAP
    
    minor changes in HOST shell script for handling RICAP in QA mode
    
    * minor bug fix in RICAP HIP kernels
    
    * Improve readability and Cleanup
    
    * Additional cleanup
    
    * Cleanup testsuite
    
    Includes new golden outputs
    
    * Additional testuite fixes
    
    * Minor cleanup
    
    * Fix codacy warnings
    
    * Address other codacy warnings
    
    * Update ricap.hpp with reference paper
    
    * Add RICAP dataset path in readme
    
    * Make changes to error codes returned
    
    * Modify roi crop region for unit and perf tests
    
    * RPP Tensor Water Augmentation on HOST and HIP (#181)
    
    * 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>
    
    * Fix build error
    
    * CMakeLists - Version Update
    
    1.5.0 - TOT Version
    
    * CHANGELOG Updates
    
    Version 1.5.0 placeholder
    
    * Boost deps fix for test suite
    
    ---------
    
    Co-authored-by: Snehaa Giridharan <snehaa@multicorewareinc.com>
    Co-authored-by: sampath1117 <sampath.rachumallu@multicorewareinc.com>
    Co-authored-by: Snehaa-Giridharan <118163708+snehaa8@users.noreply.github.com>
    Co-authored-by: HazarathKumarM <hazarathkumar@multicorewareinc.com>
    Co-authored-by: Kiriti Gowda <kiritigowda@gmail.com>
    6 people committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    1db1425 View commit details
    Browse the repository at this point in the history
  3. Documentation - Readme & changelog updates (#251)

    * readme and changelog updates for 6.0
    
    * minor update
    LisaDelaney committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    1d3e7ce View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2023

  1. Configuration menu
    Copy the full SHA
    13995ad View commit details
    Browse the repository at this point in the history
  2. added ctests for audio test suite for CI

    made changes to add more clarity on the QA Tests results
    sampath1117 committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    e85f581 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #187 from snehaa8/sn/nsr_host_tensor

    Audio test suite changes for CI
    r-abishek committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    296ed72 View commit details
    Browse the repository at this point in the history
  4. Cmake mods for ctest

    r-abishek committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    0aec6e1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3140717 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2023

  1. Configuration menu
    Copy the full SHA
    fe4ef51 View commit details
    Browse the repository at this point in the history
  2. added qa mode paramter to python audio script

    added golden output map for QA testing of Non silent region detection
    sampath1117 committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    0713890 View commit details
    Browse the repository at this point in the history
  3. minor change

    sampath1117 committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    e98a4e8 View commit details
    Browse the repository at this point in the history
  4. Documentation - Bump rocm-docs-core[api_reference] from 0.26.0 to 0.2…

    …7.0 in /docs/sphinx (#253)
    
    Bumps [rocm-docs-core[api_reference]](https://github.com/RadeonOpenCompute/rocm-docs-core) from 0.26.0 to 0.27.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.26.0...v0.27.0)
    
    ---
    updated-dependencies:
    - dependency-name: rocm-docs-core[api_reference]
      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>
    dependabot[bot] committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    a1f7366 View commit details
    Browse the repository at this point in the history
  5. RPP Resize Mirror Normalize Bugfix (#252)

    * added fix for hipMemset
    
    * remove pixel check for U8-F32 and U8-F16 for HOST codes
    
    ---------
    
    Co-authored-by: sampath1117 <sampath.rachumallu@multicorewareinc.com>
    r-abishek and sampath1117 committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    749a552 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #189 from snehaa8/sn/nsr_host_tensor

    QA mode changes in audio test suite
    r-abishek committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    3f5aec6 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2023

  1. Configuration menu
    Copy the full SHA
    1b466bc View commit details
    Browse the repository at this point in the history
  2. Sphinx - updates (#257)

    * Sphinx - updates
    
    * Doxygen - Updates
    
    * Docs - Remove index.md
    kiritigowda committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    38119f3 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2023

  1. Configuration menu
    Copy the full SHA
    b98bb99 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2023

  1. Configuration menu
    Copy the full SHA
    3795f37 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    58e1ff5 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2023

  1. Merge pull request #191 from snehaa8/sn/nsr_host_tensor

    Added example for MMS computation
    r-abishek committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    64c52cd View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2023

  1. Configuration menu
    Copy the full SHA
    6b2add5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7753fda View commit details
    Browse the repository at this point in the history
  3. Merge pull request #150 from snehaa8/sn/to_decibels

    PR2 - Audio - To decibels HOST Tensor
    r-abishek committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    072cc1e View commit details
    Browse the repository at this point in the history
  4. Merge branch 'ar/audio_support_1_non_silent_region' of https://github…

    ….com/r-abishek/rpp into ar/audio_support_3_pre_emphasis_filter
    r-abishek committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    e04371d View commit details
    Browse the repository at this point in the history
  5. Merge branch 'ar/audio_support_2_to_decibels' of https://github.com/r…

    …-abishek/rpp into ar/audio_support_3_pre_emphasis_filter
    r-abishek committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    1f25169 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8e16be8 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #151 from snehaa8/sn/pre_emphasis_filter

    PR3 - Audio - Pre emphasis filter HOST Tensor
    r-abishek committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    e261ce3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7bdd889 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f7d324f View commit details
    Browse the repository at this point in the history
  10. Merge branch 'ar/audio_support_2_to_decibels' of https://github.com/r…

    …-abishek/rpp into ar/audio_support_4_down_mixing
    r-abishek committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    0630310 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e0cac9f View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2023

  1. Fix doxygen for decibels

    Also removes extra QA reference files
    snehaa8 committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    d205055 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #195 from snehaa8/sn/to_decibels

    Fix doxygen for decibels
    r-abishek committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    f9c66a6 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2023

  1. Configuration menu
    Copy the full SHA
    d0d0de1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    415ee7b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    da528d3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ce13b82 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bd81492 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #197 from snehaa8/sn/to_decibels

    PR2 to decibels
    r-abishek committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    a90e280 View commit details
    Browse the repository at this point in the history
  7. Merge branch 'ar/audio_support_2_to_decibels' of https://github.com/r…

    …-abishek/rpp into ar/audio_support_3_pre_emphasis_filter
    r-abishek committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    5713d1d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8ae8673 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #198 from snehaa8/sn/pre_emphasis_filter

    PR3 pre_emphasis_filter
    r-abishek committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    9c8ac7f View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2023

  1. Configuration menu
    Copy the full SHA
    1b943cf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    31921cd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    21653af View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5c4af0c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    af8cea3 View commit details
    Browse the repository at this point in the history
  6. fix qa mismatches

    snehaa8 committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    47bfcd2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7e073f1 View commit details
    Browse the repository at this point in the history
  8. Merge slice_audio branch

    snehaa8 committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    e500ffc View commit details
    Browse the repository at this point in the history
  9. fix qa mismatches

    snehaa8 committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    efcab0d View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2023

  1. Merge branch 'master' of https://github.com/GPUOpen-ProfessionalCompu…

    …te-Libraries/rpp into ar/audio_support_2_to_decibels
    r-abishek committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    8227726 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    783ee98 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'ar/audio_support_2_to_decibels' of https://github.com/r…

    …-abishek/rpp into ar/audio_support_3_pre_emphasis_filter
    r-abishek committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    900672a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7e91a91 View commit details
    Browse the repository at this point in the history
  5. Remove blank line

    r-abishek committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    3b03aad View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2be82b1 View commit details
    Browse the repository at this point in the history
  7. Merge branch 'ar/audio_support_2_to_decibels' of https://github.com/r…

    …-abishek/rpp into ar/audio_support_3_pre_emphasis_filter
    r-abishek committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    934276a View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2023

  1. Configuration menu
    Copy the full SHA
    433d3f2 View commit details
    Browse the repository at this point in the history
  2. Add Doxygen comments

    snehaa8 committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    be61650 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c44b703 View commit details
    Browse the repository at this point in the history
  4. Add Doxygen comments

    snehaa8 committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    6d72867 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b1b1484 View commit details
    Browse the repository at this point in the history
  6. Add Doxygen comments

    snehaa8 committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    5a93889 View commit details
    Browse the repository at this point in the history
  7. minor change

    snehaa8 committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    56dce62 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2023

  1. merge with master

    sampath1117 committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    7a2334b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    28a99be View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2024

  1. Configuration menu
    Copy the full SHA
    cb082d9 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2024

  1. modified info for downmixing as per new changes

    used handle memory for temporary buffers
    sampath1117 committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    e6a3ec3 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2024

  1. formatting changes

    sampath1117 committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    d37fbe8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ee5eb16 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2024

  1. Initial commit - Spectrogram

    snehaa8 committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    2d67580 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2024

  1. Add QA .bin reference file

    snehaa8 committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    334b425 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2024

  1. License - updates to 2024 and consistency changes (#298)

    * 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
    r-abishek authored and kiritigowda committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    a1f4213 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7096c1d View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2024

  1. Configuration menu
    Copy the full SHA
    2f9a611 View commit details
    Browse the repository at this point in the history
  2. Modify cmakelist

    snehaa8 committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    05dc4fd View commit details
    Browse the repository at this point in the history
  3. Fix QA mismatch

    snehaa8 committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    fe1f475 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. Bump rocm-docs-core[api_reference] from 0.33.0 to 0.33.1 in /docs/sph…

    …inx (#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>
    dependabot[bot] committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    07a5f66 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2024

  1. Bump rocm-docs-core[api_reference] from 0.33.1 to 0.33.2 in /docs/sph…

    …inx (#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>
    dependabot[bot] committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    a5e5679 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2024

  1. Update doc codeowners (#303)

    samjwu committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    e8aa6b2 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2024

  1. Documentation - Bump rocm-docs-core[api_reference] from 0.33.2 to 0.3…

    …4.0 in /docs/sphinx (#304)
    
    Bumps [rocm-docs-core[api_reference]](https://github.com/RadeonOpenCompute/rocm-docs-core) from 0.33.2 to 0.34.0.
    - [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.2...v0.34.0)
    
    ---
    updated-dependencies:
    - dependency-name: rocm-docs-core[api_reference]
      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>
    dependabot[bot] committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    a921332 View commit details
    Browse the repository at this point in the history
  2. Test suite - upgrade 5 qa perf (ROCm#305)

    * experimental changes for adding qa mode for performance tests
    
    * made changes to add display more information w.r.t QA results summary for performance tests
    
    * minor changes
    
    * Add changes to dump qa results to excel file
    
    * Add performance QA for three new tensor functions
    
    * update prerequisites in readme
    
    * added changes to handle unsupported cases
    
    * removed treshold dictionary and added performance Noise treshold
    add new dataset for performance QA
    
    * RPP Test Suite Upgrade 4 - CSV to BIN conversions for file size reduction (#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>
    
    * Changes to the performane summary dataframe
    
    * minor changes
    
    * Update CMakeLists.txt to add ${CMAKE_CURRENT_SOURCE_DIR} for CI
    
    * Update CMakeLists.txt fix
    
    * Update CMakeLists.txt fix
    
    * remove tabulate dependency
    
    * Update README.md to remove tabulate pip install
    
    * Fix for CI machine failure
    
    * Add note on performance
    
    ---------
    
    Co-authored-by: sampath1117 <sampath.rachumallu@multicorewareinc.com>
    Co-authored-by: HazarathKumarM <hazarathkumar@multicorewareinc.com>
    Co-authored-by: Abishek <52214183+r-abishek@users.noreply.github.com>
    Co-authored-by: Snehaa Giridharan <snehaa@multicorewareinc.com>
    Co-authored-by: r-abishek <abishek@multicorewareinc.com>
    6 people committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    30bed4e View commit details
    Browse the repository at this point in the history
  3. RPP Color Temperature on HOST and HIP (#271)

    * Initial commit - Color Temperature HOST Tensor
    
    * Initial commit - Color Temperature HIP Tensor
    
    * Add color temperature golden outputs
    
    * address review comments
    
    * Use reinterpret_cast instead of static_cast
    
    * Combine templated functions to support all datatypes into one
    (got minor perf difference of order 3%)
    
    Also fixes indentation
    
    * Fix i8 datatype
    
    * Cleanup
    
    * RPP Test Suite Upgrade 4 - CSV to BIN conversions for file size reduction (#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>
    
    * Fix PLN3 variant outputs
    
    Also modifies reference outputs
    
    * Update color_temperature.hpp license
    
    * Delete color_temperature_u8_Tensor_PKD3.csv
    
    * Delete color_temperature_u8_Tensor_PLN3.csv
    
    ---------
    
    Co-authored-by: snehaa8 <snehaa@multicorewareinc.com>
    Co-authored-by: HazarathKumarM <hazarathkumar@multicorewareinc.com>
    Co-authored-by: Snehaa-Giridharan <118163708+snehaa8@users.noreply.github.com>
    4 people committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    5c423ab View commit details
    Browse the repository at this point in the history
  4. RPP Voxel 3D Tensor Add/Subtract scalar on HOST and HIP (#272)

    * added HOST support for voxel add kernel
    
    * added HIP support for voxel add kernel
    
    * added test suite support for add scalar
    
    * added Doxygen support and modified hip kernel function names as per new standard
    
    * added HOST support for voxel subtract kernel
    
    * added HIP support for voxel subtract kernel
    
    * added test suite support
    
    * updated the golden outputs for subtract with correct values
    
    * removed unnessary validation checks
    
    * Remove double spaces
    
    * Fix header
    
    * Fix all retval docs
    
    * Fix docs to add memory type
    
    * Fix comment
    
    * Add divider comment
    
    * Use post-increment efficiently
    
    * RPP Test Suite Upgrade 4 - CSV to BIN conversions for file size reduction (#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>
    
    * converted add and subtract scalar golden outputs to bin files
    
    * changed copyright from 2023 to 2024
    
    * Update add_scalar.hpp license
    
    * Update subtract_scalar.hpp license
    
    ---------
    
    Co-authored-by: sampath1117 <sampath.rachumallu@multicorewareinc.com>
    Co-authored-by: HazarathKumarM <hazarathkumar@multicorewareinc.com>
    3 people committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    df6e2c9 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2024

  1. RPP Magnitude on HOST and HIP (#278)

    * Initial commit - Magnitude HOST Tensor
    
    * Add QA reference outputs
    
    * Update runTests.py
    
    * Initial commit - Magnitude HIP Tensor
    
    * Add dual input support in testsuite
    
    * Optimize HOST kernel further
    
    * Optimize i8 datatype further
    
    * Modify comments
    
    * RPP Test Suite Upgrade 4 - CSV to BIN conversions for file size reduction (#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>
    
    * Bump rocm-docs-core[api_reference] from 0.31.0 to 0.33.0 in /docs/sphinx (#294)
    
    Bumps [rocm-docs-core[api_reference]](https://github.com/RadeonOpenCompute/rocm-docs-core) from 0.31.0 to 0.33.0.
    - [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.31.0...v0.33.0)
    
    ---
    updated-dependencies:
    - dependency-name: rocm-docs-core[api_reference]
      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>
    
    * Update Copywright year
    
    * Combine templated functions to support all datatypes
    
    * Modify format of reference outputs
    
    * Update rppi_arithmetic_operations.h license
    
    * Update rppt_tensor_arithmetic_operations.h license
    
    * Update host_tensor_arithmetic_operations.hpp
    
    * Update magnitude.hpp license
    
    * Update hip_tensor_arithmetic_operations.hpp license
    
    * Delete magnitude_u8_Tensor_PKD3.csv
    
    * Delete magnitude_u8_Tensor_PLN1.csv
    
    * Delete magnitude_u8_Tensor_PLN3.csv
    
    * Update rpp_test_suite_common.h license
    
    * Update runTests.py license
    
    * Update Tensor_hip.cpp license
    
    * Update runTests.py license
    
    * Update Tensor_host.cpp license
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: Snehaa Giridharan <snehaa@multicorewareinc.com>
    Co-authored-by: HazarathKumarM <hazarathkumar@multicorewareinc.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Snehaa-Giridharan <118163708+snehaa8@users.noreply.github.com>
    5 people committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    a4ed137 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2024

  1. Bump rocm-docs-core[api_reference] from 0.34.0 to 0.34.2 in /docs/sph…

    …inx (#309)
    
    Bumps [rocm-docs-core[api_reference]](https://github.com/RadeonOpenCompute/rocm-docs-core) from 0.34.0 to 0.34.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.34.0...v0.34.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>
    dependabot[bot] committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    1976cbf View commit details
    Browse the repository at this point in the history
  2. RPP Tensor Audio Support - Down Mixing (ROCm#296)

    * Initial commit - Non slient region detection
    
    Includes unittest setup
    
    * Initial commit - To Decibels
    
    Includes unittest setup
    
    * Intial commit - pre_emphasis_filter
    
    * Intial commit - down_mixing
    
    * Replace vectors with arrays
    
    * Cleanup
    
    * Minor cleanup
    
    * Optimize downmixing Kernel
    
    Includes cleanup
    
    * Replace Rpp64s with Rpp32s
    
    * Cleanup
    
    * Optimize and precompute cutOff
    
    * Fix buffer used
    
    * Fix buffer used
    
    * Additional Cleanup
    
    * Optimize post incrmeent operation
    
    * Optimize post increment operation
    
    * Update testsuite for Audio
    
    * code cleanup
    
    * Add Readme file for Audio test suite
    
    * changes based on review comments
    
    * minor change
    
    * Remove unittest folders and updated README.md
    
    * Remove unit tests
    
    * minor change
    
    * code cleanup
    
    * added common header file for audio helper functions
    
    * removed unncessary audio wav files
    
    fixed bug in ROI updation for audio test suite
    
    resolved issue in summary generation for performance tests in python
    
    * removed log file
    
    * added doxygen support for audio
    
    * added doxygen changes for to_decibels
    
    * updated test suite support for to_decibels
    
    * minor change
    
    * added doxygen changes for preemphasis filter
    
    * updated changes for preemphasis filter in test suite
    
    * removed the usage of getMax function and used std::max_element
    
    * modularized code in test suite
    
    * merge with latest changes
    
    * minor change
    
    * minor change
    
    * minor change
    
    * resolved codacy warnings
    
    * Codacy fix - Remove unused cpuTime
    
    * CMakeLists - Version Update
    
    1.5.0 - TOT Version
    
    * CHANGELOG Updates
    
    Version 1.5.0 placeholder
    
    * resolved issue with file_system dependency in test suite
    
    * Doxygen changes
    
    changed malloc to new in NSR kernel
    
    * RPP RICAP Tensor for HOST and HIP (#213)
    
    * Initial commit - Ricap HOST Tensor
    
    Includes testsuite changes
    
    * Add QA tests for RICAP
    
    Used three_images_224x224_src1 folder to create golden outputs
    
    * Add three_images_224x224_src1 into TEST_IMAGES
    
    * Support HIP Backend for RICAP
    
    * Fix HIP pkd3->pkd3 variant
    
    * regenerated golden outputs for RICAP
    
    minor changes in HOST shell script for handling RICAP in QA mode
    
    * minor bug fix in RICAP HIP kernels
    
    * Improve readability and Cleanup
    
    * Additional cleanup
    
    * Cleanup testsuite
    
    Includes new golden outputs
    
    * Additional testuite fixes
    
    * Minor cleanup
    
    * Fix codacy warnings
    
    * Address other codacy warnings
    
    * Update ricap.hpp with reference paper
    
    * Add RICAP dataset path in readme
    
    * Make changes to error codes returned
    
    * Modify roi crop region for unit and perf tests
    
    * RPP Tensor Water Augmentation on HOST and HIP (#181)
    
    * 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>
    
    * Fix build error
    
    * CMakeLists - Version Update
    
    1.5.0 - TOT Version
    
    * CHANGELOG Updates
    
    Version 1.5.0 placeholder
    
    * Boost deps fix for test suite
    
    ---------
    
    Co-authored-by: Snehaa Giridharan <snehaa@multicorewareinc.com>
    Co-authored-by: sampath1117 <sampath.rachumallu@multicorewareinc.com>
    Co-authored-by: Snehaa-Giridharan <118163708+snehaa8@users.noreply.github.com>
    Co-authored-by: HazarathKumarM <hazarathkumar@multicorewareinc.com>
    Co-authored-by: Kiriti Gowda <kiritigowda@gmail.com>
    
    * Documentation - Readme & changelog updates (#251)
    
    * readme and changelog updates for 6.0
    
    * minor update
    
    * added ctests for audio test suite for CI
    
    made changes to add more clarity on the QA Tests results
    
    * Cmake mods for ctest
    
    * HOST-only build error bugfix
    
    * added qa mode paramter to python audio script
    
    added golden output map for QA testing of Non silent region detection
    
    * minor change
    
    * Documentation - Bump rocm-docs-core[api_reference] from 0.26.0 to 0.27.0 in /docs/sphinx (#253)
    
    Bumps [rocm-docs-core[api_reference]](https://github.com/RadeonOpenCompute/rocm-docs-core) from 0.26.0 to 0.27.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.26.0...v0.27.0)
    
    ---
    updated-dependencies:
    - dependency-name: rocm-docs-core[api_reference]
      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>
    
    * RPP Resize Mirror Normalize Bugfix (#252)
    
    * added fix for hipMemset
    
    * remove pixel check for U8-F32 and U8-F16 for HOST codes
    
    ---------
    
    Co-authored-by: sampath1117 <sampath.rachumallu@multicorewareinc.com>
    
    * added example for MMS calculation in comments for better understanding
    
    * Sphinx - updates (#257)
    
    * Sphinx - updates
    
    * Doxygen - Updates
    
    * Docs - Remove index.md
    
    * updated info used to for running audio test suite
    
    * removed bitdepth variable from audio test suite
    
    * added more information on computing NSR outputs in the example added
    
    * Fix doxygen for decibels
    
    Also removes extra QA reference files
    
    * move tensor_host_audio.cpp to host folder
    
    * Fix build errors and qa tests in Audio Test suite
    
    * Fix build errors and qa tests in Audio Test suite
    
    * Add reference output and test samples for downmix
    
    * Add down_mix in augmentation list and supported cases
    
    * Remove auto-merge repeated funcs
    
    * Improve clarity of header docs
    
    * Remove blank line
    
    * Improve clarity on header docs
    
    * Add Doxygen comments
    
    * minor change
    
    * converted golden outputs to binary file for downmixing
    
    * removed old golden output file for preemphasis and todecibels
    
    * modified info for downmixing as per new changes
    
    used handle memory for temporary buffers
    
    * formatting changes
    
    * moved the common code for SSE and AVX to outside
    
    * Update down_mixing.hpp license
    
    * Update rppt_tensor_audio_augmentations.h
    
    * combined the srcLength and channels tensors into single tensor
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: Snehaa Giridharan <snehaa@multicorewareinc.com>
    Co-authored-by: HazarathKumarM <hazarathkumar@multicorewareinc.com>
    Co-authored-by: sampath1117 <sampath.rachumallu@multicorewareinc.com>
    Co-authored-by: Kiriti Gowda <kiritigowda@gmail.com>
    Co-authored-by: Snehaa-Giridharan <118163708+snehaa8@users.noreply.github.com>
    Co-authored-by: Lisa <lisajdelaney@gmail.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Sundarrajan98 <sundarrajan@multicorewareinc.com>
    9 people committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    ec8f2f0 View commit details
    Browse the repository at this point in the history
  3. RPP Voxel 3D Tensor Multiply scalar on HOST and HIP (ROCm#306)

    * added HIP support for voxel scalar multiply kernel
    
    * added HOST support for voxel multiply kernel
    
    added golden outputs for voxel multiply kernel
    
    * merge with master
    
    * RPP Test Suite Upgrade 4 - CSV to BIN conversions for file size reduction (#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>
    
    * converted multiply scalar voxel golden outputs to bin files
    
    * changed copyright from 2023 to 2024
    
    ---------
    
    Co-authored-by: sampath1117 <sampath.rachumallu@multicorewareinc.com>
    Co-authored-by: HazarathKumarM <hazarathkumar@multicorewareinc.com>
    3 people committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    29a5c82 View commit details
    Browse the repository at this point in the history
  4. Test Suite Bugfix (ROCm#307)

    * experimental changes for adding qa mode for performance tests
    
    * made changes to add display more information w.r.t QA results summary for performance tests
    
    * minor changes
    
    * Add changes to dump qa results to excel file
    
    * Add performance QA for three new tensor functions
    
    * update prerequisites in readme
    
    * added changes to handle unsupported cases
    
    * removed treshold dictionary and added performance Noise treshold
    add new dataset for performance QA
    
    * RPP Test Suite Upgrade 4 - CSV to BIN conversions for file size reduction (#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>
    
    * Changes to the performane summary dataframe
    
    * minor changes
    
    * Update CMakeLists.txt to add ${CMAKE_CURRENT_SOURCE_DIR} for CI
    
    * Update CMakeLists.txt fix
    
    * Update CMakeLists.txt fix
    
    * remove tabulate dependency
    
    * Update README.md to remove tabulate pip install
    
    * Fix for CI machine failure
    
    * Add note on performance
    
    * Fix segmentation fault
    
    * Revert QAmode to restrict HIP bitdepths
    
    * Use Rpp64u for HOST while comparing outputs
    
    * Fix ambiguous abs call
    
    * Fix for SLES CI HIP fail - error: incompatible pointer types assigning to 'unsigned long *' from 'unsigned long long *' - refOutput = TensorSumReferenceOutputs[numChannels].data();
    
    ---------
    
    Co-authored-by: sampath1117 <sampath.rachumallu@multicorewareinc.com>
    Co-authored-by: HazarathKumarM <hazarathkumar@multicorewareinc.com>
    Co-authored-by: Snehaa Giridharan <snehaa@multicorewareinc.com>
    Co-authored-by: Pavel Tcherniaev <Pavel.Tcherniaev@amd.com>
    5 people committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    98a3c82 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2024

  1. Configuration menu
    Copy the full SHA
    3d54baf View commit details
    Browse the repository at this point in the history
  2. Merge pull request #223 from snehaa8/sn/audio_spectrogram

    PR5 - Audio - Spectrogram HOST Tensor
    r-abishek committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    b9a011d View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2024

  1. Configuration menu
    Copy the full SHA
    203ea70 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #238 from snehaa8/sn/audio_spectrogram

    Spectrogram Build fix in OCL backend
    r-abishek committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    0bc1112 View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

  1. Configuration menu
    Copy the full SHA
    d375376 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3 from snehaa8/sn/audio_spectrogram

    Initial MelfilterBank HOST Tensor
    snehaa8 committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    b16d1dc View commit details
    Browse the repository at this point in the history
  3. Fix spectrogram

    Removes slice kernel
    snehaa8 committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    0a3e31b View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2024

  1. Cleanup

    Modify reference outputs
    snehaa8 committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    b821498 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

  1. Configuration menu
    Copy the full SHA
    2f00442 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8ca76b1 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #245 from snehaa8/sn/audio_spectrogram_master_merge

    Merge Spectrogram PR with master
    r-abishek committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    e817bc1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8ed0f65 View commit details
    Browse the repository at this point in the history
  5. Bump rocm-docs-core[api_reference] from 0.35.0 to 0.35.1 in /docs/sph…

    …inx (ROCm#319)
    
    Bumps [rocm-docs-core[api_reference]](https://github.com/RadeonOpenCompute/rocm-docs-core) from 0.35.0 to 0.35.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.35.0...v0.35.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>
    dependabot[bot] committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    c33af22 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2024

  1. Configuration menu
    Copy the full SHA
    7a4fbed View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. Bump rocm-docs-core[api_reference] from 0.35.1 to 0.36.0 in /docs/sph…

    …inx (ROCm#322)
    
    Bumps [rocm-docs-core[api_reference]](https://github.com/RadeonOpenCompute/rocm-docs-core) from 0.35.1 to 0.36.0.
    - [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.35.1...v0.36.0)
    
    ---
    updated-dependencies:
    - dependency-name: rocm-docs-core[api_reference]
      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>
    dependabot[bot] committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    14f6334 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into develop

    Upstream merge
    kiritigowda committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    95c3272 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

  1. Configuration menu
    Copy the full SHA
    da7b501 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2024

  1. Merge branch 'develop' of https://github.com/ROCm/rpp into ar/audio_s…

    …upport_6_spectrogram
    r-abishek committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    ae5f7e9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ae7f053 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2024

  1. Docs - Bump rocm-docs-core[api_reference] from 0.36.0 to 0.37.0 in /d…

    …ocs/sphinx (ROCm#328)
    
    Bumps [rocm-docs-core[api_reference]](https://github.com/RadeonOpenCompute/rocm-docs-core) from 0.36.0 to 0.37.0.
    - [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.36.0...v0.37.0)
    
    ---
    updated-dependencies:
    - dependency-name: rocm-docs-core[api_reference]
      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>
    dependabot[bot] committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    641f653 View commit details
    Browse the repository at this point in the history
  2. Link cleanup (ROCm#326)

    * link updates
    
    * update tables
    
    * pare down index
    
    * API cleanup
    
    * consistency
    
    * verbiage
    LisaDelaney committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    5568573 View commit details
    Browse the repository at this point in the history
  3. Change to camelCase for variable naming

    Also includes cleanup
    snehaa8 committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    481d5d5 View commit details
    Browse the repository at this point in the history
  4. Cleanup testsuite for MFB

    snehaa8 committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    2cd88f0 View commit details
    Browse the repository at this point in the history
  5. Update notes

    LisaDelaney committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    a6749ba View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

  1. Address review comments

    snehaa8 committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    e126aec View commit details
    Browse the repository at this point in the history
  2. Revert change in runTests.py

    snehaa8 committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    8b28828 View commit details
    Browse the repository at this point in the history
  3. Modified codes to use handle memory

    Also fixes reference output file
    snehaa8 committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    82fae0b View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2024

  1. Docs - Bump rocm-docs-core[api_reference] from 0.37.0 to 0.37.1 in /d…

    …ocs/sphinx (ROCm#329)
    
    Bumps [rocm-docs-core[api_reference]](https://github.com/RadeonOpenCompute/rocm-docs-core) from 0.37.0 to 0.37.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.37.0...v0.37.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>
    dependabot[bot] committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    a255906 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #251 from snehaa8/sn/spectrogram_address_review_co…

    …mments
    
    Address Rajy's review comments
    r-abishek committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    49efcb6 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2024

  1. RPP Voxel Flip on HIP and HOST (#285)

    * added support for flip voxel
    
    * added test suite support
    
    * added golden outputs for flip voxel
    
    made changes in test suite to run QA tests for flip
    
    * updated golden outputs with correct values
    
    * minor bug fix in the hip test suite
    
    * made changes to variable names for better readability
    
    fixed comments in test suite
    
    minor cleanup
    
    * combined the flip axis factor as ternary operator in HIP kernel
    
    added new enum for error handling when source and destination layouts are not matching
    
    * RPP Test Suite Upgrade 4 - CSV to BIN conversions for file size reduction (#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>
    
    * converted flip voxel golden outputs to bin files
    
    * changed copyright from 2023 to 2024
    
    * Update flip_voxel.hpp license
    
    * License - updates to 2024 and consistency changes (#298)
    
    * 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
    
    * Test - Update README.md for test_suite (#299)
    
    * Bump rocm-docs-core[api_reference] from 0.33.0 to 0.33.1 in /docs/sphinx (#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](https://github.com/RadeonOpenCompute/rocm-docs-core/compare/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>
    
    * Bump rocm-docs-core[api_reference] from 0.33.1 to 0.33.2 in /docs/sphinx (#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](https://github.com/RadeonOpenCompute/rocm-docs-core/compare/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>
    
    * Update doc codeowners (#303)
    
    * Documentation - Bump rocm-docs-core[api_reference] from 0.33.2 to 0.34.0 in /docs/sphinx (#304)
    
    Bumps [rocm-docs-core[api_reference]](https://github.com/RadeonOpenCompute/rocm-docs-core) from 0.33.2 to 0.34.0.
    - [Release notes](https://github.com/RadeonOpenCompute/rocm-docs-core/releases)
    - [Changelog](https://github.com/ROCm/rocm-docs-core/blob/develop/CHANGELOG.md)
    - [Commits](https://github.com/RadeonOpenCompute/rocm-docs-core/compare/v0.33.2...v0.34.0)
    
    ---
    updated-dependencies:
    - dependency-name: rocm-docs-core[api_reference]
      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>
    
    * Test suite - upgrade 5 qa perf (#305)
    
    * experimental changes for adding qa mode for performance tests
    
    * made changes to add display more information w.r.t QA results summary for performance tests
    
    * minor changes
    
    * Add changes to dump qa results to excel file
    
    * Add performance QA for three new tensor functions
    
    * update prerequisites in readme
    
    * added changes to handle unsupported cases
    
    * removed treshold dictionary and added performance Noise treshold
    add new dataset for performance QA
    
    * RPP Test Suite Upgrade 4 - CSV to BIN conversions for file size reduction (#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>
    
    * Changes to the performane summary dataframe
    
    * minor changes
    
    * Update CMakeLists.txt to add ${CMAKE_CURRENT_SOURCE_DIR} for CI
    
    * Update CMakeLists.txt fix
    
    * Update CMakeLists.txt fix
    
    * remove tabulate dependency
    
    * Update README.md to remove tabulate pip install
    
    * Fix for CI machine failure
    
    * Add note on performance
    
    ---------
    
    Co-authored-by: sampath1117 <sampath.rachumallu@multicorewareinc.com>
    Co-authored-by: HazarathKumarM <hazarathkumar@multicorewareinc.com>
    Co-authored-by: Abishek <52214183+r-abishek@users.noreply.github.com>
    Co-authored-by: Snehaa Giridharan <snehaa@multicorewareinc.com>
    Co-authored-by: r-abishek <abishek@multicorewareinc.com>
    
    * RPP Color Temperature on HOST and HIP (#271)
    
    * Initial commit - Color Temperature HOST Tensor
    
    * Initial commit - Color Temperature HIP Tensor
    
    * Add color temperature golden outputs
    
    * address review comments
    
    * Use reinterpret_cast instead of static_cast
    
    * Combine templated functions to support all datatypes into one
    (got minor perf difference of order 3%)
    
    Also fixes indentation
    
    * Fix i8 datatype
    
    * Cleanup
    
    * RPP Test Suite Upgrade 4 - CSV to BIN conversions for file size reduction (#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>
    
    * Fix PLN3 variant outputs
    
    Also modifies reference outputs
    
    * Update color_temperature.hpp license
    
    * Delete color_temperature_u8_Tensor_PKD3.csv
    
    * Delete color_temperature_u8_Tensor_PLN3.csv
    
    ---------
    
    Co-authored-by: snehaa8 <snehaa@multicorewareinc.com>
    Co-authored-by: HazarathKumarM <hazarathkumar@multicorewareinc.com>
    Co-authored-by: Snehaa-Giridharan <118163708+snehaa8@users.noreply.github.com>
    
    * RPP Voxel 3D Tensor Add/Subtract scalar on HOST and HIP (#272)
    
    * added HOST support for voxel add kernel
    
    * added HIP support for voxel add kernel
    
    * added test suite support for add scalar
    
    * added Doxygen support and modified hip kernel function names as per new standard
    
    * added HOST support for voxel subtract kernel
    
    * added HIP support for voxel subtract kernel
    
    * added test suite support
    
    * updated the golden outputs for subtract with correct values
    
    * removed unnessary validation checks
    
    * Remove double spaces
    
    * Fix header
    
    * Fix all retval docs
    
    * Fix docs to add memory type
    
    * Fix comment
    
    * Add divider comment
    
    * Use post-increment efficiently
    
    * RPP Test Suite Upgrade 4 - CSV to BIN conversions for file size reduction (#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>
    
    * converted add and subtract scalar golden outputs to bin files
    
    * changed copyright from 2023 to 2024
    
    * Update add_scalar.hpp license
    
    * Update subtract_scalar.hpp license
    
    ---------
    
    Co-authored-by: sampath1117 <sampath.rachumallu@multicorewareinc.com>
    Co-authored-by: HazarathKumarM <hazarathkumar@multicorewareinc.com>
    
    * RPP Magnitude on HOST and HIP (#278)
    
    * Initial commit - Magnitude HOST Tensor
    
    * Add QA reference outputs
    
    * Update runTests.py
    
    * Initial commit - Magnitude HIP Tensor
    
    * Add dual input support in testsuite
    
    * Optimize HOST kernel further
    
    * Optimize i8 datatype further
    
    * Modify comments
    
    * RPP Test Suite Upgrade 4 - CSV to BIN conversions for file size reduction (#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>
    
    * Bump rocm-docs-core[api_reference] from 0.31.0 to 0.33.0 in /docs/sphinx (#294)
    
    Bumps [rocm-docs-core[api_reference]](https://github.com/RadeonOpenCompute/rocm-docs-core) from 0.31.0 to 0.33.0.
    - [Release notes](https://github.com/RadeonOpenCompute/rocm-docs-core/releases)
    - [Changelog](https://github.com/ROCm/rocm-docs-core/blob/develop/CHANGELOG.md)
    - [Commits](https://github.com/RadeonOpenCompute/rocm-docs-core/compare/v0.31.0...v0.33.0)
    
    ---
    updated-dependencies:
    - dependency-name: rocm-docs-core[api_reference]
      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>
    
    * Update Copywright year
    
    * Combine templated functions to support all datatypes
    
    * Modify format of reference outputs
    
    * Update rppi_arithmetic_operations.h license
    
    * Update rppt_tensor_arithmetic_operations.h license
    
    * Update host_tensor_arithmetic_operations.hpp
    
    * Update magnitude.hpp license
    
    * Update hip_tensor_arithmetic_operations.hpp license
    
    * Delete magnitude_u8_Tensor_PKD3.csv
    
    * Delete magnitude_u8_Tensor_PLN1.csv
    
    * Delete magnitude_u8_Tensor_PLN3.csv
    
    * Update rpp_test_suite_common.h license
    
    * Update runTests.py license
    
    * Update Tensor_hip.cpp license
    
    * Update runTests.py license
    
    * Update Tensor_host.cpp license
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: Snehaa Giridharan <snehaa@multicorewareinc.com>
    Co-authored-by: HazarathKumarM <hazarathkumar@multicorewareinc.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Snehaa-Giridharan <118163708+snehaa8@users.noreply.github.com>
    
    * Bump rocm-docs-core[api_reference] from 0.34.0 to 0.34.2 in /docs/sphinx (#309)
    
    Bumps [rocm-docs-core[api_reference]](https://github.com/RadeonOpenCompute/rocm-docs-core) from 0.34.0 to 0.34.2.
    - [Release notes](https://github.com/RadeonOpenCompute/rocm-docs-core/releases)
    - [Changelog](https://github.com/ROCm/rocm-docs-core/blob/develop/CHANGELOG.md)
    - [Commits](https://github.com/RadeonOpenCompute/rocm-docs-core/compare/v0.34.0...v0.34.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>
    
    * RPP Tensor Audio Support - Down Mixing (#296)
    
    * Initial commit - Non slient region detection
    
    Includes unittest setup
    
    * Initial commit - To Decibels
    
    Includes unittest setup
    
    * Intial commit - pre_emphasis_filter
    
    * Intial commit - down_mixing
    
    * Replace vectors with arrays
    
    * Cleanup
    
    * Minor cleanup
    
    * Optimize downmixing Kernel
    
    Includes cleanup
    
    * Replace Rpp64s with Rpp32s
    
    * Cleanup
    
    * Optimize and precompute cutOff
    
    * Fix buffer used
    
    * Fix buffer used
    
    * Additional Cleanup
    
    * Optimize post incrmeent operation
    
    * Optimize post increment operation
    
    * Update testsuite for Audio
    
    * code cleanup
    
    * Add Readme file for Audio test suite
    
    * changes based on review comments
    
    * minor change
    
    * Remove unittest folders and updated README.md
    
    * Remove unit tests
    
    * minor change
    
    * code cleanup
    
    * added common header file for audio helper functions
    
    * removed unncessary audio wav files
    
    fixed bug in ROI updation for audio test suite
    
    resolved issue in summary generation for performance tests in python
    
    * removed log file
    
    * added doxygen support for audio
    
    * added doxygen changes for to_decibels
    
    * updated test suite support for to_decibels
    
    * minor change
    
    * added doxygen changes for preemphasis filter
    
    * updated changes for preemphasis filter in test suite
    
    * removed the usage of getMax function and used std::max_element
    
    * modularized code in test suite
    
    * merge with latest changes
    
    * minor change
    
    * minor change
    
    * minor change
    
    * resolved codacy warnings
    
    * Codacy fix - Remove unused cpuTime
    
    * CMakeLists - Version Update
    
    1.5.0 - TOT Version
    
    * CHANGELOG Updates
    
    Version 1.5.0 placeholder
    
    * resolved issue with file_system dependency in test suite
    
    * Doxygen changes
    
    changed malloc to new in NSR kernel
    
    * RPP RICAP Tensor for HOST and HIP (#213)
    
    * Initial commit - Ricap HOST Tensor
    
    Includes testsuite changes
    
    * Add QA tests for RICAP
    
    Used three_images_224x224_src1 folder to create golden outputs
    
    * Add three_images_224x224_src1 into TEST_IMAGES
    
    * Support HIP Backend for RICAP
    
    * Fix HIP pkd3->pkd3 variant
    
    * regenerated golden outputs for RICAP
    
    minor changes in HOST shell script for handling RICAP in QA mode
    
    * minor bug fix in RICAP HIP kernels
    
    * Improve readability and Cleanup
    
    * Additional cleanup
    
    * Cleanup testsuite
    
    Includes new golden outputs
    
    * Additional testuite fixes
    
    * Minor cleanup
    
    * Fix codacy warnings
    
    * Address other codacy warnings
    
    * Update ricap.hpp with reference paper
    
    * Add RICAP dataset path in readme
    
    * Make changes to error codes returned
    
    * Modify roi crop region for unit and perf tests
    
    * RPP Tensor Water Augmentation on HOST and HIP (#181)
    
    * 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>
    
    * Fix build error
    
    * CMakeLists - Version Update
    
    1.5.0 - TOT Version
    
    * CHANGELOG Updates
    
    Version 1.5.0 placeholder
    
    * Boost deps fix for test suite
    
    ---------
    
    Co-authored-by: Snehaa Giridharan <snehaa@multicorewareinc.com>
    Co-authored-by: sampath1117 <sampath.rachumallu@multicorewareinc.com>
    Co-authored-by: Snehaa-Giridharan <118163708+snehaa8@users.noreply.github.com>
    Co-authored-by: HazarathKumarM <hazarathkumar@multicorewareinc.com>
    Co-authored-by: Kiriti Gowda <kiritigowda@gmail.com>
    
    * Documentation - Readme & changelog updates (#251)
    
    * readme and changelog updates for 6.0
    
    * minor update
    
    * added ctests for audio test suite for CI
    
    made changes to add more clarity on the QA Tests results
    
    * Cmake mods for ctest
    
    * HOST-only build error bugfix
    
    * added qa mode paramter to python audio script
    
    added golden output map for QA testing of Non silent region detection
    
    * minor change
    
    * Documentation - Bump rocm-docs-core[api_reference] from 0.26.0 to 0.27.0 in /docs/sphinx (#253)
    
    Bumps [rocm-docs-core[api_reference]](https://github.com/RadeonOpenCompute/rocm-docs-core) from 0.26.0 to 0.27.0.
    - [Release notes](https://github.com/RadeonOpenCompute/rocm-docs-core/releases)
    - [Changelog](https://github.com/RadeonOpenCompute/rocm-docs-core/blob/develop/CHANGELOG.md)
    - [Commits](https://github.com/RadeonOpenCompute/rocm-docs-core/compare/v0.26.0...v0.27.0)
    
    ---
    updated-dependencies:
    - dependency-name: rocm-docs-core[api_reference]
      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>
    
    * RPP Resize Mirror Normalize Bugfix (#252)
    
    * added fix for hipMemset
    
    * remove pixel check for U8-F32 and U8-F16 for HOST codes
    
    ---------
    
    Co-authored-by: sampath1117 <sampath.rachumallu@multicorewareinc.com>
    
    * added example for MMS calculation in comments for better understanding
    
    * Sphinx - updates (#257)
    
    * Sphinx - updates
    
    * Doxygen - Updates
    
    * Docs - Remove index.md
    
    * updated info used to for running audio test suite
    
    * removed bitdepth variable from audio test suite
    
    * added more information on computing NSR outputs in the example added
    
    * Fix doxygen for decibels
    
    Also removes extra QA reference files
    
    * move tensor_host_audio.cpp to host folder
    
    * Fix build errors and qa tests in Audio Test suite
    
    * Fix build errors and qa tests in Audio Test suite
    
    * Add reference output and test samples for downmix
    
    * Add down_mix in augmentation list and supported cases
    
    * Remove auto-merge repeated funcs
    
    * Improve clarity of header docs
    
    * Remove blank line
    
    * Improve clarity on header docs
    
    * Add Doxygen comments
    
    * minor change
    
    * converted golden outputs to binary file for downmixing
    
    * removed old golden output file for preemphasis and todecibels
    
    * modified info for downmixing as per new changes
    
    used handle memory for temporary buffers
    
    * formatting changes
    
    * moved the common code for SSE and AVX to outside
    
    * Update down_mixing.hpp license
    
    * Update rppt_tensor_audio_augmentations.h
    
    * combined the srcLength and channels tensors into single tensor
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: Snehaa Giridharan <snehaa@multicorewareinc.com>
    Co-authored-by: HazarathKumarM <hazarathkumar@multicorewareinc.com>
    Co-authored-by: sampath1117 <sampath.rachumallu@multicorewareinc.com>
    Co-authored-by: Kiriti Gowda <kiritigowda@gmail.com>
    Co-authored-by: Snehaa-Giridharan <118163708+snehaa8@users.noreply.github.com>
    Co-authored-by: Lisa <lisajdelaney@gmail.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Sundarrajan98 <sundarrajan@multicorewareinc.com>
    
    * RPP Voxel 3D Tensor Multiply scalar on HOST and HIP (#306)
    
    * added HIP support for voxel scalar multiply kernel
    
    * added HOST support for voxel multiply kernel
    
    added golden outputs for voxel multiply kernel
    
    * merge with master
    
    * RPP Test Suite Upgrade 4 - CSV to BIN conversions for file size reduction (#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>
    
    * converted multiply scalar voxel golden outputs to bin files
    
    * changed copyright from 2023 to 2024
    
    ---------
    
    Co-authored-by: sampath1117 <sampath.rachumallu@multicorewareinc.com>
    Co-authored-by: HazarathKumarM <hazarathkumar@multicorewareinc.com>
    
    * Test Suite Bugfix (#307)
    
    * experimental changes for adding qa mode for performance tests
    
    * made changes to add display more information w.r.t QA results summary for performance tests
    
    * minor changes
    
    * Add changes to dump qa results to excel file
    
    * Add performance QA for three new tensor functions
    
    * update prerequisites in readme
    
    * added changes to handle unsupported cases
    
    * removed treshold dictionary and added performance Noise treshold
    add new dataset for performance QA
    
    * RPP Test Suite Upgrade 4 - CSV to BIN conversions for file size reduction (#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>
    
    * Changes to the performane summary dataframe
    
    * minor changes
    
    * Update CMakeLists.txt to add ${CMAKE_CURRENT_SOURCE_DIR} for CI
    
    * Update CMakeLists.txt fix
    
    * Update CMakeLists.txt fix
    
    * remove tabulate dependency
    
    * Update README.md to remove tabulate pip install
    
    * Fix for CI machine failure
    
    * Add note on performance
    
    * Fix segmentation fault
    
    * Revert QAmode to restrict HIP bitdepths
    
    * Use Rpp64u for HOST while comparing outputs
    
    * Fix ambiguous abs call
    
    * Fix for SLES CI HIP fail - error: incompatible pointer types assigning to 'unsigned long *' from 'unsigned long long *' - refOutput = TensorSumReferenceOutputs[numChannels].data();
    
    ---------
    
    Co-authored-by: sampath1117 <sampath.rachumallu@multicorewareinc.com>
    Co-authored-by: HazarathKumarM <hazarathkumar@multicorewareinc.com>
    Co-authored-by: Snehaa Giridharan <snehaa@multicorewareinc.com>
    Co-authored-by: Pavel Tcherniaev <Pavel.Tcherniaev@amd.com>
    
    * Bump rocm-docs-core[api_reference] from 0.34.2 to 0.35.0 in /docs/sphinx (#313)
    
    Bumps [rocm-docs-core[api_reference]](https://github.com/RadeonOpenCompute/rocm-docs-core) from 0.34.2 to 0.35.0.
    - [Release notes](https://github.com/RadeonOpenCompute/rocm-docs-core/releases)
    - [Changelog](https://github.com/ROCm/rocm-docs-core/blob/develop/CHANGELOG.md)
    - [Commits](https://github.com/RadeonOpenCompute/rocm-docs-core/compare/v0.34.2...v0.35.0)
    
    ---
    updated-dependencies:
    - dependency-name: rocm-docs-core[api_reference]
      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>
    
    * RPP Reduction - Tensor min and Tensor max on HOST and HIP (#260)
    
    * Minor Change
    
    * Add Validation check for DST_FOLDER path
    
    * added water HOST and HIP codes
    
    * added water case in test suite
    
    * added golden outputs for water
    
    * Add Validation checks for all options in testAllScript.sh
    
    * Add sanity check for dual Input cases
    Set Max Dimension and Max Image Dump
    Replaced Fast DCT tag with Accurate DCT
    
    * Regenerate golden outputs using accurate dct Flag
    Add golden outputs for some new augmentations
    
    * Fix Flip golden outputs mismatch
    Fix PLN3 variants mismatch in QA mode
    
    * Add MAX_BATCH_SIZE check
    removed Augmentations function calls for failing Qa modes
    code cleanup
    
    * Add crop and gamma correction augmentations
    code cleanup
    
    * Add comments to functions in rpp_test_suite_common.h
    
    * minor change
    
    * code cleanup
    
    * minor code changes
    
    * Change roi and Image sizes for crop augmentation
    
    * Change numIterations option to numRuns
    Addressed PR comments
    
    * 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
    
    * Add turboJpeg header to update maxHeight and maxWidth values
    
    * nwc commit - added avx2 changes for u8 layout toggle variants but need to add store functions for completion
    
    * Change the performance Timings logic
    
    * Add Avx2 implementation for F32 and U8 toggle variants
    
    * minor change to support u8_f16 and u8_f32 cases
    
    * Regenerate LUT golden outputs with ACCURATE_DCT tag
    
    * Minor code changes
    
    * Add AVX2 support for u8 pkd3-pln3 and i8 pkd3-pln3 for water augmentation
    
    * Made changes to the runTests.py in Host to remove testAllScipts.sh
    
    * Made changes to the runTests.py in HIP to remove testAllScipts.sh
    
    * Initial commit - Image min and max Reduction kernel
    
    Includes
    * u8 datatype for both min and max HOST Tensor of all variants.
    * Testsuite changes.
    
    * NWC -initial code for min max PLN3 - PLN3
    
    * made changes to split min and max kernels seperately
    
    * splitted kernels for min and max
    
    * made changes to print final max/min in the R,G,B channels
    
    * fixed inaccuracies in min/max computation
    
    * made changes to typecast intermediate output to output requested by user
    
    added comments for the code
    
    code cleanup and minor changes in test suite
    
    * fixed build issues
    
    removed image folders used for min, max and sum
    
    reverted unwanted file changes
    
    * minor changes in test suite
    
    * removed support for unwanted test case in Tensor_hip.cpp
    
    * Adds new option roi
    
    * remove testAllScripts.sh
    
    * Adds roi Option in HIP backend
    
    * Implement f32 variants
    
    * Implement f16 and i8 datatype variants
    
    * change F32 load and store logic
    
    * Add build flags in CMakeLists.txt to set AVX/SSE flags based on the system configuration
    
    * minor code changes
    
    * Initial commit - Image sum Reduction kernel
    
    Includes u8 PLN1 -> PLN1 conversion for HOST Tensor
    
    * Implement PKD3 and PLN3 for Image sum Tensor HOST
    
    * Support i8, f16 and f32 datatypes
    
    * Initial commit - Image sum Reduction HIP kernel
    
    Includes u8 PLN1 -> PLN1 conversion for Tensor
    
    * Implement PKD3 and PLN3 for Image sum Tensor HIP
    
    * Add support in testsuite
    
    Revert normalization for i8 HOST Tensor variants
    
    * Fix HIP testsuite
    
    Remove additional blanks for 1 channel output
    
    * Modify print statement in HIP testsuite
    
    * Improve readability for testsuite outputs
    
    * optimized the store function for F32 PLN3-PKD3
    
    * reverted back irrelevant changes
    
    * minor change
    
    * Fix HIP to support larger inputs
    
    * optimized load and store functions for water U8 and F32 variants in host
    
    removed commented code
    
    * Cleanup
    
    * removed golden outputs for water
    
    * minor changes
    
    * Cleanup
    
    Support Reduction QA test in testsuite
    
    * renamed few functions and removed unused functions
    
    updated i8 pln1 load as per the optimized u8 pln1 load
    
    * fixed bug in i8 load function
    
    * Remove unused variables and C style casting
    
    * 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
    
    * Optimize u8 datatype further
    
    * Fix static_cast
    
    * made to changes to resolve codacy warnings
    
    * changed cast to c++ style in hip kernel
    
    * Initial commit - Ricap HOST Tensor
    
    Includes testsuite changes
    
    * Add QA tests for RICAP
    
    Used three_images_224x224_src1 folder to create golden outputs
    
    * Add three_images_224x224_src1 into TEST_IMAGES
    
    * added rotate case with golden outputs
    
    changed generic bilinear HOST codes to match with HIP codes
    
    * Add golden output for remaining all tensor augmentations
    
    * fix python script issues
    
    * Optimize u8 and i8 datatype
    
    Uses uint and int internal processing instead of float
    
    * Fix testsuite build errors
    
    * minor change
    
    * Fix QA check
    
    * Modify api naming from image_sum to tensor_sum
    
    Includes changes for both HOST and HIP
    
    * Support HIP Backend for RICAP
    
    * change rcm and rmn golden outputs
    
    * Fix HIP pkd3->pkd3 variant
    
    * changes based on review comments
    
    * change test_suite folder to tests
    
    * Optimize u8 and i8 datatype of HIP
    
    Includes modification in naming of shared memory
    
    * minor fix
    
    * changed generic nn F32 loads using gather and setr instructions
    
    * Optimize and cleanup U8 HIP
    
    * regenerated golden outputs for RICAP
    
    minor changes in HOST shell script for handling RICAP in QA mode
    
    * minor bug fix in RICAP HIP kernels
    
    * Fix i8 datatype variants
    
    Includes cleanup
    
    * Fix the issues with color_to_greyscale
    
    * remove the empty folder creation
    
    * reverting back the folder name change
    
    * minor change
    
    * added comments for latest changes
    
    * minor change
    
    * Improve readability and Cleanup
    
    * Fix QA for HIP
    
    Includes cleanup
    
    * resolved review comments
    
    * minor change
    
    * Modify api naming from image_ to tensor_ for HOST
    
    * Add support for QA tests
    
    * removed range check for RMN U8-F32 and U8-F16 variants
    
    changed from hipMemset to hipMemsetAsync for RMN HIP Kernel
    
    removed multiplication by 255 for stdDev in RMN HOST U8-F16 and U8-F32 variants
    
    * Modify naming of shared memory with _smem in HIP
    
    Includes cleanup
    
    * Typecast and reuse markArr for HIP U8 and I8
    
    * Cleanup and minor optimization
    
    * minor fix
    
    * fix codacy warnings
    
    * Additional cleanup
    
    * Cleanup and move #define
    
    * Changed the complexity of if statements in runTests.py
    
    * Cleanup testsuite
    
    Includes new golden outputs
    
    * Additional testuite fixes
    
    * Minor cleanup
    
    * Codacy fixes
    
    * Fix codacy warnings
    
    * Codacy fix
    
    * Address other codacy warnings
    
    * cleanup
    
    * Change Image functions to generic
    
    * Update ricap.hpp with reference paper
    
    * resolved minor issues happened with merge
    
    * minor changes
    
    * fixed minor issue with getting profiler times
    
    * minor formatting changes
    
    * resolved build issues in test suite
    
    renamed the min and max kernel file names
    
    * RPP RICAP Tensor for HOST and HIP (#213)
    
    * Initial commit - Ricap HOST Tensor
    
    Includes testsuite changes
    
    * Add QA tests for RICAP
    
    Used three_images_224x224_src1 folder to create golden outputs
    
    * Add three_images_224x224_src1 into TEST_IMAGES
    
    * Support HIP Backend for RICAP
    
    * Fix HIP pkd3->pkd3 variant
    
    * regenerated golden outputs for RICAP
    
    minor changes in HOST shell script for handling RICAP in QA mode
    
    * minor bug fix in RICAP HIP kernels
    
    * Improve readability and Cleanup
    
    * Additional cleanup
    
    * Cleanup testsuite
    
    Includes new golden outputs
    
    * Additional testuite fixes
    
    * Minor cleanup
    
    * Fix codacy warnings
    
    * Address other codacy warnings
    
    * Update ricap.hpp with reference paper
    
    * Add RICAP dataset path in readme
    
    * Make changes to error codes returned
    
    * Modify roi crop region for unit and perf tests
    
    * RPP Tensor Water Augmentation on HOST and HIP (#181)
    
    * 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>
    
    * Fix build error
    
    * CMakeLists - Version Update
    
    1.5.0 - TOT Version
    
    * CHANGELOG Updates
    
    Version 1.5.0 placeholder
    
    * Boost deps fix for test suite
    
    ---------
    
    Co-authored-by: Snehaa Giridharan <snehaa@multicorewareinc.com>
    Co-authored-by: sampath1117 <sampath.rachumallu@multicorewareinc.com>
    Co-authored-by: Snehaa-Giridharan <118163708+snehaa8@users.noreply.github.com>
    Co-authored-by: HazarathKumarM <hazarathkumar@multicorewareinc.com>
    Co-authored-by: Kiriti Gowda <kiritigowda@gmail.com>
    
    * Documentation - Readme & changelog updates (#251)
    
    * readme and changelog updates for 6.0
    
    * minor update
    
    * Documentation - Bump rocm-docs-core[api_reference] from 0.26.0 to 0.27.0 in /docs/sphinx (#253)
    
    Bumps [rocm-docs-core[api_reference]](https://github.com/RadeonOpenCompute/rocm-docs-core) from 0.26.0 to 0.27.0.
    - [Release notes](https://github.com/RadeonOpenCompute/rocm-docs-core/releases)
    - [Changelog](https://github.com/RadeonOpenCompute/rocm-docs-core/blob/develop/CHANGELOG.md)
    - [Commits](https://github.com/RadeonOpenCompute/rocm-docs-core/compare/v0.26.0...v0.27.0)
    
    ---
    updated-dependencies:
    - dependency-name: rocm-docs-core[api_reference]
      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>
    
    * RPP Resize Mirror Normalize Bugfix (#252)
    
    * added fix for hipMemset
    
    * remove pixel check for U8-F32 and U8-F16 for HOST codes
    
    ---------
    
    Co-authored-by: sampath1117 <sampath.rachumallu@multicorewareinc.com>
    
    * Cmake fix to prevent warning
    
    * Fix paths in new python scripts
    
    * Sphinx - updates (#257)
    
    * Sphinx - updates
    
    * Doxygen - Updates
    
    * Docs - Remove index.md
    
    * Test suite fixes after tensor_min / tensor_max HOST merge
    
    * Fix max case
    
    * QA tests fix for hip and host
    
    * naming convention changes as per new std
    
    * Substitute imagePartial with partial
    
    * Substitute imageMin/imageMax with min/max
    
    * Replace hipMemset with hipMemsetAsync, and replace hipDeviceSynchronize with hipStreamSynchronize
    
    * Use variable instead of batchCount*4
    
    * Use post increment effectivly
    
    * Resolve codacy warnings
    
    * Additional cleanup
    
    * remove unused variable
    
    * Documentation - Bump rocm-docs-core[api_reference] from 0.28.0 to 0.29.0 in /docs/sphinx (#265)
    
    Bumps [rocm-docs-core[api_reference]](https://github.com/RadeonOpenCompute/rocm-docs-core) from 0.28.0 to 0.29.0.
    - [Release notes](https://github.com/RadeonOpenCompute/rocm-docs-core/releases)
    - [Changelog](https://github.com/RadeonOpenCompute/rocm-docs-core/blob/develop/CHANGELOG.md)
    - [Commits](https://github.com/RadeonOpenCompute/rocm-docs-core/compare/v0.28.0...v0.29.0)
    
    ---
    updated-dependencies:
    - dependency-name: rocm-docs-core[api_reference]
      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>
    
    * Remove auto merge boost
    
    * Spaces formatting
    
    * Bump rocm-docs-core[api_reference] from 0.29.0 to 0.30.1 in /docs/sphinx (#268)
    
    Bumps [rocm-docs-core[api_reference]](https://github.com/RadeonOpenCompute/rocm-docs-core) from 0.29.0 to 0.30.1.
    - [Release notes](https://github.com/RadeonOpenCompute/rocm-docs-core/releases)
    - [Changelog](https://github.com/RadeonOpenCompute/rocm-docs-core/blob/develop/CHANGELOG.md)
    - [Commits](https://github.com/RadeonOpenCompute/rocm-docs-core/compare/v0.29.0...v0.30.1)
    
    ---
    updated-dependencies:
    - dependency-name: rocm-docs-core[api_reference]
      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>
    
    * add support for mi300 (#269)
    
    * Documentation - Bump rocm-docs-core[api_reference] from 0.30.1 to 0.30.2 in /docs/sphinx (#273)
    
    Bumps [rocm-docs-core[api_reference]](https://github.com/RadeonOpenCompute/rocm-docs-core) from 0.30.1 to 0.30.2.
    - [Release notes](https://github.com/RadeonOpenCompute/rocm-docs-core/releases)
    - [Changelog](https://github.com/RadeonOpenCompute/rocm-docs-core/blob/develop/CHANGELOG.md)
    - [Commits](https://github.com/RadeonOpenCompute/rocm-docs-core/compare/v0.30.1...v0.30.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>
    
    * Cleanup by removing oneliner functions as inline
    
    * RPP Tensor Audio Support - To Decibels (#258)
    
    * Initial commit - Non slient region detection
    
    Includes unittest setup
    
    * Initial commit - To Decibels
    
    Includes unittest setup
    
    * Replace vectors with arrays
    
    * Cleanup
    
    * Replace Rpp64s with Rpp32s
    
    * Optimize and precompute cutOff
    
    * Fix buffer used
    
    * Fix buffer used
    
    * Additional Cleanup
    
    * Update testsuite for Audio
    
    * code cleanup
    
    * Add Readme file for Audio test suite
    
    * changes based on review comments
    
    * minor change
    
    * Remove unittest folders and updated README.md
    
    * Remove unit tests
    
    * minor change
    
    * code cleanup
    
    * added common header file for audio helper functions
    
    * removed unncessary audio wav files
    
    fixed bug in ROI updation for audio test suite
    
    resolved issue in summary generation for performance tests in python
    
    * removed log file
    
    * added doxygen support for audio
    
    * added doxygen changes for to_decibels
    
    * updated test suite support for to_decibels
    
    * minor change
    
    * removed the usage of getMax function and used std::max_element
    
    * modularized code in test suite
    
    * merge with latest changes
    
    * minor change
    
    * minor change
    
    * resolved codacy warnings
    
    * Codacy fix - Remove unused cpuTime
    
    * CMakeLists - Version Update
    
    1.5.0 - TOT Version
    
    * CHANGELOG Updates
    
    Version 1.5.0 placeholder
    
    * resolved issue with file_system dependency in test suite
    
    * Doxygen changes
    
    changed malloc to new in NSR kernel
    
    * RPP RICAP Tensor for HOST and HIP (#213)
    
    * Initial commit - Ricap HOST Tensor
    
    Includes testsuite changes
    
    * Add QA tests for RICAP
    
    Used three_images_224x224_src1 folder to create golden outputs
    
    * Add three_images_224x224_src1 into TEST_IMAGES
    
    * Support HIP Backend for RICAP
    
    * Fix HIP pkd3->pkd3 variant
    
    * regenerated golden outputs for RICAP
    
    minor changes in HOST shell script for handling RICAP in QA mode
    
    * minor bug fix in RICAP HIP kernels
    
    * Improve readability and Cleanup
    
    * Additional cleanup
    
    * Cleanup testsuite
    
    Includes new golden outputs
    
    * Additional testuite fixes
    
    * Minor cleanup
    
    * Fix codacy warnings
    
    * Address other codacy warnings
    
    * Update ricap.hpp with reference paper
    
    * Add RICAP dataset path in readme
    
    * Make changes to error codes returned
    
    * Modify roi crop region for unit and perf tests
    
    * RPP Tensor Water Augmentation on HOST and HIP (#181)
    
    * 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>
    
    * Fix build error
    
    * CMakeLists - Version Update
    
    1.5.0 - TOT Version
    
    * CHANGELOG Updates
    
    Version 1.5.0 placeholder
    
    * Boost deps fix for test suite
    
    ---------
    
    Co-authored-by: Snehaa Giridharan <snehaa@multicorewareinc.com>
    Co-authored-by: sampath1117 <sampath.rachumallu@multicorewareinc.com>
    Co-authored-by: Snehaa-Giridharan <118163708+snehaa8@users.noreply.github.com>
    Co-authored-by: HazarathKumarM <hazarathkumar@multicorewareinc.com>
    Co-authored-by: Kiriti Gowda <kiritigowda@gmail.com>
    
    * Documentation - Readme & changelog updates (#251)
    
    * readme and changelog updates for 6.0
    
    * minor update
    
    * added ctests for audio test suite for CI
    
    made changes to add more clarity on the QA Tests results
    
    * Cmake mods for ctest
    
    * HOST-only build error bugfix
    
    * added qa mode paramter to python audio script
    
    added golden output map for QA testing of Non silent region detection
    
    * minor change
    
    * Documentation - Bump rocm-docs-core[api_reference] from 0.26.0 to 0.27.0 in /docs/sphinx (#253)
    
    Bumps [rocm-docs-core[api_reference]](https://github.com/RadeonOpenCompute/rocm-docs-core) from 0.26.0 to 0.27.0.
    - [Release notes](https://github.com/RadeonOpenCompute/rocm-docs-core/releases)
    - [Changelog](https://github.com/RadeonOpenCompute/rocm-docs-core/blob/develop/CHANGELOG.md)
    - [Commits](https://github.com/RadeonOpenCompute/rocm-docs-core/compare/v0.26.0...v0.27.0)
    
    ---
    updated-dependencies:
    - dependency-name: rocm-docs-core[api_reference]
      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>
    
    * RPP Resize Mirror Normalize Bugfix (#252)
    
    * added fix for hipMemset
    
    * remove pixel check for U8-F32 and U8-F16 for HOST codes
    
    ---------
    
    Co-authored-by: sampath1117 <sampath.rachumallu@multicorewareinc.com>
    
    * added example for MMS calculation in comments for better understanding
    
    * Sphinx - updates (#257)
    
    * Sphinx - updates
    
    * Doxygen - Updates
    
    * Docs - Remove index.md
    
    * updated info used to for running audio test suite
    
    * removed bitdepth variable from audio test suite
    
    * added more information on computing NSR outputs in the example added
    
    * Fix doxygen for decibels
    
    Also removes extra QA reference files
    
    * Fix build errors and qa tests in Audio Test suite
    
    * Remove auto-merge repeated funcs
    
    * Improve clarity on header docs
    
    * made changes based on review comments
    
    * stored golden outputs of to_decibels in binary file
    
    removed golden output text files for non silent region
    
    * removed unused parameter in verify_output function
    
    * updated list of cases supported in python script
    
    * added error handling for opening golden output file
    
    * Codacy fix and tests warning fix
    
    * Codacy fix
    
    * Codacy fix trial
    
    * codacy fix for checking boundaries of fstream
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: Snehaa Giridharan <snehaa@multicorewareinc.com>
    Co-authored-by: HazarathKumarM <hazarathkumar@multicorewareinc.com>
    Co-authored-by: sampath1117 <sampath.rachumallu@multicorewareinc.com>
    Co-authored-by: Kiriti Gowda <kiritigowda@gmail.com>
    Co-authored-by: Snehaa-Giridharan <118163708+snehaa8@users.noreply.github.com>
    Co-authored-by: Lisa <lisajdelaney@gmail.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * Documentation - Bump rocm-docs-core[api_reference] from 0.30.2 to 0.30.3 in /docs/sphinx (#274)
    
    Bumps [rocm-docs-core[api_reference]](https://github.com/RadeonOpenCompute/rocm-docs-core) from 0.30.2 to 0.30.3.
    - [Release notes](https://github.com/RadeonOpenCompute/rocm-docs-core/releases)
    - [Changelog](https://github.com/RadeonOpenCompute/rocm-docs-core/blob/develop/CHANGELOG.md)
    - [Commits](https://github.com/RadeonOpenCompute/rocm-docs-core/compare/v0.30.2...v0.30.3)
    
    ---
    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>
    
    * Adding issue template (#270)
    
    * Add files via upload
    
    * added ROCm v6, MI300, default component
    
    * Fix cast used in testsuite
    
    Includes minor fixes
    
    * Fix displaying f16 outputs
    
    * Optimize HOST min/max reduce function further
    
    * Fix spacing in HIP kernels
    
    * Fix PLN1 outputs for u8 and i8 datatypes of HOST backend
    
    * RPP Test Suite Upgrade 4 - CSV to BIN conversions for file size reduction (#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>
    
    * Bump rocm-docs-core[api_reference] from 0.31.0 to 0.33.0 in /docs/sphinx (#294)
    
    Bumps [rocm-docs-core[api_reference]](https://github.com/RadeonOpenCompute/rocm-docs-core) from 0.31.0 to 0.33.0.
    - [Release notes](https://github.com/RadeonOpenCompute/rocm-docs-core/releases)
    - [Changelog](https://github.com/ROCm/rocm-docs-core/blob/develop/CHANGELOG.md)
    - [Commits](https://github.com/RadeonOpenCompute/rocm-docs-core/compare/v0.31.0...v0.33.0)
    
    ---
    updated-dependencies:
    - dependency-name: rocm-docs-core[api_reference]
      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>
    
    * Store reference outputs via map for min and max kernels
    
    * Update tensor_max.hpp license
    
    * Update tensor_min.hpp license
    
    * Fix output comparison check
    
    * Merge branch 'ar/opt_tensor_min_tensor_max' of https://github.com/r-abishek/rpp into sn/tensor_min_max
    
    * Modify exit condition used in outer most kernel
    
    * Modify srcIdx for HIP Tensor min
    
    * Using maximum as 255 for HIP Tensor min
    
    * Modify srcIdx for HIP Tensor max kernel
    
    Also fixes build error in testsuite
    
    * Fix corrupted outputs displayed for Tensor sum
    
    * Fix corruption issue seen with tensor sum kernel
    
    * Fix minimum for I8 Tensor max kernel
    
    * Modified HIP buffer initialization with a common function
    
    * Fix redefinition
    
    * Remove additional variables xAlignedLength
    
    * Remove unwanted xAlignedLength and xDiff
    
    * Remove redefinition of TensorSumReferenceOutputs
    
    * Fix for CI issue
    
    * Add parenthesis
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: HazarathKumarM <hazarathkumar@multicorewareinc.com>
    Co-authored-by: sampath1117 <sampath.rachumallu@multicorewareinc.com>
    Co-authored-by: Snehaa Giridharan <snehaa@multicorewareinc.com>
    Co-authored-by: Snehaa-Giridharan <118163708+snehaa8@users.noreply.github.com>
    Co-authored-by: fiona-gladwin <fionagladwin@multicorewareinc.com>
    Co-authored-by: Kiriti Gowda <kiritigowda@gmail.com>
    Co-authored-by: Lisa <lisajdelaney@gmail.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Lakshmi Kumar <lakshmi.kumar@amd.com>
    Co-authored-by: abhimeda <138710508+abhimeda@users.noreply.github.com>
    
    * CI - Update precheckin.groovy
    
    * added separate kernels for doing flip when horizontal flip is not set
    
    * fixed build issue
    
    * Add supported case
    
    * reverted incorrect changes happened with merge
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: sampath1117 <sampath.rachumallu@multicorewareinc.com>
    Co-authored-by: HazarathKumarM <hazarathkumar@multicorewareinc.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Sam Wu <sam.wu2@amd.com>
    Co-authored-by: Kiriti Gowda <kiritigowda@gmail.com>
    Co-authored-by: Snehaa Giridharan <snehaa@multicorewareinc.com>
    Co-authored-by: Snehaa-Giridharan <118163708+snehaa8@users.noreply.github.com>
    Co-authored-by: Lisa <lisajdelaney@gmail.com>
    Co-authored-by: Sundarrajan98 <sundarrajan@multicorewareinc.com>
    Co-authored-by: Pavel Tcherniaev <Pavel.Tcherniaev@amd.com>
    Co-authored-by: fiona-gladwin <fionagladwin@multicorewareinc.com>
    Co-authored-by: Lakshmi Kumar <lakshmi.kumar@amd.com>
    Co-authored-by: abhimeda <138710508+abhimeda@users.noreply.github.com>
    14 people committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    d3df761 View commit details
    Browse the repository at this point in the history
  2. RPP Vignette Tensor on HOST and HIP (ROCm#311)

    * Add Vignette Tensor HOST and HIP Implementation
    
    * License - updates to 2024 and consistency changes (#298)
    
    * 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
    
    * Test - Update README.md for test_suite (#299)
    
    * Bump rocm-docs-core[api_reference] from 0.33.0 to 0.33.1 in /docs/sphinx (#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>
    
    * Bump rocm-docs-core[api_reference] from 0.33.1 to 0.33.2 in /docs/sphinx (#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>
    
    * Update doc codeowners (#303)
    
    * Documentation - Bump rocm-docs-core[api_reference] from 0.33.2 to 0.34.0 in /docs/sphinx (#304)
    
    Bumps [rocm-docs-core[api_reference]](https://github.com/RadeonOpenCompute/rocm-docs-core) from 0.33.2 to 0.34.0.
    - [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.2...v0.34.0)
    
    ---
    updated-dependencies:
    - dependency-name: rocm-docs-core[api_reference]
      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>
    
    * Test suite - upgrade 5 qa perf (#305)
    
    * experimental changes for adding qa mode for performance tests
    
    * made changes to add display more information w.r.t QA results summary for performance tests
    
    * minor changes
    
    * Add changes to dump qa results to excel file
    
    * Add performance QA for three new tensor functions
    
    * update prerequisites in readme
    
    * added changes to handle unsupported cases
    
    * removed treshold dictionary and added performance Noise treshold
    add new dataset for performance QA
    
    * RPP Test Suite Upgrade 4 - CSV to BIN conversions for file size reduction (#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>
    
    * Changes to the performane summary dataframe
    
    * minor changes
    
    * Update CMakeLists.txt to add ${CMAKE_CURRENT_SOURCE_DIR} for CI
    
    * Update CMakeLists.txt fix
    
    * Update CMakeLists.txt fix
    
    * remove tabulate dependency
    
    * Update README.md to remove tabulate pip install
    
    * Fix for CI machine failure
    
    * Add note on performance
    
    ---------
    
    Co-authored-by: sampath1117 <sampath.rachumallu@multicorewareinc.com>
    Co-authored-by: HazarathKumarM <hazarathkumar@multicorewareinc.com>
    Co-authored-by: Abishek <52214183+r-abishek@users.noreply.github.com>
    Co-authored-by: Snehaa Giridharan <snehaa@multicorewareinc.com>
    Co-authored-by: r-abishek <abishek@multicorewareinc.com>
    
    * RPP Color Temperature on HOST and HIP (#271)
    
    * Initial commit - Color Temperature HOST Tensor
    
    * Initial commit - Color Temperature HIP Tensor
    
    * Add color temperature golden outputs
    
    * address review comments
    
    * Use reinterpret_cast instead of static_cast
    
    * Combine templated functions to support all datatypes into one
    (got minor perf difference of order 3%)
    
    Also fixes indentation
    
    * Fix i8 datatype
    
    * Cleanup
    
    * RPP Test Suite Upgrade 4 - CSV to BIN conversions for file size reduction (#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>
    
    * Fix PLN3 variant outputs
    
    Also modifies reference outputs
    
    * Update color_temperature.hpp license
    
    * Delete color_temperature_u8_Tensor_PKD3.csv
    
    * Delete color_temperature_u8_Tensor_PLN3.csv
    
    ---------
    
    Co-authored-by: snehaa8 <snehaa@multicorewareinc.com>
    Co-authored-by: HazarathKumarM <hazarathkumar@multicorewareinc.com>
    Co-authored-by: Snehaa-Giridharan <118163708+snehaa8@users.noreply.github.com>
    
    * RPP Voxel 3D Tensor Add/Subtract scalar on HOST and HIP (#272)
    
    * added HOST support for voxel add kernel
    
    * added HIP support for voxel add kernel
    
    * added test suite support for add scalar
    
    * added Doxygen support and modified hip kernel function names as per new standard
    
    * added HOST support for voxel subtract kernel
    
    * added HIP support for voxel subtract kernel
    
    * added test suite support
    
    * updated the golden outputs for subtract with correct values
    
    * removed unnessary validation checks
    
    * Remove double spaces
    
    * Fix header
    
    * Fix all retval docs
    
    * Fix docs to add memory type
    
    * Fix comment
    
    * Add divider comment
    
    * Use post-increment efficiently
    
    * RPP Test Suite Upgrade 4 - CSV to BIN conversions for file size reduction (#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>
    
    * converted add and subtract scalar golden outputs to bin files
    
    * changed copyright from 2023 to 2024
    
    * Update add_scalar.hpp license
    
    * Update subtract_scalar.hpp license
    
    ---------
    
    Co-authored-by: sampath1117 <sampath.rachumallu@multicorewareinc.com>
    Co-authored-by: HazarathKumarM <hazarathkumar@multicorewareinc.com>
    
    * RPP Magnitude on HOST and HIP (#278)
    
    * Initial commit - Magnitude HOST Tensor
    
    * Add QA reference outputs
    
    * Update runTests.py
    
    * Initial commit - Magnitude HIP Tensor
    
    * Add dual input support in testsuite
    
    * Optimize HOST kernel further
    
    * Optimize i8 datatype further
    
    * Modify comments
    
    * RPP Test Suite Upgrade 4 - CSV to BIN conversions for file size reduction (#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>
    
    * Bump rocm-docs-core[api_reference] from 0.31.0 to 0.33.0 in /docs/sphinx (#294)
    
    Bumps [rocm-docs-core[api_reference]](https://github.com/RadeonOpenCompute/rocm-docs-core) from 0.31.0 to 0.33.0.
    - [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.31.0...v0.33.0)
    
    ---
    updated-dependencies:
    - dependency-name: rocm-docs-core[api_reference]
      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>
    
    * Update Copywright year
    
    * Combine templated functions to support all datatypes
    
    * Modify format of reference outputs
    
    * Update rppi_arithmetic_operations.h license
    
    * Update rppt_tensor_arithmetic_operations.h license
    
    * Update host_tensor_arithmetic_operations.hpp
    
    * Update magnitude.hpp license
    
    * Update hip_tensor_arithmetic_operations.hpp license
    
    * Delete magnitude_u8_Tensor_PKD3.csv
    
    * Delete magnitude_u8_Tensor_PLN1.csv
    
    * Delete magnitude_u8_Tensor_PLN3.csv
    
    * Update rpp_test_suite_common.h license
    
    * Update runTests.py license
    
    * Update Tensor_hip.cpp license
    
    * Update runTests.py license
    
    * Update Tensor_host.cpp license
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: Snehaa Giridharan <snehaa@multicorewareinc.com>
    Co-authored-by: HazarathKumarM <hazarathkumar@multicorewareinc.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Snehaa-Giridharan <118163708+snehaa8@users.noreply.github.com>
    
    * Bump rocm-docs-core[api_reference] from 0.34.0 to 0.34.2 in /docs/sphinx (#309)
    
    Bumps [rocm-docs-core[api_reference]](https://github.com/RadeonOpenCompute/rocm-docs-core) from 0.34.0 to 0.34.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.34.0...v0.34.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>
    
    * RPP Tensor Audio Support - Down Mixing (#296)
    
    * Initial commit - Non slient region detection
    
    Includes unittest setup
    
    * Initial commit - To Decibels
    
    Includes unittest setup
    
    * Intial commit - pre_emphasis_filter
    
    * Intial commit - down_mixing
    
    * Replace vectors with arrays
    
    * Cleanup
    
    * Minor cleanup
    
    * Optimize downmixing Kernel
    
    Includes cleanup
    
    * Replace Rpp64s with Rpp32s
    
    * Cleanup
    
    * Optimize and precompute cutOff
    
    * Fix buffer used
    
    * Fix buffer used
    
    * Additional Cleanup
    
    * Optimize post incrmeent operation
    
    * Optimize post increment operation
    
    * Update testsuite for Audio
    
    * code cleanup
    
    * Add Readme file for Audio test suite
    
    * changes based on review comments
    
    * minor change
    
    * Remove unittest folders and updated README.md
    
    * Remove unit tests
    
    * minor change
    
    * code cleanup
    
    * added common header file for audio helper functions
    
    * removed unncessary audio wav files
    
    fixed bug in ROI updation for audio test suite
    
    resolved issue in summary generation for performance tests in python
    
    * removed log file
    
    * added doxygen support for audio
    
    * added doxygen changes for to_decibels
    
    * updated test suite support for to_decibels
    
    * minor change
    
    * added doxygen changes for preemphasis filter
    
    * updated changes for preemphasis filter in test suite
    
    * removed the usage of getMax function and used std::max_element
    
    * modularized code in test suite
    
    * merge with latest changes
    
    * minor change
    
    * minor change
    
    * minor change
    
    * resolved codacy warnings
    
    * Codacy fix - Remove unused cpuTime
    
    * CMakeLists - Version Update
    
    1.5.0 - TOT Version
    
    * CHANGELOG Updates
    
    Version 1.5.0 placeholder
    
    * resolved issue with file_system dependency in test suite
    
    * Doxygen changes
    
    changed malloc to new in NSR kernel
    
    * RPP RICAP Tensor for HOST and HIP (#213)
    
    * Initial commit - Ricap HOST Tensor
    
    Includes testsuite changes
    
    * Add QA tests for RICAP
    
    Used three_images_224x224_src1 folder to create golden outputs
    
    * Add three_images_224x224_src1 into TEST_IMAGES
    
    * Support HIP Backend for RICAP
    
    * Fix HIP pkd3->pkd3 variant
    
    * regenerated golden outputs for RICAP
    
    minor changes in HOST shell script for handling RICAP in QA mode
    
    * minor bug fix in RICAP HIP kernels
    
    * Improve readability and Cleanup
    
    * Additional cleanup
    
    * Cleanup testsuite
    
    Includes new golden outputs
    
    * Additional testuite fixes
    
    * Minor cleanup
    
    * Fix codacy warnings
    
    * Address other codacy warnings
    
    * Update ricap.hpp with reference paper
    
    * Add RICAP dataset path in readme
    
    * Make changes to error codes returned
    
    * Modify roi crop region for unit and perf tests
    
    * RPP Tensor Water Augmentation on HOST and HIP (#181)
    
    * 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>
    
    * Fix build error
    
    * CMakeLists - Version Update
    
    1.5.0 - TOT Version
    
    * CHANGELOG Updates
    
    Version 1.5.0 placeholder
    
    * Boost deps fix for test suite
    
    ---------
    
    Co-authored-by: Snehaa Giridharan <snehaa@multicorewareinc.com>
    Co-authored-by: sampath1117 <sampath.rachumallu@multicorewareinc.com>
    Co-authored-by: Snehaa-Giridharan <118163708+snehaa8@users.noreply.github.com>
    Co-authored-by: HazarathKumarM <hazarathkumar@multicorewareinc.com>
    Co-authored-by: Kiriti Gowda <kiritigowda@gmail.com>
    
    * Documentation - Readme & changelog updates (#251)
    
    * readme and changelog updates for 6.0
    
    * minor update
    
    * added ctests for audio test suite for CI
    
    made changes to add more clarity on the QA Tests results
    
    * Cmake mods for ctest
    
    * HOST-only build error bugfix
    
    * added qa mode paramter to python audio script
    
    added golden output map for QA testing of Non silent region detection
    
    * minor change
    
    * Documentation - Bump rocm-docs-core[api_reference] from 0.26.0 to 0.27.0 in /docs/sphinx (#253)
    
    Bumps [rocm-docs-core[api_reference]](https://github.com/RadeonOpenCompute/rocm-docs-core) from 0.26.0 to 0.27.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.26.0...v0.27.0)
    
    ---
    updated-dependencies:
    - dependency-name: rocm-docs-core[api_reference]
      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>
    
    * RPP Resize Mirror Normalize Bugfix (#252)
    
    * added fix for hipMemset
    
    * remove pixel check for U8-F32 and U8-F16 for HOST codes
    
    ---------
    
    Co-authored-by: sampath1117 <sampath.rachumallu@multicorewareinc.com>
    
    * added example for MMS calculation in comments for better understanding
    
    * Sphinx - updates (#257)
    
    * Sphinx - updates
    
    * Doxygen - Updates
    
    * Docs - Remove index.md
    
    * updated info used to for running audio test suite
    
    * removed bitdepth variable from audio test suite
    
    * added more information on computing NSR outputs in the example added
    
    * Fix doxygen for decibels
    
    Also removes extra QA reference files
    
    * move tensor_host_audio.cpp to host folder
    
    * Fix build errors and qa tests in Audio Test suite
    
    * Fix build errors and qa tests in Audio Test suite
    
    * Add reference output and test samples for downmix
    
    * Add down_mix in augmentation list and supported cases
    
    * Remove auto-merge repeated funcs
    
    * Improve clarity of header docs
    
    * Remove blank line
    
    * Improve clarity on header docs
    
    * Add Doxygen comments
    
    * minor change
    
    * converted golden outputs to binary file for downmixing
    
    * removed old golden output file for preemphasis and todecibels
    
    * modified info for downmixing as per new changes
    
    used handle memory for temporary buffers
    
    * formatting changes
    
    * moved the common code for SSE and AVX to outside
    
    * Update down_mixing.hpp license
    
    * Update rppt_tensor_audio_augmentations.h
    
    * combined the srcLength and channels tensors into single tensor
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: Snehaa Giridharan <snehaa@multicorewareinc.com>
    Co-authored-by: HazarathKumarM <hazarathkumar@multicorewareinc.com>
    Co-authored-by: sampath1117 <sampath.rachumallu@multicorewareinc.com>
    Co-authored-by: Kiriti Gowda <kiritigowda@gmail.com>
    Co-authored-by: Snehaa-Giridharan <118163708+snehaa8@users.noreply.github.com>
    Co-authored-by: Lisa <lisajdelaney@gmail.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Sundarrajan98 <sundarrajan@multicorewareinc.com>
    
    * RPP Voxel 3D Tensor Multiply scalar on HOST and HIP (#306)
    
    * added HIP support for voxel scalar multiply kernel
    
    * added HOST support for voxel multiply kernel
    
    added golden outputs for voxel multiply kernel
    
    * merge with master
    
    * RPP Test Suite Upgrade 4 - CSV to BIN conversions for file size reduction (#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>
    
    * converted multiply scalar voxel golden outputs to bin files
    
    * changed copyright from 2023 to 2024
    
    ---------
    
    Co-authored-by: sampath1117 <sampath.rachumallu@multicorewareinc.com>
    Co-authored-by: HazarathKumarM <hazarathkumar@multicorewareinc.com>
    
    * Test Suite Bugfix (#307)
    
    * experimental changes for adding qa mode for performance tests
    
    * made changes to add display more information w.r.t QA results summary for performance tests
    
    * minor changes
    
    * Add changes to dump qa results to excel file
    
    * Add performance QA for three new tensor functions
    
    * update prerequisites in readme
    
    * added changes to handle unsupported cases
    
    * removed treshold dictionary and added performance Noise treshold
    add new dataset for performance QA
    
    * RPP Test Suite Upgrade 4 - CSV to BIN conversions for file size reduction (#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>
    
    * Changes to the performane summary dataframe
    
    * minor changes
    
    * Update CMakeLists.txt to add ${CMAKE_CURRENT_SOURCE_DIR} for CI
    
    * Update CMakeLists.txt fix
    
    * Update CMakeLists.txt fix
    
    * remove tabulate dependency
    
    * Update README.md to remove tabulate pip install
    
    * Fix for CI machine failure
    
    * Add note on performance
    
    * Fix segmentation fault
    
    * Revert QAmode to restrict HIP bitdepths
    
    * Use Rpp64u for HOST while comparing outputs
    
    * Fix ambiguous abs call
    
    * Fix for SLES CI HIP fail - error: incompatible pointer types assigning to 'unsigned long *' from 'unsigned long long *' - refOutput = TensorSumReferenceOutputs[numChannels].data();
    
    ---------
    
    Co-authored-by: sampath1117 <sampath.rachumallu@multicorewareinc.com>
    Co-authored-by: HazarathKumarM <hazarathkumar@multicorewareinc.com>
    Co-authored-by: Snehaa Giridharan <snehaa@multicorewareinc.com>
    Co-authored-by: Pavel Tcherniaev <Pavel.Tcherniaev@amd.com>
    
    * Add Vignette Tensor HOST and HIP Implementation
    
    * Address review comments
    
    * Update rpp_hip_common.hpp
    
    * Update vignette.hpp to add rpp_hip_math_nearbyintf8()
    
    * Update Tensor_hip.cpp to add hipHostFree
    
    * Fix init
    
    * Repeated initialization bugfix
    
    * Add host case 46
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: HazarathKumarM <hazarathkumar@multicorewareinc.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Sam Wu <sam.wu2@amd.com>
    Co-authored-by: Kiriti Gowda <kiritigowda@gmail.com>
    Co-authored-by: sampath1117 <sampath.rachumallu@multicorewareinc.com>
    Co-authored-by: Snehaa Giridharan <snehaa@multicorewareinc.com>
    Co-authored-by: Snehaa-Giridharan <118163708+snehaa8@users.noreply.github.com>
    Co-authored-by: Lisa <lisajdelaney@gmail.com>
    Co-authored-by: Sundarrajan98 <sundarrajan@multicorewareinc.com>
    Co-authored-by: Pavel Tcherniaev <Pavel.Tcherniaev@amd.com>
    11 people committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    ebecb42 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. Configuration menu
    Copy the full SHA
    1e7df2a View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. Configuration menu
    Copy the full SHA
    1a99bbf View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. Merge pull request #242 from snehaa8/sn/mel_filter_bank

    Audio - Melfilter Bank HOST Tensor
    r-abishek committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    0a5ff5e View commit details
    Browse the repository at this point in the history
  2. Bump rocm-docs-core[api_reference] from 0.37.1 to 0.38.0 in /docs/sph…

    …inx (ROCm#333)
    
    Bumps [rocm-docs-core[api_reference]](https://github.com/RadeonOpenCompute/rocm-docs-core) from 0.37.1 to 0.38.0.
    - [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.37.1...v0.38.0)
    
    ---
    updated-dependencies:
    - dependency-name: rocm-docs-core[api_reference]
      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>
    dependabot[bot] committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    fc1410b View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2024

  1. Configuration menu
    Copy the full SHA
    3d1903c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d95baee View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7ad7ab0 View commit details
    Browse the repository at this point in the history
  4. Revert "Use memset instead of manually filling values and move this o…

    …utside loop"
    
    This reverts commit d95baee.
    
    Leads to mismatch when testing large datasets
    snehaa8 committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    1ac9504 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. RPP Tensor Audio Support - Resample (#310)

    * Initial commit - Non slient region detection
    
    Includes unittest setup
    
    * Initial commit - To Decibels
    
    Includes unittest setup
    
    * Intial commit - pre_emphasis_filter
    
    * Intial commit - down_mixing
    
    * Intial commit - slice_audio
    
    * Intial commit - mel_filter_bank
    
    * Intial commit - spectrogram
    
    * Intial commit - resample
    
    * Replace vectors with arrays
    
    * Cleanup
    
    * Minor cleanup
    
    * Optimize downmixing Kernel
    
    Includes cleanup
    
    * Remove unused variables in header file
    
    * Add axes parameter
    
    * Replace Rpp64s with Rpp32s
    
    * Replace vectors with arrays
    
    Includes optimization
    
    * Cleanup
    
    * Cleanup
    
    * Cleanup and optimize
    
    * Move malloc outside openMP loop
    
    * Optimize and precompute cutOff
    
    * Cleanup
    
    * Fix buffer used
    
    * Fix buffer used
    
    * Additional Cleanup
    
    * Fix buffer allocation
    
    Includes minor optimization
    
    * Optimize post incrmeent operation
    
    * Optimize post increment operation
    
    * Optimize post increment operation
    
    * Update testsuite for Audio
    
    * code cleanup
    
    * Add Readme file for Audio test suite
    
    * changes based on review comments
    
    * minor change
    
    * Remove unittest folders and updated README.md
    
    * Remove unit tests
    
    * minor change
    
    * code cleanup
    
    * added common header file for audio helper functions
    
    * removed unncessary audio wav files
    
    fixed bug in ROI updation for audio test suite
    
    resolved issue in summary generation for performance tests in python
    
    * removed log file
    
    * added doxygen support for audio
    
    * added doxygen changes for to_decibels
    
    * updated test suite support for to_decibels
    
    * minor change
    
    * added doxygen changes for preemphasis filter
    
    * updated changes for preemphasis filter in test suite
    
    * removed the usage of getMax function and used std::max_element
    
    * modularized code in test suite
    
    * merge with latest changes
    
    * minor change
    
    * minor change
    
    * minor change
    
    * resolved codacy warnings
    
    * Codacy fix - Remove unused cpuTime
    
    * CMakeLists - Version Update
    
    1.5.0 - TOT Version
    
    * CHANGELOG Updates
    
    Version 1.5.0 placeholder
    
    * resolved issue with file_system dependency in test suite
    
    * Doxygen changes
    
    changed malloc to new in NSR kernel
    
    * RPP RICAP Tensor for HOST and HIP (#213)
    
    * Initial commit - Ricap HOST Tensor
    
    Includes testsuite changes
    
    * Add QA tests for RICAP
    
    Used three_images_224x224_src1 folder to create golden outputs
    
    * Add three_images_224x224_src1 into TEST_IMAGES
    
    * Support HIP Backend for RICAP
    
    * Fix HIP pkd3->pkd3 variant
    
    * regenerated golden outputs for RICAP
    
    minor changes in HOST shell script for handling RICAP in QA mode
    
    * minor bug fix in RICAP HIP kernels
    
    * Improve readability and Cleanup
    
    * Additional cleanup
    
    * Cleanup testsuite
    
    Includes new golden outputs
    
    * Additional testuite fixes
    
    * Minor cleanup
    
    * Fix codacy warnings
    
    * Address other codacy warnings
    
    * Update ricap.hpp with reference paper
    
    * Add RICAP dataset path in readme
    
    * Make changes to error codes returned
    
    * Modify roi crop region for unit and perf tests
    
    * RPP Tensor Water Augmentation on HOST and HIP (#181)
    
    * 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>
    
    * Fix build error
    
    * CMakeLists - Version Update
    
    1.5.0 - TOT Version
    
    * CHANGELOG Updates
    
    Version 1.5.0 placeholder
    
    * Boost deps fix for test suite
    
    ---------
    
    Co-authored-by: Snehaa Giridharan <snehaa@multicorewareinc.com>
    Co-authored-by: sampath1117 <sampath.rachumallu@multicorewareinc.com>
    Co-authored-by: Snehaa-Giridharan <118163708+snehaa8@users.noreply.github.com>
    Co-authored-by: HazarathKumarM <hazarathkumar@multicorewareinc.com>
    Co-authored-by: Kiriti Gowda <kiritigowda@gmail.com>
    
    * Documentation - Readme & changelog updates (#251)
    
    * readme and changelog updates for 6.0
    
    * minor update
    
    * added ctests for audio test suite for CI
    
    made changes to add more clarity on the QA Tests results
    
    * Cmake mods for ctest
    
    * HOST-only build error bugfix
    
    * added qa mode paramter to python audio script
    
    added golden output map for QA testing of Non silent region detection
    
    * minor change
    
    * Documentation - Bump rocm-docs-core[api_reference] from 0.26.0 to 0.27.0 in /docs/sphinx (#253)
    
    Bumps [rocm-docs-core[api_reference]](https://github.com/RadeonOpenCompute/rocm-docs-core) from 0.26.0 to 0.27.0.
    - [Release notes](https://github.com/RadeonOpenCompute/rocm-docs-core/releases)
    - [Changelog](https://github.com/RadeonOpenCompute/rocm-docs-core/blob/develop/CHANGELOG.md)
    - [Commits](https://github.com/RadeonOpenCompute/rocm-docs-core/compare/v0.26.0...v0.27.0)
    
    ---
    updated-dependencies:
    - dependency-name: rocm-docs-core[api_reference]
      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>
    
    * RPP Resize Mirror Normalize Bugfix (#252)
    
    * added fix for hipMemset
    
    * remove pixel check for U8-F32 and U8-F16 for HOST codes
    
    ---------
    
    Co-authored-by: sampath1117 <sampath.rachumallu@multicorewareinc.com>
    
    * added example for MMS calculation in comments for better understanding
    
    * Sphinx - updates (#257)
    
    * Sphinx - updates
    
    * Doxygen - Updates
    
    * Docs - Remove index.md
    
    * updated info used to for running audio test suite
    
    * removed bitdepth variable from audio test suite
    
    * added more information on computing NSR outputs in the example added
    
    * Fix doxygen for decibels
    
    Also removes extra QA reference files
    
    * move tensor_host_audio.cpp to host folder
    
    * Fix build errors and qa tests in Audio Test suite
    
    * Fix build errors and qa tests in Audio Test suite
    
    * Add reference output and test samples for downmix
    
    * Add down_mix in augmentation list and supported cases
    
    * move Tensor_host_audio.cpp to host folder
    
    * fix qa mismatches
    
    * move Tensor_host_audio.cpp to host folder
    
    * fix qa mismatches
    
    * move Tensor_host_audio.cpp to host folder
    
    * Add spectrogram case in Tensor_host_audio.cpp
    
    * move Tensor_host_audio.cpp to host folder
    
    * fix qa mismatches
    
    * Remove auto-merge repeated funcs
    
    * Improve clarity of header docs
    
    * Remove blank line
    
    * Improve clarity on header docs
    
    * Add Doxygen comments
    
    * Add Doxygen comments
    
    * Add Doxygen comments
    
    * minor change
    
    * License - updates to 2024 and consistency changes (#298)
    
    * 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
    
    * Test - Update README.md for test_suite (#299)
    
    * Bump rocm-docs-core[api_reference] from 0.33.0 to 0.33.1 in /docs/sphinx (#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](https://github.com/RadeonOpenCompute/rocm-docs-core/compare/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>
    
    * Bump rocm-docs-core[api_reference] from 0.33.1 to 0.33.2 in /docs/sphinx (#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](https://github.com/RadeonOpenCompute/rocm-docs-core/compare/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>
    
    * Update doc codeowners (#303)
    
    * Documentation - Bump rocm-docs-core[api_reference] from 0.33.2 to 0.34.0 in /docs/sphinx (#304)
    
    Bumps [rocm-docs-core[api_reference]](https://github.com/RadeonOpenCompute/rocm-docs-core) from 0.33.2 to 0.34.0.
    - [Release notes](https://github.com/RadeonOpenCompute/rocm-docs-core/releases)
    - [Changelog](https://github.com/ROCm/rocm-docs-core/blob/develop/CHANGELOG.md)
    - [Commits](https://github.com/RadeonOpenCompute/rocm-docs-core/compare/v0.33.2...v0.34.0)
    
    ---
    updated-dependencies:
    - dependency-name: rocm-docs-core[api_reference]
      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>
    
    * Test suite - upgrade 5 qa perf (#305)
    
    * experimental changes for adding qa mode for performance tests
    
    * made changes to add display more information w.r.t QA results summary for performance tests
    
    * minor changes
    
    * Add changes to dump qa results to excel file
    
    * Add performance QA for three new tensor functions
    
    * update prerequisites in readme
    
    * added changes to handle unsupported cases
    
    * removed treshold dictionary and added performance Noise treshold
    add new dataset for performance QA
    
    * RPP Test Suite Upgrade 4 - CSV to BIN conversions for file size reduction (#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>
    
    * Changes to the performane summary dataframe
    
    * minor changes
    
    * Update CMakeLists.txt to add ${CMAKE_CURRENT_SOURCE_DIR} for CI
    
    * Update CMakeLists.txt fix
    
    * Update CMakeLists.txt fix
    
    * remove tabulate dependency
    
    * Update README.md to remove tabulate pip install
    
    * Fix for CI machine failure
    
    * Add note on performance
    
    ---------
    
    Co-authored-by: sampath1117 <sampath.rachumallu@multicorewareinc.com>
    Co-authored-by: HazarathKumarM <hazarathkumar@multicorewareinc.com>
    Co-authored-by: Abishek <52214183+r-abishek@users.noreply.github.com>
    Co-authored-by: Snehaa Giridharan <snehaa@multicorewareinc.com>
    Co-authored-by: r-abishek <abishek@multicorewareinc.com>
    
    * RPP Color Temperature on HOST and HIP (#271)
    
    * Initial commit - Color Temperature HOST Tensor
    
    * Initial commit - Color Temperature HIP Tensor
    
    * Add color temperature golden outputs
    
    * address review comments
    
    * Use reinterpret_cast instead of static_cast
    
    * Combine templated functions to support all datatypes into one
    (got minor perf difference of order 3%)
    
    Also fixes indentation
    
    * Fix i8 datatype
    
    * Cleanup
    
    * RPP Test Suite Upgrade 4 - CSV to BIN conversions for file size reduction (#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>
    
    * Fix PLN3 variant outputs
    
    Also modifies reference outputs
    
    * Update color_temperature.hpp license
    
    * Delete color_temperature_u8_Tensor_PKD3.csv
    
    * Delete color_temperature_u8_Tensor_PLN3.csv
    
    ---------
    
    Co-authored-by: snehaa8 <snehaa@multicorewareinc.com>
    Co-authored-by: HazarathKumarM <hazarathkumar@multicorewareinc.com>
    Co-authored-by: Snehaa-Giridharan <118163708+snehaa8@users.noreply.github.com>
    
    * RPP Voxel 3D Tensor Add/Subtract scalar on HOST and HIP (#272)
    
    * added HOST support for voxel add kernel
    
    * added HIP support for voxel add kernel
    
    * added test suite support for add scalar
    
    * added Doxygen support and modified hip kernel function names as per new standard
    
    * added HOST support for voxel subtract kernel
    
    * added HIP support for voxel subtract kernel
    
    * added test suite support
    
    * updated the golden outputs for subtract with correct values
    
    * removed unnessary validation checks
    
    * Remove double spaces
    
    * Fix header
    
    * Fix all retval docs
    
    * Fix docs to add memory type
    
    * Fix comment
    
    * Add divider comment
    
    * Use post-increment efficiently
    
    * RPP Test Suite Upgrade 4 - CSV to BIN conversions for file size reduction (#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>
    
    * converted add and subtract scalar golden outputs to bin files
    
    * changed copyright from 2023 to 2024
    
    * Update add_scalar.hpp license
    
    * Update subtract_scalar.hpp license
    
    ---------
    
    Co-authored-by: sampath1117 <sampath.rachumallu@multicorewareinc.com>
    Co-authored-by: HazarathKumarM <hazarathkumar@multicorewareinc.com>
    
    * removed unnecessary files
    
    * removed debugging print statement
    
    * updated copyright
    
    * updated description for resample based on latest changes
    
    * converted golden outputs for resample to binary files
    
    * Passed resampling window as a parameter to resampling function
    
    * RPP Magnitude on HOST and HIP (#278)
    
    * Initial commit - Magnitude HOST Tensor
    
    * Add QA reference outputs
    
    * Update runTests.py
    
    * Initial commit - Magnitude HIP Tensor
    
    * Add dual input support in testsuite
    
    * Optimize HOST kernel further
    
    * Optimize i8 datatype further
    
    * Modify comments
    
    * RPP Test Suite Upgrade 4 - CSV to BIN conversions for file size reduction (#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>
    
    * Bump rocm-docs-core[api_reference] from 0.31.0 to 0.33.0 in /docs/sphinx (#294)
    
    Bumps [rocm-docs-core[api_reference]](https://github.com/RadeonOpenCompute/rocm-docs-core) from 0.31.0 to 0.33.0.
    - [Release notes](https://github.com/RadeonOpenCompute/rocm-docs-core/releases)
    - [Changelog](https://github.com/ROCm/rocm-docs-core/blob/develop/CHANGELOG.md)
    - [Commits](https://github.com/RadeonOpenCompute/rocm-docs-core/compare/v0.31.0...v0.33.0)
    
    ---
    updated-dependencies:
    - dependency-name: rocm-docs-core[api_reference]
      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>
    
    * Update Copywright year
    
    * Combine templated functions to support all datatypes
    
    * Modify format of reference outputs
    
    * Update rppi_arithmetic_operations.h license
    
    * Update rppt_tensor_arithmetic_operations.h license
    
    * Update host_tensor_arithmetic_operations.hpp
    
    * Update magnitude.hpp license
    
    * Update hip_tensor_arithmetic_operations.hpp license
    
    * Delete magnitude_u8_Tensor_PKD3.csv
    
    * Delete magnitude_u8_Tensor_PLN1.csv
    
    * Delete magnitude_u8_Tensor_PLN3.csv
    
    * Update rpp_test_suite_common.h license
    
    * Update runTests.py license
    
    * Update Tensor_hip.cpp license
    
    * Update runTests.py license
    
    * Update Tensor_host.cpp license
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: Snehaa Giridharan <snehaa@multicorewareinc.com>
    Co-authored-by: HazarathKumarM <hazarathkumar@multicorewareinc.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Snehaa-Giridharan <118163708+snehaa8@users.noreply.github.com>
    
    * removed unnecessary files
    
    removed unncessary validation checks in test suite
    
    * modified sinc to use ONE_OVER_6 macro
    
    * combined srcLength and channels into single tensor
    
    removed the usage of quality parameter since not used in the kernel
    
    * minor change
    
    * Bump rocm-docs-core[api_reference] from 0.34.0 to 0.34.2 in /docs/sphinx (#309)
    
    Bumps [rocm-docs-core[api_reference]](https://github.com/RadeonOpenCompute/rocm-docs-core) from 0.34.0 to 0.34.2.
    - [Release notes](https://github.com/RadeonOpenCompute/rocm-docs-core/releases)
    - [Changelog](https://github.com/ROCm/rocm-docs-core/blob/develop/CHANGELOG.md)
    - [Commits](https://github.com/RadeonOpenCompute/rocm-docs-core/compare/v0.34.0...v0.34.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>
    
    * RPP Tensor Audio Support - Down Mixing (#296)
    
    * Initial commit - Non slient region detection
    
    Includes unittest setup
    
    * Initial commit - To Decibels
    
    Includes unittest setup
    
    * Intial commit - pre_emphasis_filter
    
    * Intial commit - down_mixing
    
    * Replace vectors with arrays
    
    * Cleanup
    
    * Minor cleanup
    
    * Optimize downmixing Kernel
    
    Includes cleanup
    
    * Replace Rpp64s with Rpp32s
    
    * Cleanup
    
    * Optimize and precompute cutOff
    
    * Fix buffer used
    
    * Fix buffer used
    
    * Additional Cleanup
    
    * Optimize post incrmeent operation
    
    * Optimize post increment operation
    
    * Update testsuite for Audio
    
    * code cleanup
    
    * Add Readme file for Audio test suite
    
    * changes based on review comments
    
    * minor change
    
    * Remove unittest folders and updated README.md
    
    * Remove unit tests
    
    * minor change
    
    * code cleanup
    
    * added common header file for audio helper functions
    
    * removed unncessary audio wav files
    
    fixed bug in ROI updation for audio test suite
    
    resolved issue in summary generation for performance tests in python
    
    * removed log file
    
    * added doxygen support for audio
    
    * added doxygen changes for to_decibels
    
    * updated test suite support for to_decibels
    
    * minor change
    
    * added doxygen changes for preemphasis filter
    
    * updated changes for preemphasis filter in test suite
    
    * removed the usage of getMax function and used std::max_element
    
    * modularized code in test suite
    
    * merge with latest changes
    
    * minor change
    
    * minor change
    
    * minor change
    
    * resolved codacy warnings
    
    * Codacy fix - Remove unused cpuTime
    
    * CMakeLists - Version Update
    
    1.5.0 - TOT Version
    
    * CHANGELOG Updates
    
    Version 1.5.0 placeholder
    
    * resolved issue with file_system dependency in test suite
    
    * Doxygen changes
    
    changed malloc to new in NSR kernel
    
    * RPP RICAP Tensor for HOST and HIP (#213)
    
    * Initial commit - Ricap HOST Tensor
    
    Includes testsuite changes
    
    * Add QA tests for RICAP
    
    Used three_images_224x224_src1 folder to create golden outputs
    
    * Add three_images_224x224_src1 into TEST_IMAGES
    
    * Support HIP Backend for RICAP
    
    * Fix HIP pkd3->pkd3 variant
    
    * regenerated golden outputs for RICAP
    
    minor changes in HOST shell script for handling RICAP in QA mode
    
    * minor bug fix in RICAP HIP kernels
    
    * Improve readability and Cleanup
    
    * Additional cleanup
    
    * Cleanup testsuite
    
    Includes new golden outputs
    
    * Additional testuite fixes
    
    * Minor cleanup
    
    * Fix codacy warnings
    
    * Address other codacy warnings
    
    * Update ricap.hpp with reference paper
    
    * Add RICAP dataset path in readme
    
    * Make changes to error codes returned
    
    * Modify roi crop region for unit and perf tests
    
    * RPP Tensor Water Augmentation on HOST and HIP (#181)
    
    * 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>
    
    * Fix build error
    
    * CMakeLists - Version Update
    
    1.5.0 - TOT Version
    
    * CHANGELOG Updates
    
    Version 1.5.0 placeholder
    
    * Boost deps fix for test suite
    
    ---------
    
    Co-authored-by: Snehaa Giridharan <snehaa@multicorewareinc.com>
    Co-authored-by: sampath1117 <sampath.rachumallu@multicorewareinc.com>
    Co-authored-by: Snehaa-Giridharan <118163708+snehaa8@users.noreply.github.com>
    Co-authored-by: HazarathKumarM <hazarathkumar@multicorewareinc.com>
    Co-authored-by: Kiriti Gowda <kiritigowda@gmail.com>
    
    * Documentation - Readme & changelog updates (#251)
    
    * readme and changelog updates for 6.0
    
    * minor update
    
    * added ctests for audio test suite for CI
    
    made changes to add more clarity on the QA Tests results
    
    * Cmake mods for ctest
    
    * HOST-only build error bugfix
    
    * added qa mode paramter to python audio script
    
    added golden output map for QA testing of Non silent region detection
    
    * minor change
    
    * Documentation - Bump rocm-docs-core[api_reference] from 0.26.0 to 0.27.0 in /docs/sphinx (#253)
    
    Bumps [rocm-docs-core[api_reference]](https://github.com/RadeonOpenCompute/rocm-docs-core) from 0.26.0 to 0.27.0.
    - [Release notes](https://github.com/RadeonOpenCompute/rocm-docs-core/releases)
    - [Changelog](https://github.com/RadeonOpenCompute/rocm-docs-core/blob/develop/CHANGELOG.md)
    - [Commits](https://github.com/RadeonOpenCompute/rocm-docs-core/compare/v0.26.0...v0.27.0)
    
    ---
    updated-dependencies:
    - dependency-name: rocm-docs-core[api_reference]
      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>
    
    * RPP Resize Mirror Normalize Bugfix (#252)
    
    * added fix for hipMemset
    
    * remove pixel check for U8-F32 and U8-F16 for HOST codes
    
    ---------
    
    Co-authored-by: sampath1117 <sampath.rachumallu@multicorewareinc.com>
    
    * added example for MMS calculation in comments for better understanding
    
    * Sphinx - updates (#257)
    
    * Sphinx - updates
    
    * Doxygen - Updates
    
    * Docs - Remove index.md
    
    * updated info used to for running audio test suite
    
    * removed bitdepth variable from audio test suite
    
    * added more information on computing NSR outputs in the example added
    
    * Fix doxygen for decibels
    
    Also removes extra QA reference files
    
    * move tensor_host_audio.cpp to host folder
    
    * Fix build errors and qa tests in Audio Test suite
    
    * Fix build errors and qa tests in Audio Test suite
    
    * Add reference output and test samples for downmix
    
    * Add down_mix in augmentation list and supported cases
    
    * Remove auto-merge repeated funcs
    
    * Improve clarity of header docs
    
    * Remove blank line
    
    * Improve clarity on header docs
    
    * Add Doxygen comments
    
    * minor change
    
    * converted golden outputs to binary file for downmixing
    
    * removed old golden output file for preemphasis and todecibels
    
    * modified info for downmixing as per new changes
    
    used handle memory for temporary buffers
    
    * formatting changes
    
    * moved the common code for SSE and AVX to outside
    
    * Update down_mixing.hpp license
    
    * Update rppt_tensor_audio_augmentations.h
    
    * combined the srcLength and channels tensors into single tensor
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: Snehaa Giridharan <snehaa@multicorewareinc.com>
    Co-authored-by: HazarathKumarM <hazarathkumar@multicorewareinc.com>
    Co-authored-by: sampath1117 <sampath.rachumallu@multicorewareinc.com>
    Co-authored-by: Kiriti Gowda <kiritigowda@gmail.com>
    Co-authored-by: Snehaa-Giridharan <118163708+snehaa8@users.noreply.github.com>
    Co-authored-by: Lisa <lisajdelaney@gmail.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Sundarrajan98 <sundarrajan@multicorewareinc.com>
    
    * RPP Voxel 3D Tensor Multiply scalar on HOST and HIP (#306)
    
    * added HIP support for voxel scalar multiply kernel
    
    * added HOST support for voxel multiply kernel
    
    added golden outputs for voxel multiply kernel
    
    * merge with master
    
    * RPP Test Suite Upgrade 4 - CSV to BIN conversions for file size reduction (#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>
    
    * converted multiply scalar voxel golden outputs to bin files
    
    * changed copyright from 2023 to 2024
    
    ---------
    
    Co-authored-by: sampath1117 <sampath.rachumallu@multicorewareinc.com>
    Co-authored-by: HazarathKumarM <hazarathkumar@multicorewareinc.com>
    
    * Test Suite Bugfix (#307)
    
    * experimental changes for adding qa mode for performance tests
    
    * made changes to add display more information w.r.t QA results summary for performance tests
    
    * minor changes
    
    * Add changes to dump qa results to excel file
    
    * Add performance QA for three new tensor functions
    
    * update prerequisites in readme
    
    * added changes to handle unsupported cases
    
    * removed treshold dictionary and added performance Noise treshold
    add new dataset for performance QA
    
    * RPP Test Suite Upgrade 4 - CSV to BIN conversions for file size reduction (#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>
    
    * Changes to the performane summary dataframe
    
    * minor changes
    
    * Update CMakeLists.txt to add ${CMAKE_CURRENT_SOURCE_DIR} for CI
    
    * Update CMakeLists.txt fix
    
    * Update CMakeLists.txt fix
    
    * remove tabulate dependency
    
    * Update README.md to remove tabulate pip install
    
    * Fix for CI machine failure
    
    * Add note on performance
    
    * Fix segmentation fault
    
    * Revert QAmode to restrict HIP bitdepths
    
    * Use Rpp64u for HOST while comparing outputs
    
    * Fix ambiguous abs call
    
    * Fix for SLES CI HIP fail - error: incompatible pointer types assigning to 'unsigned long *' from 'unsigned long long *' - refOutput = TensorSumReferenceOutputs[numChannels].data();
    
    ---------
    
    Co-authored-by: sampath1117 <sampath.rachumallu@multicorewareinc.com>
    Co-authored-by: HazarathKumarM <hazarathkumar@multicorewareinc.com>
    Co-authored-by: Snehaa Giridharan <snehaa@multicorewareinc.com>
    Co-authored-by: Pavel Tcherniaev <Pavel.Tcherniaev@amd.com>
    
    * used std functions for floor and ceil
    
    use static_cast instead of floor in the resample kernel
    
    * Bump rocm-docs-core[api_reference] from 0.34.2 to 0.35.0 in /docs/sphinx (#313)
    
    Bumps [rocm-docs-core[api_reference]](https://github.com/RadeonOpenCompute/rocm-docs-core) from 0.34.2 to 0.35.0.
    - [Release notes](https://github.com/RadeonOpenCompute/rocm-docs-core/releases)
    - [Changelog](https://github.com/ROCm/rocm-docs-core/blob/develop/CHANGELOG.md)
    - [Commits](https://github.com/RadeonOpenCompute/rocm-docs-core/compare/v0.34.2...v0.35.0)
    
    ---
    updated-dependencies:
    - dependency-name: rocm-docs-core[api_reference]
      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>
    
    * RPP Reduction - Tensor min and Tensor max on HOST and HIP (#260)
    
    * Minor Change
    
    * Add Validation check for DST_FOLDER path
    
    * added water HOST and HIP codes
    
    * added water case in test suite
    
    * added golden outputs for water
    
    * Add Validation checks for all options in testAllScript.sh
    
    * Add sanity check for dual Input cases
    Set Max Dimension and Max Image Dump
    Replaced Fast DCT tag with Accurate DCT
    
    * Regenerate golden outputs using accurate dct Flag
    Add golden outputs for some new augmentations
    
    * Fix Flip golden outputs mismatch
    Fix PLN3 variants mismatch in QA mode
    
    * Add MAX_BATCH_SIZE check
    removed Augmentations function calls for failing Qa modes
    code cleanup
    
    * Add crop and gamma correction augmentations
    code cleanup
    
    * Add comments to functions in rpp_test_suite_common.h
    
    * minor change
    
    * code cleanup
    
    * minor code changes
    
    * Change roi and Image sizes for crop augmentation
    
    * Change numIterations option to numRuns
    Addressed PR comments
    
    * 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
    
    * Add turboJpeg header to update maxHeight and maxWidth values
    
    * nwc commit - added avx2 changes for u8 layout toggle variants but need to add store functions for completion
    
    * Change the performance Timings logic
    
    * Add Avx2 implementation for F32 and U8 toggle variants
    
    * minor change to support u8_f16 and u8_f32 cases
    
    * Regenerate LUT golden outputs with ACCURATE_DCT tag
    
    * Minor code changes
    
    * Add AVX2 support for u8 pkd3-pln3 and i8 pkd3-pln3 for water augmentation
    
    * Made changes to the runTests.py in Host to remove testAllScipts.sh
    
    * Made changes to the runTests.py in HIP to remove testAllScipts.sh
    
    * Initial commit - Image min and max Reduction kernel
    
    Includes
    * u8 datatype for both min and max HOST Tensor of all variants.
    * Testsuite changes.
    
    * NWC -initial code for min max PLN3 - PLN3
    
    * made changes to split min and max kernels seperately
    
    * splitted kernels for min and max
    
    * made changes to print final max/min in the R,G,B channels
    
    * fixed inaccuracies in min/max computation
    
    * made changes to typecast intermediate output to output requested by user
    
    added comments for the code
    
    code cleanup and minor changes in test suite
    
    * fixed build issues
    
    removed image folders used for min, max and sum
    
    reverted unwanted file changes
    
    * minor changes in test suite
    
    * removed support for unwanted test case in Tensor_hip.cpp
    
    * Adds new option roi
    
    * remove testAllScripts.sh
    
    * Adds roi Option in HIP backend
    
    * Implement f32 variants
    
    * Implement f16 and i8 datatype variants
    
    * change F32 load and store logic
    
    * Add build flags in CMakeLists.txt to set AVX/SSE flags based on the system configuration
    
    * minor code changes
    
    * Initial commit - Image sum Reduction kernel
    
    Includes u8 PLN1 -> PLN1 conversion for HOST Tensor
    
    * Implement PKD3 and PLN3 for Image sum Tensor HOST
    
    * Support i8, f16 and f32 datatypes
    
    * Initial commit - Image sum Reduction HIP kernel
    
    Includes u8 PLN1 -> PLN1 conversion for Tensor
    
    * Implement PKD3 and PLN3 for Image sum Tensor HIP
    
    * Add support in testsuite
    
    Revert normalization for i8 HOST Tensor variants
    
    * Fix HIP testsuite
    
    Remove additional blanks for 1 channel output
    
    * Modify print statement in HIP testsuite
    
    * Improve readability for testsuite outputs
    
    * optimized the store function for F32 PLN3-PKD3
    
    * reverted back irrelevant changes
    
    * minor change
    
    * Fix HIP to support larger inputs
    
    * optimized load and store functions for water U8 and F32 variants in host
    
    removed commented code
    
    * Cleanup
    
    * removed golden outputs for water
    
    * minor changes
    
    * Cleanup
    
    Support Reduction QA test in testsuite
    
    * renamed few functions and removed unused functions
    
    updated i8 pln1 load as per the optimized u8 pln1 load
    
    * fixed bug in i8 load function
    
    * Remove unused variables and C style casting
    
    * 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
    
    * Optimize u8 datatype further
    
    * Fix static_cast
    
    * made to changes to resolve codacy warnings
    
    * changed cast to c++ style in hip kernel
    
    * Initial commit - Ricap HOST Tensor
    
    Includes testsuite changes
    
    * Add QA tests for RICAP
    
    Used three_images_224x224_src1 folder to create golden outputs
    
    * Add three_images_224x224_src1 into TEST_IMAGES
    
    * added rotate case with golden outputs
    
    changed generic bilinear HOST codes to match with HIP codes
    
    * Add golden output for remaining all tensor augmentations
    
    * fix python script issues
    
    * Optimize u8 and i8 datatype
    
    Uses uint and int internal processing instead of float
    
    * Fix testsuite build errors
    
    * minor change
    
    * Fix QA check
    
    * Modify api naming from image_sum to tensor_sum
    
    Includes changes for both HOST and HIP
    
    * Support HIP Backend for RICAP
    
    * change rcm and rmn golden outputs
    
    * Fix HIP pkd3->pkd3 variant
    
    * changes based on review comments
    
    * change test_suite folder to tests
    
    * Optimize u8 and i8 datatype of HIP
    
    Includes modification in naming of shared memory
    
    * minor fix
    
    * changed generic nn F32 loads using gather and setr instructions
    
    * Optimize and cleanup U8 HIP
    
    * regenerated golden outputs for RICAP
    
    minor changes in HOST shell script for handling RICAP in QA mode
    
    * minor bug fix in RICAP HIP kernels
    
    * Fix i8 datatype variants
    
    Includes cleanup
    
    * Fix the issues with color_to_greyscale
    
    * remove the empty folder creation
    
    * reverting back the folder name change
    
    * minor change
    
    * added comments for latest changes
    
    * minor change
    
    * Improve readability and Cleanup
    
    * Fix QA for HIP
    
    Includes cleanup
    
    * resolved review comments
    
    * minor change
    
    * Modify api naming from image_ to tensor_ for HOST
    
    * Add support for QA tests
    
    * removed range check for RMN U8-F32 and U8-F16 variants
    
    changed from hipMemset to hipMemsetAsync for RMN HIP Kernel
    
    removed multiplication by 255 for stdDev in RMN HOST U8-F16 and U8-F32 variants
    
    * Modify naming of shared memory with _smem in HIP
    
    Includes cleanup
    
    * Typecast and reuse markArr for HIP U8 and I8
    
    * Cleanup and minor optimization
    
    * minor fix
    
    * fix codacy warnings
    
    * Additional cleanup
    
    * Cleanup and move #define
    
    * Changed the complexity of if statements in runTests.py
    
    * Cleanup testsuite
    
    Includes new golden outputs
    
    * Additional testuite fixes
    
    * Minor cleanup
    
    * Codacy fixes
    
    * Fix codacy warnings
    
    * Codacy fix
    
    * Address other codacy warnings
    
    * cleanup
    
    * Change Image functions to generic
    
    * Update ricap.hpp with reference paper
    
    * resolved minor issues happened with merge
    
    * minor changes
    
    * fixed minor issue with getting profiler times
    
    * minor formatting changes
    
    * resolved build issues in test suite
    
    renamed the min and max kernel file names
    
    * RPP RICAP Tensor for HOST and HIP (#213)
    
    * Initial commit - Ricap HOST Tensor
    
    Includes testsuite changes
    
    * Add QA tests for RICAP
    
    Used three_images_224x224_src1 folder to create golden outputs
    
    * Add three_images_224x224_src1 into TEST_IMAGES
    
    * Support HIP Backend for RICAP
    
    * Fix HIP pkd3->pkd3 variant
    
    * regenerated golden outputs for RICAP
    
    minor changes in HOST shell script for handling RICAP in QA mode
    
    * minor bug fix in RICAP HIP kernels
    
    * Improve readability and Cleanup
    
    * Additional cleanup
    
    * Cleanup testsuite
    
    Includes new golden outputs
    
    * Additional testuite fixes
    
    * Minor cleanup
    
    * Fix codacy warnings
    
    * Address other codacy warnings
    
    * Update ricap.hpp with reference paper
    
    * Add RICAP dataset path in readme
    
    * Make changes to error codes returned
    
    * Modify roi crop region for unit and perf tests
    
    * RPP Tensor Water Augmentation on HOST and HIP (#181)
    
    * 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>
    
    * Fix build error
    
    * CMakeLists - Version Update
    
    1.5.0 - TOT Version
    
    * CHANGELOG Updates
    
    Version 1.5.0 placeholder
    
    * Boost deps fix for test suite
    
    ---------
    
    Co-authored-by: Snehaa Giridharan <snehaa@multicorewareinc.com>
    Co-authored-by: sampath1117 <sampath.rachumallu@multicorewareinc.com>
    Co-authored-by: Snehaa-Giridharan <118163708+snehaa8@users.noreply.github.com>
    Co-authored-by: HazarathKumarM <hazarathkumar@multicorewareinc.com>
    Co-authored-by: Kiriti Gowda <kiritigowda@gmail.com>
    
    * Documentation - Readme & changelog updates (#251)
    
    * readme and changelog updates for 6.0
    
    * minor update
    
    * Documentation - Bump rocm-docs-core[api_reference] from 0.26.0 to 0.27.0 in /docs/sphinx (#253)
    
    Bumps [rocm-docs-core[api_reference]](https://github.com/RadeonOpenCompute/rocm-docs-core) from 0.26.0 to 0.27.0.
    - [Release notes](https://github.com/RadeonOpenCompute/rocm-docs-core/releases)
    - [Changelog](https://github.com/RadeonOpenCompute/rocm-docs-core/blob/develop/CHANGELOG.md)
    - [Commits](https://github.com/RadeonOpenCompute/rocm-docs-core/compare/v0.26.0...v0.27.0)
    
    ---
    updated-dependencies:
    - dependency-name: rocm-docs-core[api_reference]
      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>
    
    * RPP Resize Mirror Normalize Bugfix (#252)
    
    * added fix for hipMemset
    
    * remove pixel check for U8-F32 and U8-F16 for HOST codes
    
    ---------
    
    Co-authored-by: sampath1117 <sampath.rachumallu@multicorewareinc.com>
    
    * Cmake fix to prevent warning
    
    * Fix paths in new python scripts
    
    * Sphinx - updates (#257)
    
    * Sphinx - updates
    
    * Doxygen - Updates
    
    * Docs - Remove index.md
    
    * Test suite fixes after tensor_min / tensor_max HOST merge
    
    * Fix max case
    
    * QA tests fix for hip and host
    
    * naming convention changes as per new std
    
    * Substitute imagePartial with partial
    
    * Substitute imageMin/imageMax with min/max
    
    * Replace hipMemset with hipMemsetAsync, and replace hipDeviceSynchronize with hipStreamSynchronize
    
    * Use variable instead of batchCount*4
    
    * Use post increment effectivly
    
    * Resolve codacy warnings
    
    * Additional cleanup
    
    * remove unused variable
    
    * Documentation - Bump rocm-docs-core[api_reference] from 0.28.0 to 0.29.0 in /docs/sphinx (#265)
    
    Bumps [rocm-docs-core[api_reference]](https://github.com/RadeonOpenCompute/rocm-docs-core) from 0.28.0 to 0.29.0.
    - [Release notes](https://github.com/RadeonOpenCompute/rocm-docs-core/releases)
    - [Changelog](https://github.com/RadeonOpenCompute/rocm-docs-core/blob/develop/CHANGELOG.md)
    - [Commits](https://github.com/RadeonOpenCompute/rocm-docs-core/compare/v0.28.0...v0.29.0)
    
    ---
    updated-dependencies:
    - dependency-name: rocm-docs-core[api_reference]
      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>
    
    * Remove auto merge boost
    
    * Spaces formatting
    
    * Bump rocm-docs-core[api_reference] from 0.29.0 to 0.30.1 in /docs/sphinx (#268)
    
    Bumps [rocm-docs-core[api_reference]](https://github.com/RadeonOpenCompute/rocm-docs-core) from 0.29.0 to 0.30.1.
    - [Release notes](https://github.com/RadeonOpenCompute/rocm-docs-core/releases)
    - [Changelog](https://github.com/RadeonOpenCompute/rocm-docs-core/blob/develop/CHANGELOG.md)
    - [Commits](https://github.com/RadeonOpenCompute/rocm-docs-core/compare/v0.29.0...v0.30.1)
    
    ---
    updated-dependencies:
    - dependency-name: rocm-docs-core[api_reference]
      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>
    
    * add support for mi300 (#269)
    
    * Documentation - Bump rocm-docs-core[api_reference] from 0.30.1 to 0.30.2 in /docs/sphinx (#273)
    
    Bumps [rocm-docs-core[api_reference]](https://github.com/RadeonOpenCompute/rocm-docs-core) from 0.30.1 to 0.30.2.
    - [Release notes](https://github.com/RadeonOpenCompute/rocm-docs-core/releases)
    - [Changelog](https://github.com/RadeonOpenCompute/rocm-docs-core/blob/develop/CHANGELOG.md)
    - [Commits](https://github.com/RadeonOpenCompute/rocm-docs-core/compare/v0.30.1...v0.30.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>
    
    * Cleanup by removing oneliner functions as inline
    
    * RPP Tensor Audio Support - To Decibels (#258)
    
    * Initial commit - Non slient region detection
    
    Includes unittest setup
    
    * Initial commit - To Decibels
    
    Includes unittest setup
    
    * Replace vectors with arrays
    
    * Cleanup
    
    * Replace Rpp64s with Rpp32s
    
    * Optimize and precompute cutOff
    
    * Fix buffer used
    
    * Fix buffer used
    
    * Additional Cleanup
    
    * Update testsuite for Audio
    
    * code cleanup
    
    * Add Readme file for Audio test suite
    
    * changes based on review comments
    
    * minor change
    
    * Remove unittest folders and updated README.md
    
    * Remove unit tests
    
    * minor change
    
    * code cleanup
    
    * added common header file for audio helper functions
    
    * removed unncessary audio wav files
    
    fixed bug in ROI updation for audio test suite
    
    resolved issue in summary generation for performance tests in python
    
    * removed log file
    
    * added doxygen support for audio
    
    * added doxygen changes for to_decibels
    
    * updated test suite support for to_decibels
    
    * minor change
    
    * removed the usage of getMax function and used std::max_element
    
    * modularized code in test suite
    
    * merge with latest changes
    
    * minor change
    
    * minor change
    
    * resolved codacy warnings
    
    * Codacy fix - Remove unused cpuTime
    
    * CMakeLists - Version Update
    
    1.5.0 - TOT Version
    
    * CHANGELOG Updates
    
    Version 1.5.0 placeholder
    
    * resolved issue with file_system dependency in test suite
    
    * Doxygen changes
    
    changed malloc to new in NSR kernel
    
    * RPP RICAP Tensor for HOST and HIP (#213)
    
    * Initial commit - Ricap HOST Tensor
    
    Includes testsuite changes
    
    * Add QA tests for RICAP
    
    Used three_images_224x224_src1 folder to create golden outputs
    
    * Add three_images_224x224_src1 into TEST_IMAGES
    
    * Support HIP Backend for RICAP
    
    * Fix HIP pkd3->pkd3 variant
    
    * regenerated golden outputs for RICAP
    
    minor changes in HOST shell script for handling RICAP in QA mode
    
    * minor bug fix in RICAP HIP kernels
    
    * Improve readability and Cleanup
    
    * Additional cleanup
    
    * Cleanup testsuite
    
    Includes new golden outputs
    
    * Additional testuite fixes
    
    * Minor cleanup
    
    * Fix codacy warnings
    
    * Address other codacy warnings
    
    * Update ricap.hpp with reference paper
    
    * Add RICAP dataset path in readme
    
    * Make changes to error codes returned
    
    * Modify roi crop region for unit and perf tests
    
    * RPP Tensor Water Augmentation on HOST and HIP (#181)
    
    * 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>
    
    * Fix build error
    
    * CMakeLists - Version Update
    
    1.5.0 - TOT Version
    
    * CHANGELOG Updates
    
    Version 1.5.0 placeholder
    
    * Boost deps fix for test suite
    
    ---------
    
    Co-authored-by: Snehaa Giridharan <snehaa@multicorewareinc.com>
    Co-authored-by: sampath1117 <sampath.rachumallu@multicorewareinc.com>
    Co-authored-by: Snehaa-Giridharan <118163708+snehaa8@users.noreply.github.com>
    Co-authored-by: HazarathKumarM <hazarathkumar@multicorewareinc.com>
    Co-authored-by: Kiriti Gowda <kiritigowda@gmail.com>
    
    * Documentation - Readme & changelog updates (#251)
    
    * readme and changelog updates for 6.0
    
    * minor update
    
    * added ctests for audio test suite for CI
    
    made changes to add more clarity on the QA Tests results
    
    * Cmake mods for ctest
    
    * HOST-only build error bugfix
    
    * added qa mode paramter to python audio script
    
    added golden output map for QA testing of Non silent region detection
    
    * minor change
    
    * Documentation - Bump rocm-docs-core[api_reference] from 0.26.0 to 0.27.0 in /docs/sphinx (#253)
    
    Bumps [rocm-docs-core[api_reference]](https://github.com/RadeonOpenCompute/rocm-docs-core) from 0.26.0 to 0.27.0.
    - [Release notes](https://github.com/RadeonOpenCompute/rocm-docs-core/releases)
    - [Changelog](https://github.com/RadeonOpenCompute/rocm-docs-core/blob/develop/CHANGELOG.md)
    - [Commits](https://github.com/RadeonOpenCompute/rocm-docs-core/compare/v0.26.0...v0.27.0)
    
    ---
    updated-dependencies:
    - dependency-name: rocm-docs-core[api_reference]
      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>
    
    * RPP Resize Mirror Normalize Bugfix (#252)
    
    * added fix for hipMemset
    
    * remove pixel check for U8-F32 and U8-F16 for HOST codes
    
    ---------
    
    Co-authored-by: sampath1117 <sampath.rachumallu@multicorewareinc.com>
    
    * added example for MMS calculation in comments for better understanding
    
    * Sphinx - updates (#257)
    
    * Sphinx - updates
    
    * Doxygen - Updates
    
    * Docs - Remove index.md
    
    * updated info used to for running audio test suite
    
    * removed bitdepth variable from audio test suite
    
    * added more information on computing NSR outputs in the example added
    
    * Fix doxygen for decibels
    
    Also removes extra QA reference files
    
    * Fix build errors and qa tests in Audio Test suite
    
    * Remove auto-merge repeated funcs
    
    * Improve clarity on header docs
    
    * made changes based on review comments
    
    * stored golden outputs of to_decibels in binary file
    
    removed golden output text files for non silent region
    
    * removed unused parameter in verify_output function
    
    * updated list of cases supported in python script
    
    * added error handling for opening golden output file
    
    * Codacy fix and tests warning fix
    
    * Codacy fix
    
    * Codacy fix trial
    
    * codacy fix for checking boundaries of fstream
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: Snehaa Giridharan <snehaa@multicorewareinc.com>
    Co-authored-by: HazarathKumarM <hazarathkumar@multicorewareinc.com>
    Co-authored-by: sampath1117 <sampath.rachumallu@multicorewareinc.com>
    Co-authored-by: Kiriti Gowda <kiritigowda@gmail.com>
    Co-authored-by: Snehaa-Giridharan <118163708+snehaa8@users.noreply.github.com>
    Co-authored-by: Lisa <lisajdelaney@gmail.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * Documentation - Bump rocm-docs-core[api_reference] from 0.30.2 to 0.30.3 in /docs/sphinx (#274)
    
    Bumps [rocm-docs-core[api_reference]](https://github.com/RadeonOpenCompute/rocm-docs-core) from 0.30.2 to 0.30.3.
    - [Release notes](https://github.com/RadeonOpenCompute/rocm-docs-core/releases)
    - [Changelog](https://github.com/RadeonOpenCompute/rocm-docs-core/blob/develop/CHANGELOG.md)
    - [Commits](https://github.com/RadeonOpenCompute/rocm-docs-core/compare/v0.30.2...v0.30.3)
    
    ---
    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>
    
    * Adding issue template (#270)
    
    * Add files via upload
    
    * added ROCm v6, MI300, default component
    
    * Fix cast used in testsuite
    
    Includes minor fixes
    
    * Fix displaying f16 outputs
    
    * Optimize HOST min/max reduce function further
    
    * Fix spacing in HIP kernels
    
    * Fix PLN1 outputs for u8 and i8 datatypes of HOST backend
    
    * RPP Test Suite Upgrade 4 - CSV to BIN conversions for file size reduction (#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>
    
    * Bump rocm-docs-core[api_reference] from 0.31.0 to 0.33.0 in /docs/sphinx (#294)
    
    Bumps [rocm-docs-core[api_reference]](https://github.com/RadeonOpenCompute/rocm-docs-core) from 0.31.0 to 0.33.0.
    - [Release notes](https://github.com/RadeonOpenCompute/rocm-docs-core/releases)
    - [Changelog](https://github.com/ROCm/rocm-docs-core/blob/develop/CHANGELOG.md)
    - [Commits](https://github.com/RadeonOpenCompute/rocm-docs-core/compare/v0.31.0...v0.33.0)
    
    ---
    updated-dependencies:
    - dependency-name: rocm-docs-core[api_reference]
      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>
    
    * Store reference outputs via map for min and max kernels
    
    * Update tensor_max.hpp license
    
    * Update tensor_min.hpp license
    
    * Fix output comparison check
    
    * Merge branch 'ar/opt_tensor_min_tensor_max' of https://github.com/r-abishek/rpp into sn/tensor_min_max
    
    * Modify exit condition used in outer most kernel
    
    * Modify srcIdx for HIP Tensor min
    
    * Using maximum as 255 for HIP Tensor min
    
    * Modify srcIdx for HIP Tensor max kernel
    
    Also fixes build error in testsuite
    
    * Fix corrupted outputs displayed for Tensor sum
    
    * Fix corruption issue seen with tensor sum kernel
    
    * Fix minimum for I8 Tensor max kernel
    
    * Modified HIP buffer initialization with a common function
    
    * Fix redefinition
    
    * Remove additional variables xAlignedLength
    
    * Remove unwanted xAlignedLength and xDiff
    
    * Remove redefinition of TensorSumReferenceOutputs
    
    * Fix for CI issue
    
    * Add parenthesis
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: HazarathKumarM <hazarathkumar@multicorewareinc.com>
    Co-authored-by: sampath1117 <sampath.rachumallu@multicorewareinc.com>
    Co-authored-by: Snehaa Giridharan <snehaa@multicorewareinc.com>
    Co-authored-by: Snehaa-Giridharan <118163708+snehaa8@users.noreply.github.com>
    Co-authored-by: fiona-gladwin <fionagladwin@multicorewareinc.com>
    Co-authored-by: Kiriti Gowda <kiritigowda@gmail.com>
    Co-authored-by: Lisa <lisajdelaney@gmail.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Lakshmi Kumar <lakshmi.kumar@amd.com>
    Co-authored-by: abhimeda <138710508+abhimeda@users.noreply.github.com>
    
    * CI - Update precheckin.groovy
    
    * Png update (#316)
    
    * PNG file conversion
    
    * reference .png files
    
    * remove JPG files
    
    * edit IMAGE_PATH
    
    * RPP Test Suite Upgrade 6 - Restructure common HIP/HOST code (#315)
    
    * moved the common functions used in a python test suites to to a common python script
    
    created helper function for displaying QA test summary
    
    * reversed the order of performance runs loop and decode loop in all test suites
    
    * modified remaining python scripts to use print qa helper function for displaying QA results
    
    * added new helper function for print the performance test results as a summary
    
    * added caseMax, caseMin variables in image test suite
    
    made changes to run only necessary bitdepths needed incase of qa mode
    
    ---------
    
    Co-authored-by: sampath1117 <sampath.rachumallu@multicorewareinc.com>
    
    * Fix build error
    
    * removed outBegin variable
    
    * remove duplicate line in readme
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: Snehaa Giridharan <snehaa@multicorewareinc.com>
    Co-authored-by: HazarathKumarM <hazarathkumar@multicorewareinc.com>
    Co-authored-by: sampath1117 <sampath.rachumallu@multicorewareinc.com>
    Co-authored-by: Kiriti Gowda <kiritigowda@gmail.com>
    Co-authored-by: Snehaa-Giridharan <118163708+snehaa8@users.noreply.github.com>
    Co-authored-by: Lisa <lisajdelaney@gmail.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Sundarrajan98 <sundarrajan@multicorewareinc.com>
    Co-authored-by: Sam Wu <sam.wu2@amd.com>
    Co-authored-by: Pavel Tcherniaev <Pavel.Tcherniaev@amd.com>
    Co-authored-by: fiona-gladwin <fionagladwin@multicorewareinc.com>
    Co-authored-by: Lakshmi Kumar <lakshmi.kumar@amd.com>
    Co-authored-by: abhimeda <138710508+abhimeda@users.noreply.github.com>
    Co-authored-by: randyh62 <42045079+randyh62@users.noreply.github.com>
    15 people committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    3ebd7c3 View commit details
    Browse the repository at this point in the history
  2. Docs - Missing input and output images for Doxygen (ROCm#331)

    * added missing outputs for image augmentations
    
    modified the description with correct output names
    
    * added gif for voxel input and outputs
    
    * modified the output images for water, resize_crop_mirror and resize_mirror_normalize
    
    ---------
    
    Co-authored-by: sampath1117 <sampath.rachumallu@multicorewareinc.com>
    r-abishek and sampath1117 committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    76f31df View commit details
    Browse the repository at this point in the history
  3. Scratch buffers rename for HOST and HIP (ROCm#324)

    * Change all maskArr to scratchBufferHip
    
    * Change all tempFloatmem to scratchBufferHost
    r-abishek committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    b83f910 View commit details
    Browse the repository at this point in the history
  4. Update CMakeLists.txt

    Version updates
    kiritigowda committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    ebeb131 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #262 from snehaa8/sn/spectrogram_address_review_co…

    …mments
    
    Spectrogram address latest review comments
    r-abishek committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    347d059 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cdad921 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3d9f0fd View commit details
    Browse the repository at this point in the history
  8. Minor build fix

    r-abishek committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    3df1c99 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2024

  1. Update CMakeLists.txt

    Version Upgrade
    kiritigowda committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    1147bfe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fb949e0 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. Configuration menu
    Copy the full SHA
    29b185f View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. Configuration menu
    Copy the full SHA
    86113ba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1f1481d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9651409 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #264 from snehaa8/sn/mel_filter_bank

    Resolve merge conflicts in MelfilterBank OpenPR
    r-abishek committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    c902871 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. Merge branch 'develop' of https://github.com/ROCm/rpp into ar/audio_s…

    …upport_8_mel_filter_bank
    r-abishek committed May 7, 2024
    Configuration menu
    Copy the full SHA
    0cd8691 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. Add parentheses

    r-abishek committed May 8, 2024
    Configuration menu
    Copy the full SHA
    1613aa6 View commit details
    Browse the repository at this point in the history
  2. Optimizations and cleanup

    r-abishek committed May 8, 2024
    Configuration menu
    Copy the full SHA
    5718e73 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'develop' of https://github.com/ROCm/rpp into ar/audio_s…

    …upport_8_mel_filter_bank
    r-abishek committed May 8, 2024
    Configuration menu
    Copy the full SHA
    0ecb859 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    90c6fdd View commit details
    Browse the repository at this point in the history