This repository has been archived by the owner on Nov 1, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
[FEA] Add support for RMM logging to rapids-pytest-benchmark #27
Labels
Comments
rlratzel
added this to the Update cugraph nightly ASV benchmark reports with new results from new benchmarks milestone
May 22, 2020
rlratzel
removed this from the Update cugraph nightly ASV benchmark reports with new results from new benchmarks milestone
Jun 9, 2020
@dillon-cullinan is working on this and is planning on having it done post-MVP timeframe. |
adding a link to the relevant |
2 tasks
Blocked by rapidsai/rmm#721 |
Unblocked with the merge of rapidsai/rmm#722 |
#62 is merged which closes this issue.
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The new API is here:
rapidsai/rmm#363
rapids-pytest-benchmark
code can effectively replace the code ingpu_metric_poller.py
with a similar module responsible for reading the log file.rapids-pytest-benchmark
should not change (ie. separate runs done internally).max
andtotal
to 0.total
. Iftotal > max
, setmax = total
total
max
as peak memory usagetotal
should be0
. If not, reporttotal
as the number of leaked bytes.The text was updated successfully, but these errors were encountered: