Skip to content

RPP Voxel Test suite fixes#458

Merged
r-abishek merged 1 commit intor-abishek:ar/test_suite_mods_12from
HazarathKumarM:hk/voxel
Jul 2, 2025
Merged

RPP Voxel Test suite fixes#458
r-abishek merged 1 commit intor-abishek:ar/test_suite_mods_12from
HazarathKumarM:hk/voxel

Conversation

@HazarathKumarM
Copy link
Copy Markdown
Collaborator

  • fixed grouping
  • fixed error return statements

@HazarathKumarM HazarathKumarM changed the base branch from master to develop July 1, 2025 19:11
@r-abishek r-abishek changed the base branch from develop to ar/test_suite_mods_12 July 2, 2025 05:29
@r-abishek r-abishek requested a review from Copilot July 2, 2025 05:29
@r-abishek r-abishek added the validation Validate build and tests label Jul 2, 2025
Copy link
Copy Markdown

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 aims to correct grouping mappings for voxel tests and standardize error return codes.

  • Introduced voxelAugmentationGroupMap and modified func_group_finder to accept a generic group map argument.
  • Updated all calls to process_layout in HOST and HIP test runners to pass the appropriate group map.
  • Changed error returns in voxel host/hip binaries from -1 to RPP_ERROR_NOT_IMPLEMENTED.

Reviewed Changes

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

Show a summary per file
File Description
utilities/test_suite/common.py Added voxelAugmentationGroupMap and updated func_group_finder.
utilities/test_suite/HOST/runVoxelTests.py Removed inline finder, passing voxelAugmentationGroupMap to layout.
utilities/test_suite/HOST/runImageTests.py Updated process_layout calls to use ImageAugmentationGroupMap.
utilities/test_suite/HOST/Tensor_voxel_host.cpp Replaced return -1 with RPP_ERROR_NOT_IMPLEMENTED.
utilities/test_suite/HIP/runVoxelTests.py Removed inline finder, passing voxelAugmentationGroupMap to layout.
utilities/test_suite/HIP/runImageTests.py Updated process_layout calls to use ImageAugmentationGroupMap.
utilities/test_suite/HIP/Tensor_voxel_hip.cpp Replaced return -1 with RPP_ERROR_NOT_IMPLEMENTED.
Comments suppressed due to low confidence (1)

utilities/test_suite/HIP/runImageTests.py:353

  • The variable imageAugmentationMap is undefined in this context; it should be ImageAugmentationGroupMap to match the imported mapping.
                dstPathTemp, logFileLayout = process_layout(layout, qaMode, case, dstPath, "hip", imageAugmentationMap, func_group_finder)

Copy link
Copy Markdown
Owner

@r-abishek r-abishek left a comment

Choose a reason for hiding this comment

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

lgtm

@r-abishek r-abishek merged commit bf98552 into r-abishek:ar/test_suite_mods_12 Jul 2, 2025
ManasaDattaT pushed a commit to ManasaDattaT/rpp that referenced this pull request Dec 19, 2025
Co-authored-by: Kiriti Gowda <kiritigowda@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

validation Validate build and tests

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants