Question

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.

Was it helpful?

Solution

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top