You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Split into get_user_mode_driver_version and get_kernel_mode_driver_version
Per review feedback, split the consolidated get_driver_version() into
two separate functions so each returns a simple tuple[int, ...]:
- get_user_mode_driver_version(): works with or without NVML (falls
back to cuDriverGetVersion), returns (major, minor)
- get_kernel_mode_driver_version(): requires NVML, returns
(major, minor, patch) or (major, minor) on WSL
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments