rapidsai/cudf

[FEA] Public header and detail header files should have the same names

オープン

#12,112 opened on 2022/11/09

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

Repository metrics

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

説明

As the title said, the public and detail headers should have the same names. Currently there are some inconsistencies between them. For example:

  • Public header: cudf/copying.hpp,
  • Detail header: cudf/detail/copy.hpp.

We should change the file names to make them consistent.

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