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

MIVisionX compatibility fix - Resample and preemphasis filter #442

Merged

Conversation

r-abishek
Copy link
Member

  • Move out the windowed_sinc function from rppdefs.h and readded vector usage for lookup table for compatibility
  • Disable the numDims validation for preemphasis HOST kernel temporarily

sampath1117 and others added 3 commits August 27, 2024 07:25
disabled numDims validation check for preemphasis HOST kernel
…anges

Resample and preemphasis filter compatibility changes for MIVisionX
@kiritigowda kiritigowda self-assigned this Aug 27, 2024
@kiritigowda kiritigowda added BugFix high High Priority - Bug Fix/New Feature labels Aug 27, 2024
@@ -316,4 +316,46 @@ void verify_non_silent_region_detection(int *detectedIndex, int *detectionLength
qaResults << status << std::endl;
qaResults.close();
}
}

inline Rpp32f sinc(Rpp32f x)
Copy link
Contributor

Choose a reason for hiding this comment

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

when we enable RPP HIP audio, we need to remove these from here and MIVisionX. To do that you can use a new RPP version and check that

Copy link
Contributor

@rrawther rrawther left a comment

Choose a reason for hiding this comment

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

Added some comment for future improvement

@kiritigowda kiritigowda changed the title Resample and preemphasis filter compatibility changes for MIVisionX MIVisionX compatibility fix - Resample and preemphasis filter Aug 27, 2024
@kiritigowda kiritigowda merged commit b1ac444 into ROCm:develop Aug 27, 2024
4 checks passed
HazarathKumarM pushed a commit to HazarathKumarM/rpp that referenced this pull request Aug 29, 2024
* modified windowed_sinc function to resolve the compatibility issues with older rpp builds

* incremented RPP_VERSION_PATCH value

disabled numDims validation check for preemphasis HOST kernel

---------

Co-authored-by: sampath1117 <sampath.rachumallu@multicorewareinc.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BugFix high High Priority - Bug Fix/New Feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants