Previous | Next --- Slide 52 of 66
Back to Lecture Thumbnails
sasthana

Comparing this code with the code on the next slide which has schedule as well, does this compile? If the programmer does not provide any schedule is there any default schedule used? Will it be regular C++ code without any optimizations?

zvonryan

This will compile. There would not be any default scheduling in play. Without explicit scheduling, blurx will be actually computed at out, i.e., they will be merged into a single stage in the generated C++ code.