From 89c91e1936a9dee45d606f11e9c37101e9501861 Mon Sep 17 00:00:00 2001 From: jdsteve2 Date: Sun, 22 Mar 2020 15:26:25 -0500 Subject: [PATCH] remove unused iname j from test_atomic_init --- test/test_loopy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_loopy.py b/test/test_loopy.py index 27c5b19b4..ec9c8d473 100644 --- a/test/test_loopy.py +++ b/test/test_loopy.py @@ -952,7 +952,7 @@ def test_atomic_init(dtype): vec_width = 4 knl = lp.make_kernel( - "{ [i,j]: 0<=i<100 }", + "{ [i]: 0<=i<100 }", """ out[i%4] = 0 {id=init, atomic=init} """, -- GitLab