Describe what you are looking for
Finding the minimum and the maximum value in a sequence is fundamentally cheaper, than locating that offset position in a vectorized form. It potentially makes sense to split nk_reduce_minmax into two APIs:
nk_reduce_argminmax - returning two offsets
nk_reduce_minmax - returning two scalar values
Relates to #315
Can you contribute to the implementation?
Is your feature request specific to a certain interface?
It applies to everything
Contact Details
No response
Is there an existing issue for this?
Code of Conduct
Describe what you are looking for
Finding the minimum and the maximum value in a sequence is fundamentally cheaper, than locating that offset position in a vectorized form. It potentially makes sense to split
nk_reduce_minmaxinto two APIs:nk_reduce_argminmax- returning two offsetsnk_reduce_minmax- returning two scalar valuesRelates to #315
Can you contribute to the implementation?
Is your feature request specific to a certain interface?
It applies to everything
Contact Details
No response
Is there an existing issue for this?
Code of Conduct