Skip to content

Commit

Permalink
fix: Do not assume libcupti.so location (#253)
Browse files Browse the repository at this point in the history
  • Loading branch information
tyb0807 committed Jun 18, 2024
1 parent 1fad6ba commit fb21b0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cuda/runtime/BUILD.local_cuda
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ cc_library(
# CUPTI
cc_import_versioned_sos(
name = "cupti_so",
shared_library = "cuda/lib64/libcupti.so",
shared_library = "cuda/**/lib64/libcupti.so",
)

cc_import(
Expand Down

0 comments on commit fb21b0e

Please sign in to comment.