rapidsai / rmm

RAPIDS Memory Manager
https://docs.rapids.ai/api/rmm/stable/
Apache License 2.0
495 stars 198 forks source link

print sccache stats in builds #1712

Closed jameslamb closed 4 weeks ago

jameslamb commented 4 weeks ago

Description

Contributes to https://github.com/rapidsai/build-planning/issues/111

Proposes some small packaging/CI changes, matching similar changes being made across RAPIDS.

Checklist

jrhemstad commented 4 weeks ago

We have a script in CCCL that will compute a more convenient hit rate number that you are welcome to steal: https://github.com/NVIDIA/cccl/blob/main/ci/sccache_stats.sh

Example in our CI log: https://github.com/NVIDIA/cccl/actions/runs/11574973643/job/32222977763?pr=2646#step:5:1434

jameslamb commented 4 weeks ago

Thanks very much @jrhemstad ! For the moment, we're looking to add the stats in their rawest form to logs, to be scraped by some automation that folks in RAPIDS are working on to help with profiling CI.

jameslamb commented 4 weeks ago

/merge