diff --git a/test/test_loopy.py b/test/test_loopy.py index 564291316f2f3ef8c43ded75219327d5098afc61..09703e48133f96aa6a010c86437436610af43823 100644 --- a/test/test_loopy.py +++ b/test/test_loopy.py @@ -1760,6 +1760,26 @@ def test_fd_demo(ctx_factory): assert "double" not in code +def test_fd_1d(ctx_factory): + ctx = ctx_factory() + + knl = lp.make_kernel( + "{[i]: 0<=i