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

[Feature] Support detecting multiple GPUs with different architectures on a single machine. #7866

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

wanghemeng
Copy link

Description

This PR enhances the architecture detection mechanism in DGL by altering the regular expression matching strategy. Specifically, it changes the detection logic from MATCH to MATCHALL, which enables support for identifying multiple GPUs with different architectures on a single machine, instead of only adapting to the first detected GPU architecture.

Checklist

  • ✅ The PR title starts with [Feature].
  • ✅ The PR is complete and small.
  • ✅ All changes have appropriate test coverage.
  • ✅ The related issue is referenced in this PR.

Changes

  • ✅ Updated architecture detection regex from MATCH to MATCHALL, improving compatibility with multiple GPUs of different architectures.

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.

1 participant