Closed norabarlow closed 2 years ago
Co-simulation does not finish for the FAST corner detection kernel if I don't use the DATAFLOW pragma.
Does/should xf::cv::fast work without the DATAFLOW pragma?
xf::cv::fast
Hi @norabarlow ,
Modifying the kernel may cause the function (in this case removing the DATAFLOW) to behave abnormally.
Co-simulation does not finish for the FAST corner detection kernel if I don't use the DATAFLOW pragma.
Does/should
xf::cv::fast
work without the DATAFLOW pragma?