Skip to main content

Canonical CUDA/GPU compatibility metadata for hardware compatibility checking

Project description

hw-compat-matrix

Canonical CUDA/GPU compatibility metadata for hardware compatibility checking.

Overview

This package provides structured data and utilities for:

  • CUDA toolkit version to minimum driver version mapping
  • NVIDIA SM (Streaming Multiprocessor) version to GPU architecture mapping
  • GPU name normalization across cloud providers (Vast.ai, AWS, Lambda, RunPod, Azure)

Installation

pip install hw-compat-matrix

Usage

from hw_compat_matrix import (
    get_min_driver_for_cuda,
    get_architecture_for_sm,
    normalize_gpu_name,
)

# Get minimum driver version for a CUDA toolkit version
min_driver = get_min_driver_for_cuda("12.8")  # Returns "570.26"

# Get GPU architecture for an SM version
arch = get_architecture_for_sm("89")  # Returns "Ada Lovelace"

# Normalize GPU names from different providers
canonical = normalize_gpu_name("RTX_4090", provider="vastai")  # Returns "RTX 4090"

Loading Raw Data

from hw_compat_matrix import (
    load_cuda_driver_matrix,
    load_nvidia_sm_map,
    load_gpu_aliases,
)

# Load raw data as Pydantic models
cuda_matrix = load_cuda_driver_matrix()
sm_map = load_nvidia_sm_map()
gpu_aliases = load_gpu_aliases()

Data Sources

Contributing

Adding New CUDA Versions

  1. Update src/hw_compat_matrix/data/cuda_driver_matrix.yaml
  2. Run validation: pytest tests/
  3. Submit a PR

Adding New GPU Aliases

  1. Update src/hw_compat_matrix/data/gpu_name_aliases.yaml
  2. Run validation: pytest tests/
  3. Submit a PR

License

MIT License - see LICENSE for details.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

hw_compat_matrix-0.3.0.tar.gz (13.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

hw_compat_matrix-0.3.0-py3-none-any.whl (11.2 kB view details)

Uploaded Python 3

File details

Details for the file hw_compat_matrix-0.3.0.tar.gz.

File metadata

  • Download URL: hw_compat_matrix-0.3.0.tar.gz
  • Upload date:
  • Size: 13.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for hw_compat_matrix-0.3.0.tar.gz
Algorithm Hash digest
SHA256 1248693a14feca417185a7d765a5482c96f046dae637bdbdcd690a3af5b863d3
MD5 8286c6419f95ee554818212426970e2c
BLAKE2b-256 4e5eea54fb2985119f0f6f9c6d92d03679214ecebbe8acdc58544e368be4d66e

See more details on using hashes here.

File details

Details for the file hw_compat_matrix-0.3.0-py3-none-any.whl.

File metadata

File hashes

Hashes for hw_compat_matrix-0.3.0-py3-none-any.whl
Algorithm Hash digest
SHA256 f01d0e92f27aa72d8ebc70d015a2bbbf4d11b27704fafbaf9e6185271389ea4b
MD5 26e282d33a749f0892931d87aabb802f
BLAKE2b-256 186bd1bfe9bfb1312e7d39aeca31c5253d86efd6a7701ab3338f2efee9b807d1

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page