Skip to content

Commit cdb52b8

Browse files
committed
style: format
1 parent 2cfcc11 commit cdb52b8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

cuda/private/repositories.bzl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ def _detect_local_cuda_toolkit(repository_ctx):
8484
link_stub_label = link_stub,
8585
bin2c_label = bin2c,
8686
fatbinary_label = fatbinary,
87-
cicc_label = None, # local CTK do not need this
87+
cicc_label = None, # local CTK do not need this
8888
libdevice_label = None, # local CTK do not need this
8989
)
9090

@@ -121,8 +121,8 @@ def _detect_deliverable_cuda_toolkit(repository_ctx):
121121
libdevice = None
122122
if int(cuda_version_major) >= 13:
123123
nvvm_repo = repository_ctx.attr.components_mapping["nvvm"]
124-
cicc = "{}//:nvvm/nvvm/bin/cicc{}".format(nvvm_repo, bin_ext) # TODO: can we use @cuda//:cicc?
125-
libdevice = "{}//:nvvm/nvvm/libdevice/libdevice.10.bc".format(nvvm_repo) # TODO: can we use @cuda//:libdevice?
124+
cicc = "{}//:nvvm/nvvm/bin/cicc{}".format(nvvm_repo, bin_ext) # TODO: can we use @cuda//:cicc?
125+
libdevice = "{}//:nvvm/nvvm/libdevice/libdevice.10.bc".format(nvvm_repo) # TODO: can we use @cuda//:libdevice?
126126

127127
return struct(
128128
path = None, # scattered components

0 commit comments

Comments
 (0)