Allow two or more predecessor values to be passed to cuda_scheduler
bulk customization
#1167
Labels
category: CUDA
category: senders/receivers
P2300
effort: 2
A few hours of work.
effort: 3
A few days of work.
good first issue
priority: low
Nice to have, but nobody is going to be sad if this is never done.
type: feature
type: refactoring
Currently only a single or zero values are allowed to be passed from the predecessor sender (
pika/libs/pika/async_cuda/include/pika/async_cuda/cuda_scheduler_bulk.hpp
Lines 126 to 129 in d48a0d5
unpack
sender adaptor to split values again after thebulk
operation.Note, this is a good first issue if one is already familiar with CUDA. The changes required for this should be small, but may require a bit of background knowledge of CUDA and
std::execution
.The text was updated successfully, but these errors were encountered: