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) {