Skip to content

Commit 6c6e9cc

Browse files
committed
No nvperf
1 parent 6f04328 commit 6c6e9cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

third_party/gpus/cuda/hermetic/cuda_cupti.BUILD.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ cc_import(
3131
%{multiline_comment}
3232
cc_library(
3333
name = "cupti",
34-
%{comment}deps = if_static_cuda([":cupti_static_library", ":nvperf_host_static_library"], [":cupti_shared_library"]),
34+
%{comment}deps = if_static_cuda([":cupti_static_library"], [":cupti_shared_library"]),
3535
%{comment}linkopts = if_cuda_newer_than(
3636
%{comment}"13_0",
3737
%{comment}if_true = cuda_rpath_flags("nvidia/cu13/lib"),

0 commit comments

Comments
 (0)