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.