Dear Python-OpenCL community, I need to get both the maximum and the minimum of an array. Currently I am using successively the two parallel reduction provided by pyopencl.
As those operation are BW limited, I am wondering if it was possible to calculate both at the same time. It looks possible to me but ... I googled and found nothing. Maybe there is a good reason for not existing ... do you know that reason ? Thanks for you help. Cheers, -- Jérôme Kieffer On-Line Data analysis / Software Group ISDD / ESRF tel +33 476 882 445 _______________________________________________ PyOpenCL mailing list [email protected] http://lists.tiker.net/listinfo/pyopencl
