rapidsai/cudf

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

Open

#11.116 aperta il 15 giu 2022

Vedi su GitHub
 (3 commenti) (0 reazioni) (0 assegnatari)C++ (735 fork)batch import
0 - Backlogfeature requestgood first issuelibcudf

Metriche repository

Star
 (6000 star)
Metriche merge PR
 (Merge medio 17g 21h) (230 PR mergiate in 30 g)

Descrizione

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.

Guida contributor