Skip to content

Commit

Permalink
Fix link failure in XLA unit tests
Browse files Browse the repository at this point in the history
XLA unit tests were unable to link due to undefined reference to
stream_executor::Stream::BlockHostUntilDone()
  • Loading branch information
elfringham committed Aug 2, 2023
1 parent f0cb2a9 commit de4a9a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tensorflow/compiler/xla/service/cpu/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -397,6 +397,7 @@ cc_library(
"//tensorflow/compiler/xla/service:executable",
"//tensorflow/compiler/xla/service:llvm_compiler",
"//tensorflow/compiler/xla/stream_executor",
"//tensorflow/compiler/xla/stream_executor:stream_executor_pimpl", # fixdeps: keep
"//tensorflow/compiler/xla/stream_executor/host:host_platform_id",
"@llvm-project//llvm:Target",
],
Expand Down

0 comments on commit de4a9a8

Please sign in to comment.