Hello,
I'm a student at UCSD, and I'm using PyOpenCL for a neural network project. I
love it. It is very easy to use. My only problem so far is that the
documentation on many of the array functions is lacking. I think I want to use
the pyopencl.array.subset_max() function, but I can't find any documentation
describing what it does. The only thing I could find is the declaration:
pyopencl.array.subset_max(subset, a, queue=None)ΒΆ
at http://documen.tician.de/pyopencl/array.html#pyopencl.array.subset_max
So, my question: What does this mysterious function do?
What I want to do is find the kth biggest value in a PyOpenCL Array. Do any of
you know any good ways to do that?
Thanks for your time,
Lewis Anderson
_______________________________________________
PyOpenCL mailing list
[email protected]
http://lists.tiker.net/listinfo/pyopencl