rapidsai/cudf

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

Open

#12 112 ouverte le 9 nov. 2022

Voir sur GitHub
 (1 commentaire) (0 réactions) (0 assignés)C++ (735 forks)batch import
breakingfeature requestgood first issueimprovementlibcudf

Métriques du dépôt

Stars
 (6 000 stars)
Métriques de merge PR
 (Merge moyen 17j 21h) (230 PRs mergées en 30 j)

Description

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.

Guide contributeur