Skip to content

Various small fixes - #330

Merged
morousg merged 1 commit into
mainfrom
329-add-some-bugfixes-and-changes-from-cvgpuspeedup-debugging
Aug 4, 2026
Merged

Various small fixes#330
morousg merged 1 commit into
mainfrom
329-add-some-bugfixes-and-changes-from-cvgpuspeedup-debugging

Conversation

@morousg

@morousg morousg commented Aug 4, 2026

Copy link
Copy Markdown
Member

No description provided.

@morousg
morousg requested a lite review from Copilot August 4, 2026 12:29
@morousg morousg self-assigned this Aug 4, 2026
@morousg morousg linked an issue Aug 4, 2026 that may be closed by this pull request

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

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 bundles small fixes across the image-processing color conversion utilities, constexpr reduction helpers, and a couple of compile-time tests.

Changes:

  • Simplifies/adjusts YUV→RGB conversion typing (including removal of the ALPHA template parameter in ConvertYUVToRGB) and related pixel-type aliases.
  • Fixes constexpr binary reductions to support parameter packs of size 1.
  • Fixes missing include dependency for Image (uses ReadYUV) and updates tests to the new ConvertYUVToRGB signature.

Reviewed changes

Copilot reviewed 6 out of 6 changed files in this pull request and generated 2 comments.

Show a summary per file
File Description
tests/operation/test_fused_operation.h Updates compile-time fused-op test to new ConvertYUVToRGB template signature.
tests/buildAPI/batch_build_compilation_time.h Updates build-API compilation test to new ConvertYUVToRGB template signature.
include/fused_kernel/core/constexpr_libs/constexpr_vector_exec.h Adds a single-operand base case for variadic binary reductions.
include/fused_kernel/algorithms/image_processing/itu_color.h Simplifies ColorDepthPixelType alias (drops alpha-related variant).
include/fused_kernel/algorithms/image_processing/image.h Adds missing include for color conversion ops used by Image::readAt, and tweaks MemType parameter passing.
include/fused_kernel/algorithms/image_processing/color_conversion.h Refactors ConvertYUVToRGB template/signature and adjusts alpha handling in AddOpaqueAlpha.

Comment thread include/fused_kernel/algorithms/image_processing/itu_color.h
Comment thread include/fused_kernel/algorithms/image_processing/color_conversion.h
@morousg
morousg merged commit 89d4288 into main Aug 4, 2026
8 checks passed
@morousg
morousg deleted the 329-add-some-bugfixes-and-changes-from-cvgpuspeedup-debugging branch August 4, 2026 12:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add some bugfixes and changes from cvGPUSpeedup debugging

2 participants