Brick Library 0.1
Performance-portable stencil datalayout & codegen
|
Variables | |
i = Index(0) | |
j = Index(1) | |
k = Index(2) | |
input = Grid("bIn", 3) | |
output = Grid("bOut", 3) | |
list | param |
list | calc = param[0] * input(i, j, k) + \ |
list | STENCIL = [output] |
7pt.i = Index(0) |
7pt.input = Grid("bIn", 3) |
7pt.j = Index(1) |
7pt.k = Index(2) |
7pt.output = Grid("bOut", 3) |
list 7pt.param |
list 7pt.STENCIL = [output] |