argmin/argmax with PyOpenCL

525 Views Asked by At

How would I write argmin or argmax with PyOpenCL? I figure I would need to calculate the argmin/min for each workgroup, and then reduce these using subsequent invocations.

1

There are 1 best solutions below

0
On BEST ANSWER

Adapt this to collect the minimum and its location rather than just the minimum.