Skip to content

Commit

Permalink
Fix obvious typo of templates (#131)
Browse files Browse the repository at this point in the history
This is harmless, as fatbinary is not used in nvcc. It is only used
when `_wrapper_device_link` is called in clang toolchain.
  • Loading branch information
cloudhan authored Jul 16, 2023
1 parent 555f88f commit 3ce19bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cuda/templates/BUILD.local_toolchain_nvcc
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ load(
cuda_toolkit(
name = "cuda-toolkit",
bin2c = "%{bin2c_label}",
fatbinary = "%{bin2c_label}",
fatbinary = "%{fatbinary_label}",
link_stub = "%{link_stub_label}",
nvlink = "%{nvlink_label}",
path = "%{cuda_path}",
Expand Down
2 changes: 1 addition & 1 deletion cuda/templates/BUILD.local_toolchain_nvcc_msvc
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ load(
cuda_toolkit(
name = "cuda-toolkit",
bin2c = "%{bin2c_label}",
fatbinary = "%{bin2c_label}",
fatbinary = "%{fatbinary_label}",
link_stub = "%{link_stub_label}",
nvlink = "%{nvlink_label}",
path = "%{cuda_path}",
Expand Down

0 comments on commit 3ce19bc

Please sign in to comment.