Skip to content

Commit

Permalink
Revert unwanted deps
Browse files Browse the repository at this point in the history
  • Loading branch information
alekstheod committed Nov 20, 2024
1 parent e9693b5 commit 82f3c78
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion third_party/gpus/rocm/BUILD.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,8 @@ cc_library(
strip_include_prefix = "%{rocm_root}",
visibility = ["//visibility:public"],
deps = [
":rocm",
":rocm_config",
":rocm_headers",
],
)

Expand Down
3 changes: 2 additions & 1 deletion third_party/xla/xla/stream_executor/rocm/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,8 @@ cc_library(
"@com_google_absl//absl/strings",
"@com_google_absl//absl/strings:str_format",
"@com_google_absl//absl/types:span",
"@local_config_rocm//rocm:rocm",
"@local_config_rocm//rocm:hip", # buildcleaner: keep
"@local_config_rocm//rocm:rocm_headers",
"@local_tsl//tsl/platform:casts",
"@local_tsl//tsl/platform:env",
"@local_tsl//tsl/platform:errors",
Expand Down

0 comments on commit 82f3c78

Please sign in to comment.