Skip to content

Commit

Permalink
Reverts 8cede2b
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 679108603
  • Loading branch information
beckerhe authored and Google-ML-Automation committed Sep 26, 2024
1 parent 8d615ea commit 23eac7f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions xla/service/gpu/BUILD
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Description:
# GPU-specific components in XLA service implementation.

load("@bazel_skylib//rules:common_settings.bzl", "bool_flag")
load("@local_config_cuda//cuda:build_defs.bzl", "cuda_library")
load(
"@local_config_rocm//rocm:build_defs.bzl",
Expand Down Expand Up @@ -538,6 +539,12 @@ cc_library(
],
)

# TODO(b/244780257): Remove this config.
bool_flag(
name = "enable_xlir",
build_setting_default = if_google(True, False),
)

cc_library(
name = "gpu_executable",
srcs = [
Expand Down

0 comments on commit 23eac7f

Please sign in to comment.