pyopencl icon indicating copy to clipboard operation
pyopencl copied to clipboard

Array: check that queues match

Open inducer opened this issue 3 years ago • 0 comments

For now, we typically grab the queue from the first input.

Multiple scenarios:

  • If there are multiple inputs, we should check that they all have the same queue.
  • If there's a specified output, check that its queue is the same.

This would have to come with a deprecation period. We probably want to restrict this checking to __debug__ mode.

inducer avatar Dec 28 '22 06:12 inducer