rapidsai/cudf

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

Open

#11.116 geöffnet am 15. Juni 2022

Auf GitHub ansehen
 (3 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)C++ (735 Forks)batch import
0 - Backlogfeature requestgood first issuelibcudf

Repository-Metriken

Stars
 (6.000 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 17T 21h) (230 gemergte PRs in 30 T)

Beschreibung

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