Hi!
Is it possible to get the index of the maximum of an array using CUDPP?
With Scan function provided by CUDPP library, it is possible to efficiently find the maximum of an array, but then… how to know it’s index?
I need to know which position in the array, the maximum occupies.
Any idea of how to do such a thing?