ILGPU icon indicating copy to clipboard operation
ILGPU copied to clipboard

Sample request: How to use IScanReduceOperation for customized Reduce/WarpExtenstions.Reduce

Open artheru opened this issue 3 years ago • 0 comments

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?

artheru avatar Aug 07 '22 06:08 artheru