8000 Don't run CUDA test with msan. · linux-on-ibm-z/tensorflow@ed0d218 · GitHub
[go: up one dir, main page]

Skip to content

Commit ed0d218

Browse files
mwhittakertensorflower-gardener
authored andcommitted
Don't run CUDA test with msan.
PiperOrigin-RevId: 730493506
1 parent 9f94996 commit ed0d218

File tree

1 file changed

+9
-1
lines changed
  • third_party/xla/xla/backends/gpu/collectives

1 file changed

+9
-1
lines changed

third_party/xla/xla/backends/gpu/collectives/BUILD

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,15 @@ xla_cc_test(
272272
]) + if_rocm_is_configured([
273273
"TENSORFLOW_USE_ROCM=1",
274274
]),
275-
tags = ["requires-gpu-nvidia"],
275+
tags = [
276+
"requires-gpu-nvidia",
277+
# Stop chloroxylenol from running this test with msan because msan does
278+
# not work with CUDA.
279+
#
280+
# go/chloroxylenol-faq#how-do-i-stop-chloroxylenol-from-running-my-test
281+
# go/cuda#memorysanitizer
282+
"nomsan",
283+
],
276284
deps = [
277285
":gpu_collectives",
278286
":nccl_communicator",

0 commit comments

Comments
 (0)
0