File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments