From f478235373b7bce7119f205900a6e7b14a78fd99 Mon Sep 17 00:00:00 2001 From: Oscar Amoros Huguet Date: Tue, 25 Aug 2026 20:11:01 +0200 Subject: [PATCH] Fix Warping Operation --- include/fused_kernel/algorithms/image_processing/warping.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/fused_kernel/algorithms/image_processing/warping.h b/include/fused_kernel/algorithms/image_processing/warping.h index 2da8cdf2..45fed3a5 100644 --- a/include/fused_kernel/algorithms/image_processing/warping.h +++ b/include/fused_kernel/algorithms/image_processing/warping.h @@ -77,7 +77,7 @@ namespace fk { using Parent = ReadBackOperation, BackIOp_, - float_>, + float_>, Warping>; DECLARE_READBACK_PARENT FK_HOST_DEVICE_FUSE OutputType exec(const Point thread, const ParamsType& params, const BackIOp& backIOp) {