Skip to content

Common Typo Fix - Helper function rename#540

Merged
r-abishek merged 1 commit intor-abishek:ar/bugfix_minor_typofrom
Srihari-mcw:function_naming_changes
Dec 3, 2025
Merged

Common Typo Fix - Helper function rename#540
r-abishek merged 1 commit intor-abishek:ar/bugfix_minor_typofrom
Srihari-mcw:function_naming_changes

Conversation

@Srihari-mcw
Copy link
Copy Markdown
Collaborator

@Srihari-mcw Srihari-mcw commented Dec 3, 2025

  • Common typo fix - Rename function from hip_exec_roi_converison_ltrb_to_xywh to hip_exec_roi_conversion_ltrb_to_xywh

@Srihari-mcw Srihari-mcw requested a review from r-abishek December 3, 2025 04:31
@r-abishek r-abishek requested a review from Copilot December 3, 2025 06:41
@r-abishek r-abishek added the minor fix Minor implementation fixes label Dec 3, 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 corrects a spelling error in a function name throughout the codebase. The function hip_exec_roi_converison_ltrb_to_xywh has been renamed to hip_exec_roi_conversion_ltrb_to_xywh (fixing "converison" to "conversion").

Key Changes

  • Renamed function from hip_exec_roi_converison_ltrb_to_xywh to hip_exec_roi_conversion_ltrb_to_xywh in the function declaration and definition
  • Updated all function call sites across 54 files to use the corrected function name

Reviewed changes

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

File Description
src/include/common/hip/rpp_hip_roi_conversion.hpp Updated function definition to use corrected spelling
src/include/batch_pd/hip/rpp_hip_host_decls.hpp Updated function declaration to use corrected spelling
src/modules/tensor/hip/kernel/*.cpp (52 files) Updated function calls to use corrected spelling
Comments suppressed due to low confidence (1)

src/include/common/hip/rpp_hip_roi_conversion.hpp:32

  • The kernel function name still contains the misspelling 'converison' and should be renamed to 'roi_conversion_ltrb_to_xywh' for consistency with the corrected wrapper function name.
static __global__ void roi_converison_ltrb_to_xywh(int *roiTensorPtrSrc)

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@r-abishek r-abishek changed the base branch from develop to ar/bugfix_minor_typo December 3, 2025 06:44
@r-abishek r-abishek changed the title Rename function from hip_exec_roi_converison_ltrb_to_xywh to hip_exec_roi_conversion_ltrb_to_xywh Common Typo Fix - Helper function rename Dec 3, 2025
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 4d0673e into r-abishek:ar/bugfix_minor_typo Dec 3, 2025
Srihari-mcw pushed a commit to Srihari-mcw/rpp that referenced this pull request Dec 8, 2025
Co-authored-by: Kiriti Gowda <kiritigowda@gmail.com>
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

minor fix Minor implementation fixes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants