Skip to content

Commit

Permalink
turn off hlo_op_profiler_test for now
Browse files Browse the repository at this point in the history
  • Loading branch information
weihanmines committed Aug 2, 2023
1 parent 3131c3a commit 6dd08fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tensorflow/compiler/xla/service/gpu/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3101,7 +3101,7 @@ xla_cc_test(
xla_cc_test(
name = "hlo_op_profiler_test",
srcs = if_cuda_is_configured(["hlo_op_profiler_test.cc"]),
tags = tf_cuda_tests_tags(),
tags = tf_cuda_tests_tags() + ["no_rocm",],
deps = if_cuda_is_configured([
":hlo_op_profiler_lib",
"//tensorflow/compiler/xla/hlo/ir:hlo",
Expand Down

0 comments on commit 6dd08fb

Please sign in to comment.