JuliaGPU / JuliaGPU/CUDA.jl

Restrict upgrade of forwards-compatible driver

Open
#2,170 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement
Dominant language
Julia
Stars
1.4k
Forks
281
Avg merge
1d 7h
Merged PRs (30d)
30

Description

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.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

No files or tests are named. Start by locating the code that selects the forwards-compatible CUDA driver, then determine how driver versions are detected and how per-major-version drivers could be packaged and selected. Done means users retain a compatible driver for their installed CUDA major version instead of being upgraded unconditionally to v12.3.

Written by the indexing model from the issue text.

Assessment

Tech stack
julia
Domain
infrastructure
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.