diff --git a/test/test_transform.py b/test/test_transform.py index e50605b46672f8e9c1817431f1577742b1f6fb4c..770e43617f05a499293de9435122baa8484ebfb2 100644 --- a/test/test_transform.py +++ b/test/test_transform.py @@ -105,6 +105,28 @@ def test_to_batched(ctx_factory): bknl(queue, a=a, x=x) +def test_to_batched_temp(ctx_factory): + ctx = ctx_factory() + queue = cl.CommandQueue(ctx) + + knl = lp.make_kernel( + ''' { [i,j]: 0<=i,j