Skip to content

WIP: Add option to enable RMM logging#3924

Draft
jakirkham wants to merge 3 commits into
dask:mainfrom
jakirkham:add_rmm_logging_config
Draft

WIP: Add option to enable RMM logging#3924
jakirkham wants to merge 3 commits into
dask:mainfrom
jakirkham:add_rmm_logging_config

Conversation

@jakirkham

Copy link
Copy Markdown
Member

Related to PR ( rapidsai/dask-cuda#322 )

Includes an option to enable RMM logging for Dask-CUDA workers.

cc @pentschev @quasiben

Comment thread distributed/distributed-schema.yaml Outdated
jakirkham and others added 2 commits June 24, 2020 11:06
Co-authored-by: Benjamin Zaitlen <quasiben@users.noreply.github.com>
@quasiben

quasiben commented Jul 1, 2020

Copy link
Copy Markdown
Member

@jakirkham I pushed a commit which should fix the schema issue

@quasiben

quasiben commented Jul 7, 2020

Copy link
Copy Markdown
Member

@jakirkham can you move this PR from Draft to Review ?

@jakirkham jakirkham left a comment

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Draft seems like the correct status for this PR atm given the difficulty highlighted below. Thoughts on that would be welcome 🙂

Comment thread distributed/comm/ucx.py
managed_memory=False,
initial_pool_size=pool_size,
logging=enable_logging,
log_file_name="", # Something more useful here ;)

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We still need to fill this in with something. This is a bit tricky to get right as we would presumably want a different location depending on whether we are setting this on a worker, on the scheduler, or potentially on the client. However I'm not sure how we access that information from a context that is not inside one of those classes. Welcome thoughts on that though 🙂

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe we should force the user to pass a path+filename prefix if logging is enabled and append the PID to it?

Base automatically changed from master to main March 8, 2021 19:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants