diff --git a/cuda/private/templates/BUILD.local_toolchain_nvcc b/cuda/private/templates/BUILD.local_toolchain_nvcc index d7d130c0..4af43dde 100644 --- a/cuda/private/templates/BUILD.local_toolchain_nvcc +++ b/cuda/private/templates/BUILD.local_toolchain_nvcc @@ -29,6 +29,7 @@ cuda_toolchain_config( cuda_toolchain( name = "nvcc-local", compiler_executable = "%{cuda_path}/bin/nvcc", + compiler_files = "@local_cuda//:compiler_deps", toolchain_config = ":nvcc-local-config", )