Skip to content
Snippets Groups Projects
Commit 7c7b10d1 authored by Andreas Klöckner's avatar Andreas Klöckner
Browse files

Oops: remove accidentally committed debug code

parent 5d1b35de
No related branches found
No related tags found
No related merge requests found
......@@ -2079,8 +2079,6 @@ def test_vectorize(ctx_factory):
knl = lp.add_and_infer_dtypes(knl, dict(b=np.float32))
knl = lp.split_arg_axis(knl, [("a", 0), ("b", 0)], 4,
split_kwargs=dict(slabs=(0, 1)))
print(knl)
1/0
knl = lp.tag_data_axes(knl, "a,b", "c,vec")
ref_knl = knl
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment