You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the IO microbenchmarks for libcudf, we have parquet_reader_multithread, which is a tool for studying GPU saturation with higher host thread counts and one CUDA stream per thread (PTDS, per-thread-default-stream).
In the IO microbenchmarks for libcudf, we have
parquet_reader_multithread
, which is a tool for studying GPU saturation with higher host thread counts and one CUDA stream per thread (PTDS, per-thread-default-stream).https://github.com/rapidsai/cudf/blob/branch-24.08/cpp/benchmarks/io/parquet/parquet_reader_multithread.cpp
Let's please add a similar benchmark for
groupby_max
that lets us run multiple groupby aggregations concurrently to reach higher GPU saturation.https://github.com/rapidsai/cudf/blob/branch-24.08/cpp/benchmarks/groupby/group_max.cpp
The text was updated successfully, but these errors were encountered: