We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a969c89 commit 118ae83Copy full SHA for 118ae83
1 file changed
sumpy/tools.py
@@ -1032,7 +1032,7 @@ def run_opencl_fft(
1032
# Not passing wait_for will wait for all events queued before
1033
# and therefore correctness is preserved if it's the same queue
1034
for evt in wait_for:
1035
- if not evt.command_queue != queue:
+ if evt.command_queue != queue:
1036
raise RuntimeError(
1037
"Different queues not supported with NVIDIA CUDA")
1038
start_evt = cl.enqueue_marker(queue)
0 commit comments