ILGPU
ILGPU copied to clipboard
Sample request: How to use IScanReduceOperation for customized Reduce/WarpExtenstions.Reduce
This could be very useful. For example, if one want to perform an argmax operation and constructed a gpu array of struct PV{int pos;float val;}, how to use the internal Reduce function to get the max value and pos?