NVIDIA / cccl

CUDA Core Compute Libraries
Other
1.09k stars 127 forks source link

Build disabled CUB tests (CDP tests remain) #881

Open alliepiper opened 2 years ago

alliepiper commented 2 years ago

There are a number of tests that we currently aren't building because they are ifdef'd out -- @senior-zero discovered a few uncovered cases in test_block_scan, and @canonizer just reported another in test_device_radix_sort.

Grepping through, I found the following similar issues listed below. We should get these working.

Block radix sort appears to be skipping some SortKeys tests::

Block reduce isn't testing anything:

Block scan isn't testing anything:

DeviceSegmentedRadixSort is untested:

Lots of missing CDP tests:

alliepiper commented 2 years ago

NVIDIA/cub#403 addresses everything but the CDP tests.