Skip to content

Commit

Permalink
Remove unnecessary dependency on gpu_activation.h.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 674042827
  • Loading branch information
klucke authored and Google-ML-Automation committed Sep 12, 2024
1 parent b80127c commit dc500e1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion xla/service/gpu/runtime/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -903,7 +903,6 @@ cc_library(
"//xla/service/llvm_ir:llvm_util",
"//xla/stream_executor",
"//xla/stream_executor:event",
"//xla/stream_executor/gpu:gpu_activation_header",
"//xla/stream_executor/gpu:gpu_driver_header",
"//xla/stream_executor/gpu:gpu_stream",
"//xla/stream_executor/gpu:gpu_types_header",
Expand Down
1 change: 0 additions & 1 deletion xla/service/gpu/runtime/nccl_collective_thunk.cc
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ limitations under the License.
#include "xla/service/rendezvous.h"
#include "xla/shape.h"
#include "xla/stream_executor/event.h"
#include "xla/stream_executor/gpu/gpu_activation.h"
#include "xla/stream_executor/stream.h"
#include "xla/util.h"
#include "tsl/platform/errors.h"
Expand Down

0 comments on commit dc500e1

Please sign in to comment.