Skip to content
Snippets Groups Projects
Commit 0ef7674d authored by Jean-Baptiste Keck's avatar Jean-Baptiste Keck
Browse files

remove debug symbols

parent 00f79cc7
No related branches found
No related tags found
2 merge requests!24Resolve "Add python3.x support",!15WIP: Resolve "HySoP with tasks"
Pipeline #51886 failed
......@@ -41,7 +41,7 @@ class GpyFFTPlan(OpenClFFTPlanI):
Emit warnings when transform output has an unaligned buffer offset.
"""
DEBUG=True
DEBUG=False
def __init__(self, cl_env, queue,
in_array, out_array, axes,
......@@ -729,7 +729,6 @@ Post callback source code:
temp_buffer=self.temp_buffer,
wait_for_events=wait_for)
evt = self.profile(events)
evt.wait()
return evt
def enqueue_arrays(self, *args, **kwds):
......
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