diff --git a/_data/platform_support.yml b/_data/platform_support.yml index 8b9bcee18ea..6c51ee23f40 100644 --- a/_data/platform_support.yml +++ b/_data/platform_support.yml @@ -1,4 +1,56 @@ releases: + - version: "26.02" + python: + - "3.10" + - "3.11" + - "3.12" + - "3.13" + glibc_min: "2.28" + cpu_arch: + - "x86_64" + - "aarch64" + os_support: + - "Ubuntu 22.04" + - "Ubuntu 24.04" + - "Rocky Linux 8" + source_build: + cccl: "3.2.0" + nvcomp: "5.1.0.21" + gcc: "13.3+" + cuda: + - major: 12 + toolkit_min: "12.2" + toolkit_max: "12.9" + driver_min: "535" + compute_capability: + - name: "Volta" + sm: 70 + - name: "Turing" + sm: 75 + - name: "Ampere" + sm: [80, 86] + - name: "Ada" + sm: 89 + - name: "Hopper" + sm: 90 + - name: "Blackwell" + sm: [100, 120] + - major: 13 + toolkit_min: "13.0" + toolkit_max: "13.1" + driver_min: "580" + compute_capability: + - name: "Turing" + sm: 75 + - name: "Ampere" + sm: [80, 86] + - name: "Ada" + sm: 89 + - name: "Hopper" + sm: 90 + - name: "Blackwell" + sm: [100, 120] + - version: "25.12" python: - "3.10" diff --git a/_includes/selector.html b/_includes/selector.html index f2ef392d0cb..026e94b0ef4 100644 --- a/_includes/selector.html +++ b/_includes/selector.html @@ -445,7 +445,7 @@ var cuda_version_info = { "Stable": { "12": ["12.2", "12.9"], - "13": ["13.0"] + "13": ["13.0", "13.1"] }, "Nightly": { "12": ["12.2", "12.9"],