From 70d40208a2de88b433a9f45fbc66270ed4a3321d Mon Sep 17 00:00:00 2001 From: Tarry Singh Date: Thu, 9 Mar 2023 11:31:02 +0000 Subject: [PATCH] runtimes/cuda: Fix version variable definitions in the build script to enable successful CUDA builds. --- runtimes/cuda/cuda.bzl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/runtimes/cuda/cuda.bzl b/runtimes/cuda/cuda.bzl index f981e54..bf7343b 100644 --- a/runtimes/cuda/cuda.bzl +++ b/runtimes/cuda/cuda.bzl @@ -4,8 +4,8 @@ load("//bazel:http_deb_archive.bzl", "http_deb_archive") ARCH = "linux-x86_64" -CUDA_VERSION = "12.6.1" -CUDNN_VERSION = "9.3.0" +CUDA_VERSION = "12.6.2" +CUDNN_VERSION = "9.4.0" _CC_IMPORT_TPL = """\ cc_import(