diff --git a/test/test_target.py b/test/test_target.py index bcf85a340a29afc8772686d23c5fe3e8a03ccffd..038b2e6c06116049441fad36d033c5a6831b4dbe 100644 --- a/test/test_target.py +++ b/test/test_target.py @@ -231,8 +231,9 @@ def test_tuple(ctx_factory): ctx = ctx_factory() queue = cl.CommandQueue(ctx) + import islpy as isl knl = lp.make_kernel( - "{ [i]: 0 = i }", + [isl.BasicSet("[] -> {[]: }")], """ a, b = make_tuple(1, 2.) """)