From 990422d4c0089b8d8ceddccbc75820e13c024b3e Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner Date: Tue, 11 Oct 2016 13:01:02 -0500 Subject: [PATCH] Add bastardized LBM example from Loic --- test/test_apps.py | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) diff --git a/test/test_apps.py b/test/test_apps.py index 1f057b4a3..9ec67d9eb 100644 --- a/test/test_apps.py +++ b/test/test_apps.py @@ -435,6 +435,43 @@ def test_sum_factorization(): print(knl) +def test_lbm(ctx_factory): + ctx = ctx_factory() + + knl = lp.make_kernel( + "{[ii,jj]:0<=ii 1: exec(sys.argv[1]) -- GitLab