Skip to content

Update driver requirements language in docs & repos #415

@raydouglass

Description

@raydouglass

We currently list specific driver versions in our requirements (example). Usually it is the initial driver version associated with a CUDA version. However, many of these driver versions are not supported anymore (eg 450 or 460).

Since in general, RAPIDS is agnostic to the driver version (CI tests an "earliest" and "latest" driver), we should update our references to driver versions to be more generic and reference a doc such as: https://docs.nvidia.com/datacenter/tesla/drivers/#cuda-drivers

For example:

[CUDA 11.2](https://developer.nvidia.com/cuda-11.2.0-download-archive){: target="_blank"} with a [compatible, supported driver](https://docs.nvidia.com/datacenter/tesla/drivers/#cuda-drivers)
[CUDA 11.4](https://developer.nvidia.com/cuda-11-4-0-download-archive){: target="_blank"} with a [compatible, supported driver](https://docs.nvidia.com/datacenter/tesla/drivers/#cuda-drivers)
[CUDA 11.5](https://developer.nvidia.com/cuda-11-5-0-download-archive){: target="_blank"} with a [compatible, supported driver](https://docs.nvidia.com/datacenter/tesla/drivers/#cuda-drivers)
[CUDA 11.8](https://developer.nvidia.com/cuda-11-8-0-download-archive){: target="_blank"} with a [compatible, supported driver](https://docs.nvidia.com/datacenter/tesla/drivers/#cuda-drivers)
[CUDA 12.0](https://developer.nvidia.com/cuda-12-0-1-download-archive){: target="_blank"} with a [compatible, supported driver](https://docs.nvidia.com/datacenter/tesla/drivers/#cuda-drivers)

Here is a good search for all of the usages: https://github.com/search?q=org%3Arapidsai+AND+%28450+OR+460+OR+470+OR+495+OR+525%29+AND+driver+language%3AMarkdown&type=code&l=Markdown

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions