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

Remove unused line from demo_array.py.

parent c4c4e877
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,6 @@ b = numpy.random.rand(50000).astype(numpy.float32)
ctx = cl.create_some_context()
queue = cl.CommandQueue(ctx)
mf = cl.mem_flags
a_dev = cl_array.to_device(queue, a)
b_dev = cl_array.to_device(queue, b)
dest_dev = cl_array.empty_like(a_dev)
......
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