Skip to content

Commit

Permalink
fix: add :compiler_deps to cuda_toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudhan committed Dec 15, 2024
1 parent 652bbbc commit 9fd0d83
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cuda/private/templates/BUILD.local_toolchain_nvcc
Original file line number Diff line number Diff line change
Expand Up @@ -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",
)

Expand Down

0 comments on commit 9fd0d83

Please sign in to comment.