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 JPEG Compression Distortion HOST #531

Open
wants to merge 28 commits into
base: develop
Choose a base branch
from

Conversation

r-abishek
Copy link
Member

  • Adds JPEG Compression Distortion augmentation for HOST on U8/F32/F16/I8.
  • Adds relevant unit/perf/QA tests.

HazarathKumarM and others added 2 commits March 26, 2025 07:08

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix CI failures - JPEG HOST
@kiritigowda kiritigowda self-assigned this Mar 26, 2025
kiritigowda and others added 4 commits March 26, 2025 14:28

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Jpeg compression distortion - resolved review comments
@kiritigowda kiritigowda requested a review from Copilot April 1, 2025 04:18
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR adds a JPEG Compression Distortion augmentation for HOST along with corresponding unit, performance, and QA tests.

  • Adds a new test mapping for jpeg_compression_distortion in common.py
  • Updates the test case range in runImageTests.py to include the new augmentation

Reviewed Changes

Copilot reviewed 5 out of 12 changed files in this pull request and generated no comments.

File Description
utilities/test_suite/common.py Adds a new test mapping for jpeg_compression_distortion
utilities/test_suite/HOST/runImageTests.py Updates the test case maximum to include the new test case
Files not reviewed (7)
  • api/rppt_tensor_geometric_augmentations.h: Language not supported
  • src/include/common/cpu/rpp_cpu_simd_load_store.hpp: Language not supported
  • src/include/common/cpu/rpp_cpu_simd_math.hpp: Language not supported
  • src/include/tensor/host_tensor_executors.hpp: Language not supported
  • src/modules/tensor/rppt_tensor_geometric_augmentations.cpp: Language not supported
  • utilities/test_suite/HOST/Tensor_image_host.cpp: Language not supported
  • utilities/test_suite/rpp_test_suite_image.h: Language not supported
Comments suppressed due to low confidence (1)

utilities/test_suite/common.py:95

  • The new test mapping for 'jpeg_compression_distortion' only includes 'HOST', unlike other mappings that include both 'HOST' and 'HIP'. Please verify whether the omission of 'HIP' is intentional.
["jpeg_compression_distortion", "HOST"]

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
* \image html geometric_augmentations_jpeg_compression_distortion_img150x150.png Sample Output
* \param [in] srcPtr source tensor in HOST memory
* \param [in] srcGenericDescPtr source tensor descriptor
* \param [out] dstPtr source tensor in HOST memory
Copy link
Contributor

Choose a reason for hiding this comment

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

change to dest

@rrawther
Copy link
Contributor

rrawther commented Apr 2, 2025

@r-abishek: I can't really view the jpeg_compression_distortion.cpp file or add any comments. Is this files added in this PR? It is wierd

@r-abishek
Copy link
Member Author

@rrawther Yes, this file is added in this PR, sometimes the github ui needs refresh for larger diffs

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants