From 5a17ed664edc5a66d3b43d3596c389ab58a4ec19 Mon Sep 17 00:00:00 2001 From: skal Date: Fri, 13 Feb 2026 12:43:03 +0100 Subject: CNNv2Effect: Document per-layer kernel sizes support Updated comments to clarify that per-layer kernel sizes are supported. Code already handles this correctly via LayerInfo.kernel_size field. Changes: - cnn_v2_effect.h: Add comment about per-layer kernel sizes - cnn_v2_compute.wgsl: Clarify LayerParams provides per-layer config Co-Authored-By: Claude Sonnet 4.5 --- src/gpu/effects/cnn_v2_effect.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/gpu/effects/cnn_v2_effect.h b/src/gpu/effects/cnn_v2_effect.h index 4389e4f..28aec8c 100644 --- a/src/gpu/effects/cnn_v2_effect.h +++ b/src/gpu/effects/cnn_v2_effect.h @@ -1,5 +1,6 @@ // CNN v2 Effect - Parametric Static Features // Multi-pass post-processing with 7D feature input +// Supports per-layer kernel sizes (e.g., 1×1, 3×3, 5×5) #pragma once #include "gpu/effect.h" -- cgit v1.2.3