From 7bf5f4971fe804a5fe4f94a2acf2a3fbbd7c380d Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner Date: Wed, 1 Jan 2014 09:54:09 +0100 Subject: [PATCH] Document arg shape assumptions test --- test/test_loopy.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/test_loopy.py b/test/test_loopy.py index 2f08ce871..0d852e2e7 100644 --- a/test/test_loopy.py +++ b/test/test_loopy.py @@ -1598,6 +1598,9 @@ def test_ilp_loop_bound(ctx_factory): def test_arg_shape_uses_assumptions(ctx_factory): + # If arg shape determination does not use assumptions, then it won't find a + # static shape for out, which is at least 1 x 1 in size, but otherwise of + # size n x n. ctx = ctx_factory() -- GitLab