NVIDIA / cccl

CUDA Core Compute Libraries
https://nvidia.github.io/cccl/
Other
1.31k stars 166 forks source link

[EPIC] Consolidate kernels between Thrust and CUB #26

Open jrhemstad opened 1 year ago

jrhemstad commented 1 year ago

Below is a list of tasks in prioritized order. We should start with algorithms that already exist in CUB. This will allow delivering CUB optimizations into Thrust sooner.

Document procedure

Replace Thrust Algorithms with CUB

Port Thrust Algorithms into CUB

A few notes:

gevtushenko commented 1 year ago

Blocked by