rapidsai/cudf
Ver no GitHub[FEA] Public header and detail header files should have the same names
Open
#12.112 aberto em 9 de nov. de 2022
breakingfeature requestgood first issueimprovementlibcudf
Métricas do repositório
- Stars
- (6.000 stars)
- Métricas de merge de PR
- (Mesclagem média 17d 21h) (230 fundiu PRs em 30d)
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.