[go: nahoru, domu]

Skip to content

Commit

Permalink
[xla:gpu] Disable dynamic_slice_fusion_test with tsan
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 640516632
  • Loading branch information
ezhulenev authored and tensorflower-gardener committed Jun 5, 2024
1 parent c6d1d82 commit c1a622d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions third_party/xla/xla/service/gpu/tests/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ xla_test(
srcs = ["dynamic_slice_fusion_test.cc"],
backends = ["gpu"],
local_defines = if_cuda_is_configured(["GOOGLE_CUDA=1"]),
tags = ["notsan"], # TODO(b/345034145): Fix tsan error.
deps = [
"//xla:error_spec",
"//xla:shape_util",
Expand Down

0 comments on commit c1a622d

Please sign in to comment.