Add scan_op support to cuda.coop block_scan routines. #4310
Labels
3.0
Targeted for 3.0 release
cuda.cooperative
For all items related to the cuda.cooperative Python module
Currently we only support sum (
inclusive_sum
,exclusive_sum
), with thescan_op
defaulting to addition. Fix this so that we exportinclusive_scan
andexclusive_scan
routines that take ascan_op
parameter.The text was updated successfully, but these errors were encountered: