Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

[BUGFIX] Make compile/use of nvmlDeviceGetComputeRunningProcesses() adapt to n… #20866

Closed

Conversation

guanxingithub
Copy link
Contributor

Description

This PR was filed to fix bug #20863.

Checklist

Essentials

Dick Carter finished coding on this PR
All changes are fully tested by Guanxin Li
Code is well-documented

Changes

The change reduce the possibly versioned variant of nvmlProcessInfo_t* expected
as the 3rd arg of nvmlDeviceGetComputeRunningProcesses().

Comments

This change is a backward incompatible change, without this change, mxnet can't be compiled in cuda11 450.x driver

@mxnet-bot
Copy link

Hey @guanxingithub , Thanks for submitting the PR
All tests are already queued to run once. If tests fail, you can trigger one or more tests again with the following commands:

  • To trigger all jobs: @mxnet-bot run ci [all]
  • To trigger specific jobs: @mxnet-bot run ci [job1, job2]

CI supported jobs: [windows-cpu, sanity, centos-cpu, unix-cpu, windows-gpu, clang, website, miscellaneous, unix-gpu, edge, centos-gpu]


Note:
Only following 3 categories can trigger CI :PR Author, MXNet Committer, Jenkins Admin.
All CI tests must pass before the PR can be merged.

@mseth10 mseth10 added pr-awaiting-testing PR is reviewed and waiting CI build and test pr-work-in-progress PR is still work in progress and removed pr-awaiting-testing PR is reviewed and waiting CI build and test labels Feb 1, 2022
Copy link
Member

@ptrendx ptrendx left a comment

Choose a reason for hiding this comment

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

LGTM, thanks for the contribution!

@guanxingithub
Copy link
Contributor Author

The conflicts with PR #20499 was resolved and put into PR #20887

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
pr-work-in-progress PR is still work in progress
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants