From c78d2f6677c631f356c5ffd169c647c0a274b897 Mon Sep 17 00:00:00 2001 From: jdsteve2 Date: Sun, 22 Mar 2020 15:16:49 -0500 Subject: [PATCH] remove unused iname from test_tuple --- test/test_target.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/test_target.py b/test/test_target.py index bcf85a340..038b2e6c0 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.) """) -- GitLab