From 548e3b3020da260b58a2193f4181c17db1fbe5b2 Mon Sep 17 00:00:00 2001 From: Bradley Dice Date: Tue, 23 Jun 2026 23:39:48 -0500 Subject: [PATCH] Update to CUDA 13.3.0 --- matrix.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/matrix.yaml b/matrix.yaml index 0ea8e620..b4c10f06 100644 --- a/matrix.yaml +++ b/matrix.yaml @@ -1,11 +1,11 @@ # Copyright (c) 2023-2026, NVIDIA CORPORATION. CUDA_VER: -# The version format is `..` (e.g. `13.2.0`). +# The version format is `..` (e.g. `13.3.0`). # Use the latest supported minor/patch version for each supported CUDA major # version. Only one entry is allowed per CUDA major version. - "12.9.1" - - "13.2.0" + - "13.3.0" PYTHON_VER: - "3.11" - "3.12"