NVIDIA / NVIDIA/cudf

[FEA] Replace `std::vector` by `host_span` in APIs parameter

Open
#11,116 3 comments 0 reactions 0 assignees View on GitHub
0 - Backlog feature request good first issue libcudf
Dominant language
C++
Stars
9.8k
Forks
1.1k
Avg merge
3d 6m
Merged PRs (30d)
278

Description

cudf currently has many APIs that take in `std::vector` as one of its input parameters. For example: https://github.com/rapidsai/cudf/blob/c01a2a41b7d57a1360324270101d9304fbc9515f/cpp/include/cudf/table/table_view.hpp#L235

We should replace the `std::vector` parameter by `host_span` wherever possible.

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.