Skip to content

Consolidate CUDA cub method calls

Paul Bauer requested to merge consolidateExclusiveScanCub into main

Change the getExclusiveScanWorkingArraySize method to work with both the CUDA CUB method calls.

Will also work later for HIP rocprim and the SYCL equivalent

Merge request reports