diff --git a/test/test_loopy.py b/test/test_loopy.py index 6b78ac26b78d8c85dab3cd41af0ce1d99d52ec07..27c5b19b4705248fd2282f1e7271c734ed3d21bc 100644 --- a/test/test_loopy.py +++ b/test/test_loopy.py @@ -1926,8 +1926,9 @@ def test_scalars_with_base_storage(ctx_factory): ctx = ctx_factory() queue = cl.CommandQueue(ctx) + import islpy as isl knl = lp.make_kernel( - "{ [i]: 0<=i<1}", + [isl.BasicSet("[] -> {[]: }")], # empty (domain w/unused inames errors) "a = 1", [lp.TemporaryVariable("a", dtype=np.float64, shape=(), base_storage="base")])