Blaok / soda

Stencil with Optimized Dataflow Architecture
MIT License
12 stars 4 forks source link

feat: padding borders #16

Open Blaok opened 6 years ago

Blaok commented 6 years ago

Padding borders is necessary for iterative stencil algorithms to prevent output from disappearing. In other cases it can also be useful. Upon solution of #12 an input-preserving padding shall be implemented. Other padding strategies may be supported as well.

Possible padding strategies include

Blaok commented 6 years ago

19 is merged and input-preserving padding is supported now.