Skip to content

Adding a note to readme to address potential compatibility issues #11

@samitshah1

Description

@samitshah1

In the README for CUDA setup, it might be helpful to add information about CUDA versioning mismatch between nvidia-smi and nvcc --version.

The CUDA version reported by nvidia-smi does not report the installed toolkit version. The version reported by nvidia-smi is the maximum CUDA version that the driver supports.

If the CUDA version reported by nvidia-smi is lower than the one reported by nvcc, there's a possibility that the driver might not fully support all the features of the latest CUDA toolkit version. This could lead to a runtime error message.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions