WIP: log dask task stream and rmm events into results dir#225
Open
kevingerman wants to merge 62 commits intorapidsai:mainfrom
Open
WIP: log dask task stream and rmm events into results dir#225kevingerman wants to merge 62 commits intorapidsai:mainfrom
kevingerman wants to merge 62 commits intorapidsai:mainfrom
Conversation
Q28: Reset index on train/test df's after sorting
Q23 Dask-sql oom fix
Updating bdb_tools & test dask-sql queries for shared Context
Fix Q29 OOM issue
Update q22 date logic to go via int
[REVIEW]Q25 fix
randerzander
requested changes
Jan 19, 2022
Contributor
randerzander
left a comment
There was a problem hiding this comment.
Thanks for this work.
Can you maybe include some README changes about this configuration? Do you have a parser that uses these logs or just eyeball them so far?
Author
|
I have another commit pending which fetches the logs into a single df which can then be serialized (parquet?) |
Query 03 drop na fix
Replace deprecated df.one_hot_encoder with cudf.get_dummies
[REVIEW]Query 22 Float Fix
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds a couple of utilities to capture metrics per query triggered in benchmark_runner.py
rmm_monitor logs Cuda allocations from each dask worker
dask_task_logger grabs the tasks into a json file
TBD: