Skip to content

Commit

Permalink
Internal change.
Browse files Browse the repository at this point in the history
Fix test configuration.

PiperOrigin-RevId: 600440004
  • Loading branch information
jreiffers authored and copybara-github committed Jan 22, 2024
1 parent 51abfed commit ae717d1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions xla/service/gpu/tests/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -130,20 +130,19 @@ xla_cc_test(
],
)

xla_cc_test(
xla_test(
name = "gemm_rewrite_test",
srcs = ["gemm_rewrite_test.cc"],
backends = ["gpu"],
local_defines = if_cuda_is_configured(["GOOGLE_CUDA=1"]) + if_rocm_is_configured([
"TENSORFLOW_USE_ROCM=1",
]),
tags = tf_gpu_tests_tags(),
deps = [
":gpu_codegen_test",
"//xla:statusor",
"//xla:test",
"//xla:xla_proto_cc",
"//xla/hlo/ir:hlo",
"//xla/service:gpu_plugin",
"//xla/service:hlo_module_config",
"//xla/service:pattern_matcher",
"//xla/service:pattern_matcher_gmock",
Expand Down

0 comments on commit ae717d1

Please sign in to comment.