NVIDIA / NVIDIA/cudf

[FEA] Support multiple sources/destinations for gather and scatter

Open
#9,175 3 comments 0 reactions 0 assignees View on GitHub
feature request libcudf non-breaking
Dominant language
C++
Stars
9.8k
Forks
1.1k
Avg merge
3d 6m
Merged PRs (30d)
278

Description

Currently, we have the `gather` and `scatter` APIs that perform on a single source table. Sometimes, we may want to operate on multiple sources/destinations so it would be great if we can support that. In such cases, the input iterators into these APIs would be a zip iterator or a pair of iterators pointing to `{column_index, row_index}` of the source/destination tables (https://github.com/rapidsai/cudf/pull/9130#discussion_r701405591).

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.