Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update accessing of gpu worker info for distributed's new scheduler_info data structures #113

Closed
beckernick opened this issue Oct 7, 2020 · 1 comment · Fixed by #114
Assignees

Comments

@beckernick
Copy link
Member

beckernick commented Oct 7, 2020

It looks like distributed has changed the types of some gpu-specific worker attributes, which causes a breakage here:

https://github.com/rapidsai/tpcx-bb/blob/7bbcc38cb3936fc8a10f93c9f886f164ea59e01b/tpcx_bb/xbb_tools/cluster_startup.py#L134

Previously, the memory-total was a list. Now, it returns an integer. We'll need to update accordingly.

Not sure, but this may have been changed in dask/distributed#3810

@beckernick
Copy link
Member Author

Picking this up

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 a pull request may close this issue.

1 participant