rapidsai/cudf

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

オープン

#11,116 opened on 2022/06/15

 (3 件のコメント) (0 件のリアクション) (0 人の担当者)C++ (735 件のフォーク)batch import
0 - Backlogfeature requestgood first issuelibcudf

Repository metrics

Stars
 (6,000 個のスター)
PR merge metrics
 (平均マージ 17d 21h) (30d で 230 merged PRs)

説明

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.

コントリビューターガイド