Closed Blaok closed 6 years ago
Some specific issues:
i,j,k,l,p,q,r
)
To better support iterative semantic, an iterate: INT
keyword shall be added in the grammar, which means the whole pipeline, from input to output, shall be repeated INT
times.
Iterate keyword shall trigger border preserving automatically. Iterate keyword is mandatory. Border preserving need to be trigger by the border keyword border: preserve
. Non-iterative algorithm shall specify iterate: 1
.
Currently only support preserve input to output. Iterative algorithm will preserve border from input to output in each iteration.
Solved completely by #19 (support tiled iterative algorithms).
It'll be convenient to support generating iterative applications automatically. Currently iterative applications have to be manually fused/hard coded.