8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f94996 commit ed0d218Copy full SHA for ed0d218
third_party/xla/xla/backends/gpu/collectives/BUILD
@@ -272,7 +272,15 @@ xla_cc_test(
272
]) + if_rocm_is_configured([
273
"TENSORFLOW_USE_ROCM=1",
274
]),
275
- tags = ["requires-gpu-nvidia"],
+ 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
+ ],
284
deps = [
285
":gpu_collectives",
286
":nccl_communicator",
0 commit comments