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

Develop - Merge to master #1342

Merged
merged 12 commits into from
May 17, 2024
Merged

Develop - Merge to master #1342

merged 12 commits into from
May 17, 2024

Commits on May 3, 2024

  1. Docs - Bump tqdm from 4.65.0 to 4.66.3 in /docs/sphinx (#1339)

    Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.65.0 to 4.66.3.
    - [Release notes](https://github.com/tqdm/tqdm/releases)
    - [Commits](tqdm/tqdm@v4.65.0...v4.66.3)
    
    ---
    updated-dependencies:
    - dependency-name: tqdm
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 3, 2024
    Configuration menu
    Copy the full SHA
    5532aae View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

  1. Docs - Bump jinja2 from 3.1.3 to 3.1.4 in /docs/sphinx (#1340)

    Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.3 to 3.1.4.
    - [Release notes](https://github.com/pallets/jinja/releases)
    - [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst)
    - [Commits](pallets/jinja@3.1.3...3.1.4)
    
    ---
    updated-dependencies:
    - dependency-name: jinja2
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 6, 2024
    Configuration menu
    Copy the full SHA
    bad8d31 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

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

Commits on May 8, 2024

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

Commits on May 9, 2024

  1. SWDEV-459739 - Remove the package obsolete setting (#1345)

    The package was obsoleting itself and was causing upgrade issues.
    Removed the same.
    raramakr authored May 9, 2024
    Configuration menu
    Copy the full SHA
    cab620b View commit details
    Browse the repository at this point in the history
  2. Audio PR - Augmentation support [ Spectrogram ] (#1319)

    * Bump rocm-docs-core[api_reference] from 0.34.0 to 0.34.2 in /docs/sphinx (#1286)
    
    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] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * Bump cryptography from 42.0.0 to 42.0.2 in /docs/sphinx (#1289)
    
    Bumps [cryptography](https://github.com/pyca/cryptography) from 42.0.0 to 42.0.2.
    - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
    - [Commits](pyca/cryptography@42.0.0...42.0.2)
    
    ---
    updated-dependencies:
    - dependency-name: cryptography
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * Add PreEmphasis filter support
    
    * Fix ROI - change from xy to width & height
    
    * Adding openvx changes for downmix node
    
    * Audio Augmentations 1 PR - NSR and Spectrogram
    
    * Revert "Adding openvx changes for downmix node"
    
    This reverts commit d53f81d.
    
    * PR comments resolution in the PreEmphais Filter
    
    * Minor Changes
    
    * Change the borderType enum to int32 from uint32 dtype
    
    * Fix validation of preemphasis
    
    * Remove the memcopy of the src and dest rois as it can be handled in the rocAL - since the src and dst rois remain same
    
    * Formatting change - minor
    
    * Remove NSR
    
    * Minor formatting changes
    
    * Minor fix
    
    * Minor update - remove the 2nd instance of preemphasis filter
    
    * Enum dtype - change from uint to int
    
    * Remove roi_tensor_ptr_dst as its unused after latest changes
    
    * Remove the dst_roi arg from vxExtRppPreemphasisFilter call as its unused
    
    * Add MFB to MIVisisonX
    
    * Revert "Add MFB to MIVisisonX"
    
    This reverts commit dc4200b.
    
    * Resolve the PR comments
    
    * Change the dims[0] and dims[1] positioning for Spectrogram and AudioFillDescPointers
    
    * Change function name to camelCase
    
    * Revert "Change the dims[0] and dims[1] positioning for Spectrogram and AudioFillDescPointers"
    
    This reverts commit 886d6af.
    
    * Fix Spectrogram
    
    * Docs - update TOC for API Ref (#1327)
    
    * Bump rocm-docs-core[api_reference] from 0.38.0 to 0.38.1 in /docs/sphinx (#1328)
    
    Bumps [rocm-docs-core[api_reference]](https://github.com/RadeonOpenCompute/rocm-docs-core) from 0.38.0 to 0.38.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.38.0...v0.38.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] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * Update CHANGELOG.md
    
    * Update CHANGELOG.md
    
    * Documents - Bump idna from 3.4 to 3.7 in /docs/sphinx (#1330)
    
    Bumps [idna](https://github.com/kjd/idna) from 3.4 to 3.7.
    - [Release notes](https://github.com/kjd/idna/releases)
    - [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst)
    - [Commits](kjd/idna@v3.4...v3.7)
    
    ---
    updated-dependencies:
    - dependency-name: idna
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * Update changelog
    
    * Resolve minor PR comments
    
    * Remove comments
    
    * Fix the layout issue with spec
    
    * Check the validity of pointers
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: root <[email protected]>
    Co-authored-by: Swetha B S <[email protected]>
    Co-authored-by: SundarRajan28 <[email protected]>
    Co-authored-by: Swetha B S <[email protected]>
    Co-authored-by: randyh62 <[email protected]>
    7 people authored May 9, 2024
    Configuration menu
    Copy the full SHA
    fccd77d View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. Merge branch 'master' into develop

    Upstream merge
    kiritigowda committed May 16, 2024
    Configuration menu
    Copy the full SHA
    33f972f View commit details
    Browse the repository at this point in the history
  2. VX_RPP - Introduce Audio Layout and fix Spectrogram (#1347)

    * Add layouts for Audio in vxTensorLayout
    
    Remove spectrogram layout param and pass layout in descriptor
    
    * Introduce API to obtain RPP layout
    
    * Add comments
    fiona-gladwin authored May 16, 2024
    Configuration menu
    Copy the full SHA
    74e28cf View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

  1. Docs - Bump rocm-docs-core[api_reference] from 1.1.1 to 1.1.2 in /doc…

    …s/sphinx (#1350)
    
    Bumps [rocm-docs-core[api_reference]](https://github.com/RadeonOpenCompute/rocm-docs-core) from 1.1.1 to 1.1.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@v1.1.1...v1.1.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] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 17, 2024
    Configuration menu
    Copy the full SHA
    873335b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4f75f11 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a2e6df6 View commit details
    Browse the repository at this point in the history
  4. CMakeList Updates - ROCm 6.2 Updates (#1349)

    * CMakeList Updates - ROCm 6.2 Updates
    
    * Docker and setup - Fix and updates
    
    * CMakeList - Fix MI300 Link
    
    * Docker - Cleanup
    
    * BUILD_WITH_AMD_ADVANCE - Auto set with ROCm Version
    
    * rocDecode - Add only for not CentOS7
    kiritigowda authored May 17, 2024
    Configuration menu
    Copy the full SHA
    f6e7746 View commit details
    Browse the repository at this point in the history