Skip to content

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