Skip to content

Commit

Permalink
Disable dynamic_slice_fusion_test
Browse files Browse the repository at this point in the history
  • Loading branch information
mmakevic-amd committed Sep 4, 2024
1 parent ef2d450 commit 5bad423
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion third_party/xla/xla/service/gpu/tests/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,10 @@ xla_test(
srcs = if_gpu_is_configured(["dynamic_slice_fusion_test.cc"]),
backends = ["gpu"],
local_defines = if_cuda_is_configured(["GOOGLE_CUDA=1"]),
tags = ["notsan"], # TODO(b/345034145): Fix tsan error.
tags = [
"notsan", # TODO(b/345034145): Fix tsan error.
"no_rocm", # TODO(rocm): sync 24-08-20
],
deps = if_gpu_is_configured(
#keep sorted
[
Expand Down

0 comments on commit 5bad423

Please sign in to comment.