Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion include/fused_kernel/algorithms/image_processing/warping.h
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ namespace fk {
using Parent = ReadBackOperation<typename BackIOp_::Operation::ReadDataType,
WarpingParameters<WT>,
BackIOp_,
float_<cn<typename BackIOp_::Operation::ReadDataType>>,
float_<cn<typename BackIOp_::Operation::OutputType>>,
Warping<WT, BackIOp_>>;
DECLARE_READBACK_PARENT
FK_HOST_DEVICE_FUSE OutputType exec(const Point thread, const ParamsType& params, const BackIOp& backIOp) {
Expand Down
Loading