Skip to content

Commit

Permalink
Disabled a xla test.
Browse files Browse the repository at this point in the history
  • Loading branch information
wenchenvincent committed Nov 30, 2023
1 parent 1c62278 commit ed3e488
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion tensorflow/tools/ci_build/linux/rocm/run_cpu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,10 @@ bazel test \
//tensorflow/... \
-//tensorflow/python/integration_testing/... \
-//tensorflow/compiler/tf2tensorrt/... \
-//tensorflow/compiler/xrt/... \
-//tensorflow/core/tpu/... \
-//tensorflow/lite/... \
-//tensorflow/tools/toolchains/... \
# -//tensorflow/compiler/xla/service/gpu/...
#-//tensorflow/compiler/xrt/... \


1 change: 1 addition & 0 deletions third_party/xla/xla/tools/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -685,6 +685,7 @@ xla_test(
"cpu",
"gpu",
],
tags = ["no_rocm"],
data = [
":data/add.hlo",
"//xla/service:xla_aot_compile_test_gpu_target_config.prototxt",
Expand Down

0 comments on commit ed3e488

Please sign in to comment.