rapidsai/cudf

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

开放

#12,112 创建于 2022年11月9日

 (1 条评论) (0 个反应) (0 位负责人)C++ (735 个派生)batch import
breakingfeature requestgood first issueimprovementlibcudf

仓库指标

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

描述

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.

贡献者指南