8000 Add minimum driver version check to allow minor version compatibility. by christophe-murphy · Pull Request #3648 · arrayfire/arrayfire · GitHub
[go: up one dir, main page]

Skip to content

Add minimum driver version check to allow minor version compatibility. #3648

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

Merged
merged 2 commits into from
Apr 4, 2025

Conversation

christophe-murphy
Copy link
Contributor

Description

Previously, the only check performed was to compare the runtime version that the code was compiled with to the cuda version corresponding to the driver. This means that there was no minor version compatibility check. The error message given was also incorrect since it printed out the minimum driver required for minor version compatibility.

Changes to Users

The actual driver version is now also checked against the minimum required version to allow minor version compatibility.

Checklist

  • Rebased on latest master
  • Code compiles
  • Tests pass

@christophe-murphy christophe-murphy added this to the 3.10 milestone Mar 27, 2025
syurkevi
syurkevi previously approved these changes Mar 28, 2025
@christophe-murphy christophe-murphy merged commit 5979134 into master Apr 4, 2025
2 of 4 checks passed
willyborn pushed a commit to willyborn/arrayfire that referenced this pull request Jun 4, 2025
arrayfire#3648)

* Add minimum driver version check to allow minor version compatibility.

* Simpler method of checking for nvidia driver cuda minor version compatibility.
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
0