From 0b51f6822ffca996d38b9d34460e8edac924f0dc Mon Sep 17 00:00:00 2001 From: Frank Zhang Date: Tue, 2 Jun 2026 11:38:06 -0700 Subject: [PATCH] Update MODULE.bazel Cuda version change from 13.0 to 13.2 as we are about to upgrade to that version --- MODULE.bazel | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MODULE.bazel b/MODULE.bazel index 784f804353..9d2ad2c058 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -64,7 +64,7 @@ new_local_repository( new_local_repository( name = "cuda", build_file = "@//third_party/cuda:BUILD", - path = "/usr/local/cuda-13.0/", + path = "/usr/local/cuda-13.2/", ) # for Jetson @@ -79,7 +79,7 @@ new_local_repository( new_local_repository( name = "cuda_win", build_file = "@//third_party/cuda:BUILD", - path = "C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v13.0/", + path = "C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v13.2/", ) http_archive = use_repo_rule("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")