rapidsai/cudf

[FEA] Port the logic at page_data.cu:282 to use `thread_group`s and avoid the magic 32 multiples.

Open

#16 235 ouverte le 9 juil. 2024

Voir sur GitHub
 (0 commentaires) (0 réactions) (0 assignés)C++ (735 forks)batch import
0 - Backlogfeature requestgood first issuelibcudf

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

We should probably port the whole logic at page_data.cu:282 and elsewhere where used to thread_groups and avoid the magic 32 multiples.

Originally posted by @vuule in https://github.com/rapidsai/cudf/pull/16109#discussion_r1671149797

Guide contributeur