rapidsai/cudf

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

Open

#11,116 创建于 2022年6月15日

在 GitHub 查看
 (3 评论) (0 反应) (0 负责人)C++ (735 fork)batch import
0 - Backlogfeature requestgood first issuelibcudf

仓库指标

Star
 (6,000 star)
PR 合并指标
 (平均合并 17天 21小时) (30 天内合并 230 个 PR)

描述

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.

贡献者指南