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 geöffnet am 9. Juli 2024

Auf GitHub ansehen
 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)C++ (735 Forks)batch import
0 - Backlogfeature requestgood first issuelibcudf

Repository-Metriken

Stars
 (6.000 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 17T 21h) (230 gemergte PRs in 30 T)

Beschreibung

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

Contributor Guide