Hi All,
As the title says, I’m trying to find the Index of the minimum element in an integer array.
I know cublasIsamin provides this for float array, but I need it for an integer array, and because of the number of functions and kernels that this array is being passed to is high, I can not easily just convert it to a float array,
Is there another way? cuda, cublas, any other library…
Thanks very much.