cccl.parallel: Support well-known ops in `TransformIterator`
Open
- Dominant language
- C++
- Stars
- 2.5k
- Forks
- 486
- Avg merge
- 2d 6h
- Merged PRs (30d)
- 295
Description
Currently, algorithms (like `reduce_into`, `unary_transform`, etc.,) allow passing in a "well-known" op, such as `parallel.OpKind.PLUS` for the binary/unary operation.
We should allow using the same with iterators like `TransformIterator`.
Contributor guide
Assessment
This issue has not been assessed yet.