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

Restrict upgrade of forwards-compatible driver #2170

Open
maleadt opened this issue Nov 15, 2023 · 1 comment
Open

Restrict upgrade of forwards-compatible driver #2170

maleadt opened this issue Nov 15, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@maleadt
Copy link
Member

maleadt commented Nov 15, 2023

We currently only ship a single forwards-compatible CUDA driver, v12.3 as of right now, which means that even users with say a CUDA 11.4 driver get upgraded to 12.3. This may be unexpected, because it results in local artifacts being unusable.

We've currently made it so that using a local toolkit disables use of the fowards-compatible driver, but it would be better if we ship a driver for each major CUDA version, and select one based on the current driver version.

@maleadt maleadt added the enhancement New feature or request label Nov 15, 2023
@maleadt
Copy link
Member Author

maleadt commented Nov 23, 2023

In addition, we should precompile again when switching compat settings.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant