Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-06-09 | First test of partially generated LBM kernel | Adrian Kummerlaender | |
A kernel extracted from `lbn_codegen.ipynb` yields ~665 MLUPS compared to the ~600 MLUPS produced by a manually optimized kernel. Note that this new kernel currently doesn't handle boundary conditions (but dropping in a density condition doesn't impact performance). | |||
2019-06-09 | Test lid driven cavity | Adrian Kummerlaender | |
Notice that the indexing order of numpy arrays follows matrix conventions. |