We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f04328 commit 6c6e9ccCopy full SHA for 6c6e9cc
third_party/gpus/cuda/hermetic/cuda_cupti.BUILD.tpl
@@ -31,7 +31,7 @@ cc_import(
31
%{multiline_comment}
32
cc_library(
33
name = "cupti",
34
- %{comment}deps = if_static_cuda([":cupti_static_library", ":nvperf_host_static_library"], [":cupti_shared_library"]),
+ %{comment}deps = if_static_cuda([":cupti_static_library"], [":cupti_shared_library"]),
35
%{comment}linkopts = if_cuda_newer_than(
36
%{comment}"13_0",
37
%{comment}if_true = cuda_rpath_flags("nvidia/cu13/lib"),
0 commit comments